Skip to content

Commit

Permalink
Add recent PRs to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Aug 23, 2023
1 parent 38246b0 commit 0798c43
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 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 @@ -27,14 +28,16 @@ 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)
- Added some utility functions that we have found useful in our test suite, and which other
people might want to use to the installed galsim.utilities. (#1240)


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)
- Drawing chromatic objects with photon shooting automatically adds a WavelengthSampler photon_op.
It used to do this regardless of if one was already in a photon_ops list, which is inefficient.
Now it only adds it if there is not already one given by the user. (#1229)
Expand All @@ -45,7 +48,12 @@ Performance Improvements
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)
- Changed the SED class to correctly broadcast over waves when the SED is constant. (#1228)
- Fixed some errors when drawing ChromaticTransformation objects with photon shooting. (#1229)
- Fixed the flux drawn by ChromaticConvolution with photon shooting when poisson_flux=True. (#1229)

0 comments on commit 0798c43

Please sign in to comment.