Skip to content

Commit

Permalink
Update CHANGES.md for adaptive algo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
svank committed Aug 23, 2022
1 parent 9a0575b commit a9ea69a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@

- Drop support for Python 3.7.
- Infrastructure and packaging updates.
- Made many improvements, bug fixes, and significant speed-ups for the adaptive
resampling algorithm, ``reproject_adaptive``. These bug fixes may cause
changes to the reprojected images, which are typically negligible.
Improvements include the addition of a flux-conserving mode, support for a
Gaussian filter kernel, a menu of boundary-handling modes, and a
``center_jacobian`` flag to trade speed for accuracy with rapidly-varying
transformations.
- Added a ``roundtrip_coords`` argument to ``reproject_adaptive`` and
``reproject_interp``. By default, all coordinate transformations are run in
both directions to handle some situations where they are ambiguous. This can
be disabled by setting ``roundtrip_coords=False`` which may offer a
significant speed increase.

0.8 (2021-08-11)
----------------
Expand Down

0 comments on commit a9ea69a

Please sign in to comment.