Releases: LSSTDESC/DESC_BPZ
v0.3.2
Simple update to eliminate numpy<2.0 dependence (which does mean that we now require python>=3.10)
What's Changed
- remove <2 from numpy version dependence, add tables dep. Addresses #21 by @sschmidt23 in #22
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Adds some CI script stuff from the RAIL project template to run tests and upload to PyPI and such.
What's Changed
- update things with new copier template, including CI scripts by @sschmidt23 in #20
Full Changelog: v0.3...v0.3.1
v0.3
A couple of minor changes in preparation for dropped support in numpy2.0. Due to a binary incompatibility with some PyPI packages this release includes a numpy<2.0
requirement, but we are hoping to drop this in the near future when a few packages update their PyPI distributions for numpy2.0 compatibility.
What's Changed
- change inf nan and alltrue to np2.0 compatible equivalents by @sschmidt23 in #18
Full Changelog: v0.2...v0.3
DESC_BPZ_v0.2
Tag version 0.2 of DESC_BPZ for upload to PyPI. This tagged release reorganizes the structure of the DESC_BPZ repo to be more consistent with modern python, moves the AB, SED, and FILTER directories to src/desc_bpz/data_files so that they are copied as package_data when desc-bpz is installed from pip, and makes a few other minor changes