Skip to content

Commit

Permalink
Merge pull request #420 from spacetelescope/prepare-0.18.2
Browse files Browse the repository at this point in the history
prepare 0.18.2 release
  • Loading branch information
nden authored Sep 7, 2022
2 parents e638714 + 54ca2aa commit da17d1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
0.18.2 (Unreleased)
0.18.2 (2022-09-07)
-------------------
Bug Fixes
^^^^^^^^^

- Pin astropy min version to 5.0.4. [#404]

- Corrected the reported requested forward SIP accuracy and reported fit
residuals by ``to_fits_sip()`` and ``to_fits()``. [#413, #419]

- Fixed a bug due to which the check for divercence in ``_fit_2D_poly()`` and
- Fixed a bug due to which the check for divergence in ``_fit_2D_poly()`` and
hence in ``to_fits()`` and ``to_fits_sip()`` was ignored. [#414]

New Features
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ edit_on_github = False

[options]
zip_safe = False
python_requires = >=3.6
python_requires = >=3.8
setup_requires =
setuptools_scm

install_requires =
asdf >= 2.8.1
astropy >= 5.0.4
astropy >= 5.1
numpy
scipy
asdf_wcs_schemas
Expand Down

0 comments on commit da17d1b

Please sign in to comment.