Skip to content

Releases: GalSim-developers/JAX-GalSim

v2026.5.0

04 May 19:04
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • perf: make test suite snappier and clean up some testing things by @beckermr in #171
  • feat: add to_galsim methods for positions and bounds by @beckermr in #172
  • prod: lower bound for jax to 0.6 by @beckermr in #173
  • test: retry once for some flaky tests by @beckermr in #174
  • feat: add walltime benchmark in addition to simulation by @beckermr in #175
  • fix: link to CODE_OF_CONDUCT.md in README is busted by @beckermr in #177
  • feat: add to_galsim method for Shear, Angle, CelestialCoord, and WCS classes by @beckermr in #176
  • fix: use adaptive precision for moffat computation by @beckermr in #181
  • add to_galsim for Image class, demo1.py, & demo2.py by @b-remy in #163
  • feat: add benchmark for moffat as PSF by @beckermr in #186
  • feat: add benchmark for gradient w/ moffat by @beckermr in #187
  • perf: use an interpolant for maxk for Moffat profile, drop support for trunc option by @beckermr in #196
  • fix: missed notebook contents! by @beckermr in #197
  • fix: nan in derivs wrt params for Moffat by @beckermr in #194
  • perf: use interpolant and asymptotic expansion for Moffat by @beckermr in #198
  • feat: add stop gradient calls for certain cases for beta/nu in Moffat and Spergel plus docs by @beckermr in #199
  • fix: do not use lazy properties or workspaces by @beckermr in #200
  • test: add vmap gradient test for Gaussian object by @beckermr in #202
  • feat: complete to-from-galsim interface for gsparams by @beckermr in #206
  • chore(deps): bump the github-actions group with 4 updates by @dependabot[bot] in #207
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #208
  • test: move testing submodule to fork by @beckermr in #213
  • fix: ensure that we properly unpack a tuple in string formatting by @beckermr in #214
  • add requires-python field in pyproject toml by @ismael-mendoza in #215
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #217
  • fix: use dynamic slice for set and get ops for images by @beckermr in #212
  • test: update galsim submodule for new interpolated image tests by @beckermr in #219
  • test: update tests with latest commits from main by @beckermr in #220
  • fix: make stepk match galsim by @beckermr in #221
  • test: no need to set stepk anymore by @beckermr in #223
  • feat: investigate maxk differences and add galsim algorithm for maxk by @beckermr in #224
  • Sphinx documentation by @ismael-mendoza in #226
  • fix: update JAX-GalSim Sharp Bits section title by @beckermr in #227
  • feat: update API list in docs with script by @beckermr in #228
  • fix: use slower maxk comp to match galsim by @beckermr in #229

Full Changelog: v2026.2.0...v2026.5.0

v2026.2.0

07 Feb 23:59
cfa1bfd

Choose a tag to compare

What's Changed

Read more

Version used for Shear Inference OJA paper

10 Mar 14:38
Immutable release. Only release title and notes can be modified.
e395e73

Choose a tag to compare

This tag represents the version of jax galsim used to obtain results for the paper "Differentiable Forward Modeling for Efficient and Accurate Shear Inference".