Skip to content

Releases: esheldon/ngmix

v2.3.1

27 Jun 18:52
61bd2c0
Compare
Choose a tag to compare

See the CHANGES.md for details

v2.3.0

01 Dec 19:41
51c488b
Compare
Choose a tag to compare

new features

  • Caching in pre-psf moments and metacal is now optional with an API to turn it on. Default is off.
  • Pixel in pre-PSF moments is not deconvolved when doing PSFs.

v2.2.1

09 Nov 18:04
ec09804
Compare
Choose a tag to compare

New Features

  • Added new guesser BDFPSFFluxGuesser, makes a flux guess
    based on the PSF flux

Performance

  • Added O(N) phase shift computation for pre-psf moments

Misc

  • ignore NumbaExperimentalFeatureWarning being spewed by
    numba. We can ignore these, as the features are of order
    ten years old from the time of writing

v2.2.0

24 Aug 21:17
ad8e8ac
Compare
Choose a tag to compare

new features

  • Added function to regularize moments results.
  • Added numba to pre-PSF moments to reduce runtime.

v2.1.0

22 Jul 12:02
0ce0e94
Compare
Choose a tag to compare
tagging v2.1.0

v2.0.6

10 Dec 12:48
38c3790
Compare
Choose a tag to compare

bug fixes

- Fixed a bug where the `kind` attribute was not set for the `PrePSFMom` fitter.

v2.0.5

03 Dec 18:55
ba5eb09
Compare
Choose a tag to compare

v2.0.5

new features

- implemented check for equality, copy() method, copy, and deepcopy
  for Gmix objects, jacobians, and Observation/ObsList/MultiBandObsList
- added get_data() method for jacobian objects
- added apodization to the pre-PSF moments to help prevent FFT artifacts

v2.0.4

05 Nov 15:56
3f7e846
Compare
Choose a tag to compare
Merge pull request #203 from esheldon/beckermr-patch-1

ENH release 2.0.4

v2.0.3

20 Oct 12:31
160e6a7
Compare
Choose a tag to compare
tagging v2.0.3

v2.0.2

06 Oct 10:05
124f82b
Compare
Choose a tag to compare

this release adds pre-psf gaussian moments and adaptive moments code that only varies the center, and a function find_cen_admom designed for center finding