Skip to content

Commit

Permalink
Add this and other recent PRs to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Aug 13, 2023
1 parent a2ad33c commit d86db41
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changes from v2.4 to v2.5
=========================

This version adds support for Pyton 3.11. We currently support 3.7, 3.8, 3.9, 3.10, and 3.11.

API Changes
-----------
Expand All @@ -24,15 +25,23 @@ New Features
------------

- Added `ShapeData.applyWCS` method to convert HSM shapes to sky coordinates. Also added
the option ``use_sky_coords=True`` to `FindAdaptiveMom` to apply this automatically.
the option ``use_sky_coords=True`` to `FindAdaptiveMom` to apply this automatically. (#1219)


Performance Improvements
------------------------

- Added support for GPU offloading. So far this has only been applied to the Silicon sensor
calculations of the brighter-fatter effect. (#1212, #1217, #1218, #1222, #1224, #1230)


Bug Fixes
---------

- Fixed a slight error in the Moffat maxk calculation. (#1210)
- Fixed a bug that prevented Eval types from generating lists in config files in some contexts.
(#1220, #1223)
- Fixed the absorption depth calculation in the Silicon class to allow wavelengths that are
outside the given range of the absorption lookup table. It now just uses the limiting values,
rather than raising an exception. (#1227)
- Fixed a slight inaccuracy in the FFT phase shifts for single-precision images. (#1231, #1234)

0 comments on commit d86db41

Please sign in to comment.