diff options
author | Nadia Dencheva <nadia.dencheva@gmail.com> | 2017-04-25 08:43:51 -0400 |
---|---|---|
committer | Nadia Dencheva <nadia.dencheva@gmail.com> | 2017-04-25 08:43:51 -0400 |
commit | 33c4c7d4d9683335af485c90b7f7f62f7b912e5d (patch) | |
tree | 4912b26affb0269b11a447ec1ec81a51e70e8e16 | |
parent | c956b066bd3f9e60491a8258a14c2028f713d23b (diff) | |
download | stwcs_hcf-33c4c7d4d9683335af485c90b7f7f62f7b912e5d.tar.gz |
fix log [skip ci]
-rw-r--r-- | CHANGES.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index dd78279..7c96254 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,13 @@ -1.3 (Unreleased) ----------------- +1.3.1 (Unreleased) +------------------ - The ``clobber`` parameter in `Headerlet.tofile()`` was replaced with ``overwrite``. [#24] + - Fixed a python compatibility bug. [#30] -- + +- Warning messages from astropy.wcs are filtered out when they are not relevant. [#31] + 1.2.5 (2016-12-20) ---------------- @@ -15,8 +18,6 @@ - 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) ------------------ |