Skip to content

v0.2.0

Compare
Choose a tag to compare
@jmbhughes jmbhughes released this 21 Apr 16:45
· 375 commits to main since this release

What's Changed

This release provides new visualization utilities by @svank. It also fixes some small bugs and improves the speed of model calculation.

  • added example code of conduct by @jmbhughes in #7
  • Allow passing a custom data loader to find_stars_and_average by @svank in #9
  • Wait to pad star cutouts until after averaging by @svank in #15
  • Round star coordinates before converting to array coords by @svank in #18
  • Avoid numpy dtype deprecation warnings by @svank in #22
  • Align interpolation points to data points by @svank in #23
  • Add percentile averaging mode by @svank in #20
  • Use tmp_path for temp file in test by @svank in #24
  • Automatically normalize all PSFs when creating ArrayCorrector by @svank in #28
  • Support providing masks for star-finding by @svank in #29
  • Take stellar cutouts from the BG-subtracted image by @svank in #19
  • updates citation by @jmbhughes in #31
  • Visualization utilities by @svank in #17

New Contributors

  • @svank made their first contribution in #9

Full Changelog: 0.1.0...0.2.0