- 2020-11-17: Small bug fixed; allow users to use the
coadd/bgproduct (thedeepCoaddfiles before the local sky subtraction applied) inDR3to generate cutout images and color pictures.
- First release after updates to support HSC internal release
DR3, which include new reruns forS19AandS20Areleases.DR1becomes unavailable now. - Fix a problem related to how
astropy.fits.open()handle password protected files. Now pass theurllib.request.urlopen(url)object to it instead of the URL itself. - Fix a few Python warnings including:
- Changes
is notto!= - Make a copy of certain
matplotlibcolormap before modifying it.
- Changes
- Fix a small typo related to image cutout (by Christopher Bradshaw)
- Implementing version management by
setuptools_scmhere, and adding a travis CI script to just check that all dependencies install correctly, and upload the package toPyPiin case of a new version (by Francois Lanusse) - Add a new demo notebook to compare the differences in coadd image between
DR2andDR3.