Releases: pylhc/irnl_rdt_correction
Releases · pylhc/irnl_rdt_correction
Release 1.1.2
This patch
release fixes the global import and gets rid of deprecation warnings/deprecations.
Fixed:
- fix absolute import
- use math instead of np.math
- added commandline tests
What's Changed
Full Changelog: v1.1.1...v1.1.2
Release v.1.1.1
Bugfix:
- Fixes bug in Beam 2 and Beam 4, where the start-value of the corrector magnets, if they are pre-powered, had the wrong sign.
What's Changed
Full Changelog: v1.1.0...v1.1.1
Release v1.1.0
In this release, the input-options are now handled by a InputOptions
dataclass, which also handles the validity checks.
Input can be now commandline args, kwargs
, a dictionary or already an InputOptions
object.
To give errors
is also now optional if allow_missing_columns
is set to True
.
Added:
InputOption
dataclass to handle the input.- Possibility to make
errors
optional.
What's Changed
Full Changelog: v1.0.0...v1.1.0
Release v1.0.0
First major release of the package.
Version 0.0.2
Actually the same as v0.0.1, but we needed a release for Zenodo to find this package.
Version 0.0.1
First Release.
Fully functioning single-file correction script.