Skip to content

Commit 1ae644a

Browse files
committed
Update version number and CHANGELOG
1 parent ab33005 commit 1ae644a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## 1.4.0
4+
5+
This new release introduces several improvements:
6+
7+
- The changes introduced in 1.3.0 caused a major slowdown when reading certain
8+
types of data. This has been fixed in this new release. (See [#340](https://github.com/openPMD/openPMD-viewer/pull/340) for more details.)
9+
10+
- `openPMD-viewer` now supports `thetaMode` geometry with data written using
11+
`r` as the fastest index (as written by e.g. [WarpX](https://github.com/ECP-WarpX/WarpX))
12+
in addition to the previously supported data format which used `z` as the fastest index
13+
(as written by e.g. [fbpic](https://github.com/fbpic/fbpic)). (See
14+
[337](https://github.com/openPMD/openPMD-viewer/pull/337))
15+
16+
- `openPMD-viewer` will raise an exception if the user asks for an iteration
17+
that is not part of the dataset (instead of printing a message and reverting
18+
to the first iteration, which can be confusing) (See [336](https://github.com/openPMD/openPMD-viewer/pull/336))
19+
320
## 1.3.0
421

522
This new release introduces preliminary support for MR datasets

openpmd_viewer/__version__.py

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

0 commit comments

Comments
 (0)