Skip to content

Commit

Permalink
[ci skip] update version number
Browse files Browse the repository at this point in the history
Sadly, 0.4.0 did not finally fix the reading of dtype=object arrays.
  • Loading branch information
niklassiemer authored Nov 18, 2021
1 parent 7dfdee2 commit d550b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_scripts/pyiron_base_0.3_to_0.4.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
pyiron_base<=0.3.10 has a bug that writes all arrays with dtype=object even
numeric ones. As a fix pyiron_base=0.4.0 introduces a conversion when reading
numeric ones. As a fix pyiron_base=0.4.1 introduces a conversion when reading
such arrays, but does not automatically save them. This conversion script
simply goes over all jobs and rewrites their HDF5 files, since it's read with
the correct dtype, this then writes this correct dtype.
Expand Down

0 comments on commit d550b62

Please sign in to comment.