Skip to content

Commit 451efa4

Browse files
committed
Update CHANGELOG and version number
1 parent 1939fec commit 451efa4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log / Release Log for openPMD-viewer
22

3+
## 1.5.0
4+
5+
This release fixes a few miscellaneous bugs:
6+
7+
- Better 3D reconstruction for `theta=None` (See [#344](https://github.com/openPMD/openPMD-viewer/pull/344))
8+
9+
- Better support for ADIOS data (See [#355](https://github.com/openPMD/openPMD-viewer/pull/355))
10+
11+
- Support for group-based encoding (See [#346](https://github.com/openPMD/openPMD-viewer/pull/346))
12+
313
## 1.4.0
414

515
This new release introduces several improvements:

openpmd_viewer/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)