Releases: GilesStrong/pytorch_inferno
Releases · GilesStrong/pytorch_inferno
v0.2.2
v0.2.1
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_args
inPoisson
s to False to ensure compatibility withtorch v1.8