Skip to content

Releases: GilesStrong/pytorch_inferno

v0.2.2

Choose a tag to compare

@GilesStrong GilesStrong released this 29 Jun 12:27
dd427f3

v0.2.2

Important changes

Breaking

Additions

Removals

Fixes

  • Crash due to recent versions of fastcore checking for __slots__ attribute, and ABC classes in Py >=3.7 having __slots__.

Changes

Depreciations

Comments

v0.2.1

Choose a tag to compare

@GilesStrong GilesStrong released this 28 Jun 13:01

Targeting v0.2.1

Important changes

  • INFERNO updated to handle weighted training data (thanks @llayer)

Breaking

Additions

Removals

Fixes

  • Minor bug fix when plotting weighted data

Changes

Depreciations

Comments

v0.2.0.a

Choose a tag to compare

@GilesStrong GilesStrong released this 11 Mar 14:34

Making release to begin Zenodo sync

v0.2.0

Choose a tag to compare

@GilesStrong GilesStrong released this 09 Mar 15:34

Targeting v0.2.0

Important changes

  • APIs and scope of INFERNO and inference methods changed to be more general, allowing:
    • shape systematics for signal
    • multiple constrained rate nuisances for signal and background
    • Auxiliary measurements of rate parameters should now be provided centred at zero, rather than the rate.
  • Module layout changed

Breaking

  • APIs and scope of INFERNO and inference methods changed to be more general, allowing:
    • shape systematics for signal
    • multiple constrained rate nuisances for signal and background
    • Auxiliary measurements of rate parameters should now be provided centred at zero, rather than the rate.
  • Module layout changed

Additions

  • APIs and scope of INFERNO and inference methods changed to be more general, allowing:
    • shape systematics for signal
    • multiple constrained rate nuisances for signal and background
    • Auxiliary measurements of rate parameters should now be provided centred at zero, rather than the rate.
  • Inference can now better handle cases where no systematics are present

Removals

Fixes

  • Set validate_args in Poissons to False to ensure compatibility with torch v1.8

Changes

Depreciations

Comments

v0.0.1 - INFERNO 3 blog

Pre-release

Choose a tag to compare

@GilesStrong GilesStrong released this 18 Dec 19:20