Skip to content

Releases: GilesStrong/pytorch_inferno

v0.2.2

29 Jun 12:27
dd427f3
Compare
Choose a tag to compare

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

28 Jun 13:01
Compare
Choose a tag to compare

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

11 Mar 14:34
Compare
Choose a tag to compare

Making release to begin Zenodo sync

v0.2.0

09 Mar 15:34
Compare
Choose a tag to compare

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

18 Dec 19:20
Compare
Choose a tag to compare