File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log / Release Log for openPMD-viewer
2
2
3
+ ## 0.5.3
4
+
5
+ This is version ` 0.5.3 ` of openPMD-viewer.
6
+
7
+ It corrects some of the issues with the size of boxes and widgets in the
8
+ interactive slider. In addition, the iteration number is now read from
9
+ the hdf5 metadata, and not the name of the file.
10
+
11
+ ## 0.5.2
12
+
13
+ This is version ` 0.5.2 ` of openPMD-viewer.
14
+
15
+ It fixes some of the installation issues associated with Cython.
16
+
17
+ ## 0.5.1
18
+
19
+ This is version ` 0.5.1 ` of openPMD-viewer.
20
+
21
+ It corrects a minor bug in the dependencies of the package.
22
+
3
23
## 0.5.0
4
24
5
25
This is version ` 0.5.0 ` of openPMD-viewer.
Original file line number Diff line number Diff line change 1
- {% set version = "0.5.2 " %}
1
+ {% set version = "0.5.3 " %}
2
2
3
3
package :
4
4
name : openpmd_viewer
9
9
git_url : https://github.com/openPMD/openPMD-viewer.git
10
10
11
11
build :
12
- script : python setup.py install
12
+ script : python setup.py install
13
13
14
14
requirements :
15
15
build :
Original file line number Diff line number Diff line change 1
- __version__ = "0.5.2 "
1
+ __version__ = "0.5.3 "
You can’t perform that action at this time.
0 commit comments