Releases: GilesStrong/pytorch_inferno
Releases · GilesStrong/pytorch_inferno
Release list
v0.2.2
v0.2.1
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
Making release to begin Zenodo sync
v0.2.0
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_argsinPoissons to False to ensure compatibility withtorch v1.8