Skip to content

v2.3.2

Latest
Compare
Choose a tag to compare
@esheldon esheldon released this 01 Nov 18:56
f2a6958

New features

- Added optional calculation of higher order moments when calling
    gmix.get_weighted_moments(obs, with_higher_order=True)
  This is also available with GaussMom(fwhm, with_higher_order=True)

  Currently the sums are calculated and are stored in a larger "sums" and
  "sums_cov" arrays in the results.  No normalized moments are returned.

  Names and indices for moments can be found in moments.MOMENTS_NAME_MAP

Bug Fixes

- Fixed bug when moments are used in guesser and size is bad.
  Only affected rng such as np.random.default_rng that checks
  range for uniform

compatibility

- Convert GMixND.plot to use matplotlib