Releases: mceq-project/daemonflux
v0.8.2
What's Changed
- Fix warning about open io handle when unpickling on some systems by @afedynitch in #10
Full Changelog: v0.8.1...v0.8.2
Daemonflux 0.8.1
What's Changed
- Allow scalar input argument for energy by @afedynitch in #9
Full Changelog: v0.8.0...v0.8.1
daemonflux 0.8.0
What's Changed
- Exposed chi2 function by @afedynitch in #7
- New covariance matrix for the uncalibrated case that tries to better mimic the error estimate from DDM+GSF. To disable this behavior pass
Flux(..., uncorrelated_hadr_errors=True, ...)
.
Full Changelog: v0.7.0znd...v0.8.0
Duplicate of 0.7.0 to trigger Zenodo DOI
Identical to release v.0.7.0
Update of default calibration set
Daemonflux has been updated to reflect the latest changes in the paper. We decided to remove the DEIS data from the default calibration set. The previous calibration can be accessed by passing calibration_set='with_deis' to Flux(). At the end of the example ipynb one can see the differences between the sets.
The version has been bumped up to 0.7 to reflect changes to the default physics output.
Bugfix release 0.6.1
Two interface bugs were fixed. Thx to @marialiubarska for reporting
What's Changed
- Afedynitch/issue3 by @afedynitch in #4
- Fixed interpolation range by @afedynitch in #5
Full Changelog: v0.6.0...v0.6.1
Daemonflux 0.6.0
What's Changed
- Update to 230323 by @afedynitch in #2
- There was a bug where
mu+
+mu-
would not add up tomuflux
at low energies. The summed quantities were correct, i.e.muflux
ormuratio
,numuflux
, etc. This has been fixed. - Based on some comments on our paper draft, we found an issue with L3+C systematics treatment in the fit. The resulting changes to the flux are minimal but numerically visible.
- The README is now more verbose about the description of the different quantities and units.
- A reference and link to the paper with all the details has been added to the README, as well.
Full Changelog: v0.5.1...v0.6.0
First release with binary files provided
This is the first release of daemonflux ahead of the paper appearance on arxiv. The code automatically downloads the spline and calibration tables.
daemonflux v0.4.1
Updates to the covariance matrix construction of the uncalibrated model.
First tested release of daemonflux
The code is feature complete for the public release. The binaries are still missing until a citable publication appears.