Skip to content

Commit

Permalink
Updated the CHANGELOG.rst file to include all changes relevant to the (
Browse files Browse the repository at this point in the history
…#1504)

user since the last release.
  • Loading branch information
mdlpstsci authored Feb 6, 2023
1 parent f900237 commit 67e3d62
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ number of the code change for that issue. These PRs can be viewed at:

https://github.com/spacetelescope/drizzlepac/pulls

3.5.1 (unreleased)
==================
3.5.1 (06-Feb-2023)
===================

- Turn on use of ``verify_guiding()`` to ignore exposures where guide star
lock was lost and the stars are trailed. [#1443]
Expand Down Expand Up @@ -49,6 +49,28 @@ number of the code change for that issue. These PRs can be viewed at:
- Implement photometric equalization for standard pipeline processing
(runastrodriz) of WFPC2 data. [#1471]

- Report the correct value with the correct units, as well as add a comment, for
CRDER FITS keywords. [#1485]

- Handle empty input images more gracefully [#1490]

- Update to use the PhotUtils catalog WCS correctly [#1489]

- Added documentation which indicates how to read programmatically the
Point and Segmentation catalogs with Astropy or Pandas. [#1482]

- Update required to ``compute_2d_background()`` in astrometric_utils.py.
Modified the ``compute_2d_background()`` to accommodate API changes in PhotUtils
while keeping this source code backwards compatible. Modified the imports
used in conjunction with OLD_PHOTUTILS. In addition, simplified logic around
the imports as the reviewers suggestion, and removed the truly obsolete
"if OLD_PHOTUTILS" discriminant in several places when it was referencing
really old PhotUtils versions (1.5.0). [#1480]

- Provide support for Numpy 1.26 "str" deprecation and ensure backwards
compatibility. [#1483]


3.5.0 (10-Oct-2022)
====================

Expand Down

0 comments on commit 67e3d62

Please sign in to comment.