Skip to content

Commit 9a4a14f

Browse files
committed
1.8.0
1 parent 4179f24 commit 9a4a14f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ All notable changes to this project will be documented in this file, following t
33

44
## [Unreleased]
55

6+
## [v1.8.0] - 2025-11-05
7+
68
- Add support for `dx` volume format
79
- Add support for `top`, `prmtop`, and `psf` topology formats
810
- Add support for `nctraj`, `dcd`, and `trr` coordinate formats
911
- Add support for clipping of primitives
1012
- Add support for `near` in `CameraParams`
1113
- Use `viewportShowToggleFullscreen` instead of `viewportShowExpand` to support fullscreen in Jupyter and Streamlit
1214

13-
## [v1.7.0] - 2025-04-22
15+
## [v1.7.0] - 2025-09-28
1416

1517
NOTE: Most of these features require Mol* 5.0 to work
1618

molviewspec/molviewspec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""MolViewSpec"""
22

3-
__version__ = "1.7.0"
3+
__version__ = "1.8.0"
44

55
from molviewspec.builder import create_builder
66
from molviewspec.molstar_widgets import molstar_html, molstar_notebook, molstar_streamlit

0 commit comments

Comments
 (0)