diff options
author | Nadia Dencheva <nadia.astropy@gmail.com> | 2017-04-24 20:27:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 20:27:39 -0400 |
commit | c956b066bd3f9e60491a8258a14c2028f713d23b (patch) | |
tree | 5984d868fd456020c640d406a90726c74b6c47f2 /CHANGES.rst | |
parent | 53494790dfa08265eeea23b5e659f1ac157a1490 (diff) | |
parent | 95e84f773a7254f7a07d7393c9dd3828ff8c5662 (diff) | |
download | stwcs_hcf-1.3.2rc1.tar.gz |
suppress warning messages when it's known they are not relevant
Diffstat (limited to 'CHANGES.rst')
-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) ------------------ |