Skip to content

Release 0.15.4

Compare
Choose a tag to compare
@JoschD JoschD released this 16 Sep 09:33
· 9 commits to master since this release
e22ec2a

This is a patch release, that provides the following fixes:

  • Fixed:

    • Measure optics skips now using the ERRAMP column, when not present, i.e. when cleaning deactivated (#451)
    • hole_in_one now allows pathlib.Path objects in addition to str (#452)
    • Pandas to numpy dtype conversions bug (#453).
    • Special phases writing now skipped when accelerator has no special phases (#454).
    • RDT/CRDT calculation now not crashing when also giving off-momentum files; but only calculated from on on-momentum files (#456).
  • Added:

    • Tests for full runs hole_in_one with on-momentum and off-momentum files.

What's Changed

  • Bugfixes: numpy/pandas dtypes, erramp column, path read, special phases by @JoschD in #455

Full Changelog: 0.15.3...0.15.4