Skip to content

Releases: punch-mission/regularizepsf

0.3.2

11 Apr 17:03
8646c2b
Compare
Choose a tag to compare

Reverts required Python version to 3.9 instead of 3.10.

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

02 Apr 21:01
d6c8170
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.3...0.3.1

0.2.3

02 Nov 14:52
522a0d6
Compare
Choose a tag to compare

Summary

  • Versions of dependencies updates
  • Weekly PR automation created
  • Matplotlib tests now run properly
  • Citation updated

What's Changed

New Contributors

  • @github-actions made their first contribution in #107

Full Changelog: 0.2.2...0.2.3

0.2.2

22 Sep 18:40
841c086
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...0.2.2

0.2.1

16 Jul 23:00
9c8f96b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.1

v0.2.0

21 Apr 16:45
Compare
Choose a tag to compare

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

v0.1.0

06 Feb 00:11
Compare
Choose a tag to compare

What's Changed

  • removes gpu option, adds simulate_observation by @jmbhughes in #4
  • fixes major bug when extracting stars and building a model

Full Changelog: 0.0.3...0.1.0

v0.0.3

29 Dec 00:11
8fc2dad
Compare
Choose a tag to compare

Adds significantly more tests and documentation.

What's Changed

Full Changelog: 0.0.2...0.0.3

v0.0.2

03 Dec 00:25
e6ab397
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Updated name from psfpy to regularizepsf.

Release 0.0.1

02 Dec 21:23
Compare
Choose a tag to compare
Release 0.0.1 Pre-release
Pre-release

Initial pre-release.