Regularizepsf

Latest version: v1.0.2

Safety actively analyzes 724536 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.2.3

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

What's Changed
* Bump cython from 3.0.0 to 3.0.2 by dependabot in https://github.com/punch-mission/regularizepsf/pull/67
* Bump scikit-image from 0.19.3 to 0.21.0 by dependabot in https://github.com/punch-mission/regularizepsf/pull/66
* Bump astropy from 5.3.1 to 5.3.3 by dependabot in https://github.com/punch-mission/regularizepsf/pull/65
* relax version pins to ~= instead of == by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/77
* adds pytest-mpl to requirements_dev.txt by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/79
* Update ci.yml by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/81
* relax version pins, fix mpl tests by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/78
* Update matplotlib requirement from ~=3.0 to ~=3.8 by dependabot in https://github.com/punch-mission/regularizepsf/pull/85
* Update scipy requirement from ~=1.10 to ~=1.11 by dependabot in https://github.com/punch-mission/regularizepsf/pull/84
* Update h5py requirement from ~=3.9 to ~=3.10 by dependabot in https://github.com/punch-mission/regularizepsf/pull/82
* Update numpy requirement from ~=1.25 to ~=1.26 by dependabot in https://github.com/punch-mission/regularizepsf/pull/83
* Updates dependency versions by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/90
* adds code of conduct link by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/92
* Create weeklypr.yaml by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/95
* Adds weekly PR, Updates Code of Conduct by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/96
* Weekly pr fix by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/97
* Add weekly PR by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/98
* updates citation, schedules weekly PR by github-actions in https://github.com/punch-mission/regularizepsf/pull/107
* increment version by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/108

New Contributors
* github-actions made their first contribution in https://github.com/punch-mission/regularizepsf/pull/107

**Full Changelog**: https://github.com/punch-mission/regularizepsf/compare/0.2.2...0.2.3

0.2.2

What's Changed
* Updates citation by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/50
* Create dependabot.yml by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/51
* Bump lmfit from 1.0.3 to 1.2.2 by dependabot in https://github.com/punch-mission/regularizepsf/pull/56
* Bump cython from 0.29.32 to 3.0.0 by dependabot in https://github.com/punch-mission/regularizepsf/pull/55
* Bump astropy from 5.1.1 to 5.3.1 by dependabot in https://github.com/punch-mission/regularizepsf/pull/54
* Drop deepdish for h5py by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/59
* Normalize patches by the star-center value rather than the patch maximum by svank in https://github.com/punch-mission/regularizepsf/pull/60
* increment version by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/64

New Contributors
* dependabot made their first contribution in https://github.com/punch-mission/regularizepsf/pull/56

**Full Changelog**: https://github.com/punch-mission/regularizepsf/compare/0.2.1...0.2.2

0.2.1

What's Changed
* Update cite.md by taniavsn in https://github.com/punch-mission/regularizepsf/pull/33
* Update ci by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/36
* resolves 39 by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/40
* docs: fix typo by sumanchapai in https://github.com/punch-mission/regularizepsf/pull/42
* Update requirements.txt by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/43
* Create python-publish.yml by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/44
* Update python-publish.yml by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/45

New Contributors
* taniavsn made their first contribution in https://github.com/punch-mission/regularizepsf/pull/33
* sumanchapai made their first contribution in https://github.com/punch-mission/regularizepsf/pull/42

**Full Changelog**: https://github.com/punch-mission/regularizepsf/compare/0.2.0...0.2.1

0.2.0

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 https://github.com/punch-mission/regularizepsf/pull/7
* Allow passing a custom data loader to find_stars_and_average by svank in https://github.com/punch-mission/regularizepsf/pull/9
* Wait to pad star cutouts until after averaging by svank in https://github.com/punch-mission/regularizepsf/pull/15
* Round star coordinates before converting to array coords by svank in https://github.com/punch-mission/regularizepsf/pull/18
* Avoid numpy dtype deprecation warnings by svank in https://github.com/punch-mission/regularizepsf/pull/22
* Align interpolation points to data points by svank in https://github.com/punch-mission/regularizepsf/pull/23
* Add percentile averaging mode by svank in https://github.com/punch-mission/regularizepsf/pull/20
* Use tmp_path for temp file in test by svank in https://github.com/punch-mission/regularizepsf/pull/24
* Automatically normalize all PSFs when creating ArrayCorrector by svank in https://github.com/punch-mission/regularizepsf/pull/28
* Support providing masks for star-finding by svank in https://github.com/punch-mission/regularizepsf/pull/29
* Take stellar cutouts from the BG-subtracted image by svank in https://github.com/punch-mission/regularizepsf/pull/19
* updates citation by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/31
* Visualization utilities by svank in https://github.com/punch-mission/regularizepsf/pull/17

New Contributors
* svank made their first contribution in https://github.com/punch-mission/regularizepsf/pull/9

**Full Changelog**: https://github.com/punch-mission/regularizepsf/compare/0.1.0...0.2.0

0.1.0

What's Changed
* removes gpu option, adds simulate_observation by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/4
* fixes major bug when extracting stars and building a model

**Full Changelog**: https://github.com/punch-mission/regularizepsf/compare/0.0.3...0.1.0

0.0.3

Adds significantly more tests and documentation.

What's Changed
* 0.0.3 by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/3


**Full Changelog**: https://github.com/punch-mission/regularizepsf/compare/0.0.2...0.0.3

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.