Releases: LSSTDESC/qp
Releases · LSSTDESC/qp
v0.9.1
v0.9.0
What's Changed
- switch from np.product() to np.prod() as the former is deprecated by @eacharles in #227
- updated README.md and docs/tutorials.rst by @eacharles in #229
Full Changelog: v0.8.9...v0.9.0
v0.8.10
What's Changed
- switch from np.product() to np.prod() as the former is deprecated by @eacharles in #227
- updated README.md and docs/tutorials.rst by @eacharles in #229
Full Changelog: v0.8.9...v0.8.10
v0.8.9
v0.8.8
What's Changed
- Correcting metric output type for Brier metric. by @drewoldag in #223
Full Changelog: v0.8.7...v0.8.8
v0.8.7: supporting DistToPoint metrics
What's Changed
- Support reading and writing a dictionary of Ensembles to hdf5 files by @drewoldag in #218
- Parallelization of DistToPoint metrics by @drewoldag in #217
Full Changelog: v0.8.6...v0.8.7
v0.8.6, collecting updates since Nov 2023
What's Changed
- Replace
self._pit_samps
NaNs with 0. by @drewoldag in #202 - Issue/204/is qp file by @eacharles in #205
- Adding metric wrapper classes by @drewoldag in #203
- Moving metrics from
rail_base
to qp by @drewoldag in #210 - Added metric factory by @eacharles in #209
- Issue/211/two metric fixes by @eacharles in #212
- delinting, black by @eacharles in #214
- Use t-digest to parallelize point to point metrics by @drewoldag in #216
Full Changelog: v0.8.5...v0.8.6
v0.8.5: Add `qp[full]` back to pyproject.toml
v0.8.4, various updates and fixes
What's Changed
- Cleaning up docstrings by @delucchi-cmu in #174
- Spruce up the README by @delucchi-cmu in #179
- Add a new factory method read_metadata by @joezuntz in #183
- Issue/186/fix readthedocs by @eacharles in #187
- fix scipy wrapper to work with newer scipy by @eacharles in #189
- Issue/178/metrics docs by @aimalz in #181
- fix demo to refer to qp.read by @eacharles in #194
- Move quant_pdf tests into their own test module by @drewoldag in #195
- attempt to use copier template by @eacharles in #197
- udpated to copier template v0.3.1 by @eacharles in #198
- Implemented normalisation for weights with sum larger than one. Also … by @BStoelzner in #185
New Contributors
- @aimalz made their first contribution in #181
- @BStoelzner made their first contribution in #185
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Remove duplicate values before creating PIT Ensemble. by @drewoldag in #173
Full Changelog: v0.8.2...v0.8.3