Skip to content

Releases: pylhc/irnl_rdt_correction

Release 1.1.2

28 Oct 10:15
8c7cd3a
Compare
Choose a tag to compare

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

  • Fixes main import and deprecation warnings by @JoschD in #14

Full Changelog: v1.1.1...v1.1.2

Release v.1.1.1

17 Oct 08:17
f8104ed
Compare
Choose a tag to compare

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

  • Bugfix: Wrong sign starting values by @JoschD in #11

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

19 Jun 14:24
54ff9da
Compare
Choose a tag to compare

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

  • Using the reusable workflows by @JoschD in #9
  • InputOptions and errors=None by @JoschD in #8

Full Changelog: v1.0.0...v1.1.0

Release v1.0.0

20 Jan 10:11
88671dc
Compare
Choose a tag to compare

First major release of the package.

Version 0.0.2

21 Mar 14:28
984030a
Compare
Choose a tag to compare

Actually the same as v0.0.1, but we needed a release for Zenodo to find this package.

Version 0.0.1

21 Mar 14:18
480d2d7
Compare
Choose a tag to compare

First Release.

Fully functioning single-file correction script.