diff options
author | Nadia Dencheva <nadia.dencheva@gmail.com> | 2017-04-24 18:08:30 -0400 |
---|---|---|
committer | Nadia Dencheva <nadia.dencheva@gmail.com> | 2017-04-24 18:08:30 -0400 |
commit | 95e84f773a7254f7a07d7393c9dd3828ff8c5662 (patch) | |
tree | 61420da7aaa6c8be0f8cda9daff7232c4d0a2171 | |
parent | 1ca125a499c06ec1795a7ece6b1c2c63c8d9178b (diff) | |
download | stwcs_hcf-95e84f773a7254f7a07d7393c9dd3828ff8c5662.tar.gz |
add a change log entry [skip ci]
-rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 19442a1..dd78279 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,8 @@ - The ``clobber`` parameter in `Headerlet.tofile()`` was replaced with ``overwrite``. [#24] +- Fixed a python compatibility bug. [#30] +- 1.2.5 (2016-12-20) ---------------- @@ -10,9 +12,11 @@ - updatewcs() now reads all extension immediately after opening a file to fix a problem after astropy implemented fits lazy loading. [#21] -- Fixed a bug in updating the D2IM correction in a science file when the +- Fixed a bug in updating the D2IM correction in a science file when the a new distortion file was supplied through D2IMFILE keyword. [#22] +- Warning messages from astropy.wcs are filtered out when they are not relevant. [#31] + 1.2.4 (2016-10-27) ------------------ |