8000 Releases · dr-guangtou/unagi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: dr-guangtou/unagi

Support HSC PDR3

24 Apr 06:49
afa4e39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.2...0.1.3

First release and now support HSC DR3

16 Nov 21:38
Compare
Choose a tag to compare

v0.1.2 (2020-11-16)

  • First release after updates to support HSC internal release DR3, which include new reruns for S19A and S20A releases. DR1 becomes unavailable now.
  • Fix a problem related to how astropy.fits.open() handle password protected files. Now
    pass the urllib.request.urlopen(url) object to it instead of the URL itself.
  • Fix a few Python warnings including:
    • Changes is not to !=
    • Make a copy of a certain matplotlib colormap before modifying it.
  • Fix a small typo related to image cutout (by Christopher Bradshaw)
  • Implementing version management by setuptools_scm here, and adding a travis CI script
    to just check that all dependencies install correctly, and upload the package to PyPi
    in case of a new version (by Francois Lanusse)
  • Add a new demo notebook to compare the differences in coadd image between DR2 and
    DR3.
0