File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
522This new release introduces preliminary support for MR datasets
Original file line number Diff line number Diff line change 1- __version__ = "1.3 .0"
1+ __version__ = "1.4 .0"
You can’t perform that action at this time.
0 commit comments