Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump min versions #258

Merged
merged 2 commits into from
Aug 11, 2023
Merged

Conversation

WilliamJamieson
Copy link
Collaborator

@WilliamJamieson WilliamJamieson commented Aug 8, 2023

The oldest versions pins for roman_datamodels are currently broken. This is due to a breaking change in unit representations introduced in astropy/astropy#14439, which first appeared in astropy 5.3.0. So the min astropy version has been bumped to 5.3.0.

This necessitated an additional bump in numpy version at least 1.21. However, numpy 1.22 is the oldest supported version by numpy, so it makes sense to bump to 1.22.

Checklist

  • Added entry in CHANGES.rst under the corresponding subsection
  • updated relevant tests
  • updated relevant documentation
  • [ ] Passed romancal regression testing on Jenkins / PLWishMaster. Link: https://plwishmaster.stsci.edu:8081/job/RT/job/romancal/XXX/ The regression tests use the latest versions of these dependencies on PyPi not the minimum versions. However, this may require version bumps in romancal for the oldest dependencies job to remain functional.

@WilliamJamieson WilliamJamieson requested a review from a team as a code owner August 8, 2023 14:28
@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.11% 🎉

Comparison is base (0fababa) 96.56% compared to head (55b8cbb) 96.67%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #258      +/-   ##
==========================================
+ Coverage   96.56%   96.67%   +0.11%     
==========================================
  Files          29       28       -1     
  Lines        2413     2406       -7     
==========================================
- Hits         2330     2326       -4     
+ Misses         83       80       -3     

see 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pllim
Copy link
Collaborator

pllim commented Aug 8, 2023

This looks reasonable. 5.0.x is super old by now and getting dropped at the end of 2023.

@WilliamJamieson WilliamJamieson merged commit 730dc42 into spacetelescope:main Aug 11, 2023
@WilliamJamieson WilliamJamieson deleted the bugfix/oldest branch August 11, 2023 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants