spacetelescope / gwcs

Generalized World Coordinate System: provides tools for managing WCS in a general way
https://gwcs.readthedocs.io/en/latest/
47 stars 48 forks source link

Increase `asdf-wcs-schemas` version #491

Closed braingram closed 8 months ago

braingram commented 8 months ago

asdf-wcs-schemas 0.4.0 was released.

This PR increases the minimum required version to 0.4.0.

As https://github.com/spacetelescope/gwcs/pull/488 is not yet released the changelog entry was updated to point to this PR.

~Additionally this PR adds an upper pin for pytest (as a test dependency) as the newest version 8.1.1 is incompatible with pytest-doctestplus (see https://github.com/scientific-python/pytest-doctestplus/issues/243).~ EDIT: a new version of pytest-doctestplus was released that fixed the issue

Finally, this PR also increases the minimum tested numpy to 1.23 (the oldest supported version at this time, see: https://numpy.org/neps/nep-0029-deprecation_policy.html#support-table).

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.28%. Comparing base (eb9d316) to head (cdaa38a). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #491 +/- ## ======================================= Coverage 87.28% 87.28% ======================================= Files 22 22 Lines 3821 3823 +2 ======================================= + Hits 3335 3337 +2 Misses 486 486 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.