spacetelescope / stdatamodels

https://stdatamodels.readthedocs.io
Other
5 stars 24 forks source link

remove python 2 slicing api #302

Closed braingram closed 2 months ago

braingram commented 2 months ago

Fixes: #42

These methods are no longer supported as of python 3.

Checklist

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 66.42%. Comparing base (4d7c3a6) to head (5bd06ec). Report is 27 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #302 +/- ## ========================================== + Coverage 64.84% 66.42% +1.58% ========================================== Files 103 101 -2 Lines 5694 5445 -249 ========================================== - Hits 3692 3617 -75 + Misses 2002 1828 -174 ```

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

braingram commented 2 months ago

Hopefully we can remove all the 2.0 API before 4.0 is out 😜