Releases: HERA-Team/aipy
Releases · HERA-Team/aipy
v3.0.6
Changes
- fix: replace np.Inf with np.inf to support numpy 2.0 (#70) @steven-murray
- Fixed a couple of int/float bugs in internal modules/scripts. (#69) @AaronParsons
v3.0.5
Changes
- Try to fix publish (#66) @steven-murray
v3.0.4
Changes
- ci: see if the version is correct... (#65) @steven-murray
v3.0.3
Changes
- ci: fix stupid typo in publish workflow (#64) @steven-murray
v3.0.2
Changes
- ci: add labeler workflow in prep for auto-release (#63) @steven-murray
- converted to python3 print() (#60) @teuben
- maint: add pyproject to allow installing from empty environment (#61) @steven-murray
- Tweak the README (#58) @pkgw
- Release 3.0.1 (#57) @pkgw
👷 Continuous Integration
- maint: add setuptools_scm support and auto-pypi uploads (#62) @steven-murray
📚 Documentation
- maint: add setuptools_scm support and auto-pypi uploads (#62) @steven-murray
Version 3.0.1
2019 Aug 21
- Remove Astropy version cap; it was intended to promote simultaneous Python 2/3 compatibility, but if someone wants to use the newer version, that's fine too.
- Fix a bug in the Healpix wrapper (#52).
- Fix some lingering Python 2/3 compatibility issues (#51).
- Honor
pos_def
in the 1D real CLEAN (#44) - Install the Helmboldt catalog data files, which were mistakenly not being included in installations (#45)
- Rename the package directory in the source tree from
aipy_src
toaipy
.