diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9cd5c8cc4c..48224fee3f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ----------- @@ -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)