Skip to content

Commit

Permalink
Add changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Jul 1, 2022
1 parent e79f494 commit 80749e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Expand Up @@ -47,10 +47,15 @@ New Features
- Added a ``nproc`` keyword to enable multiprocessing in
``deblend_sources`` and ``SourceFinder``. [#1372]

- Added a ``make_cutouts`` method to ``SourceCatalog`` for making
custom-shaped cutout images. [#1376]

- ``photutils.utils``

- Added a ``circular_footprint`` convenience function. [#1355]

- Added a ``CutoutImage`` class. [#1376]

Bug Fixes
^^^^^^^^^

Expand Down Expand Up @@ -113,6 +118,11 @@ API Changes
(watershed markers), a warning will be raised and the mode will be
changed to "linear". [#1369]

- The ``SourceCatalog`` ``make_circular_apertures`` and
``make_kron_apertures`` methods now return a single aperture
(instead of a list with one item) for a scalar ``SourceCatalog``.
[#1376]

- ``photutils.utils``

- The colormap returned from ``make_random_cmap`` now has colors in
Expand Down

0 comments on commit 80749e3

Please sign in to comment.