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

Cython3 #1421

Merged
merged 10 commits into from
Apr 1, 2024
Merged

Cython3 #1421

merged 10 commits into from
Apr 1, 2024

Conversation

mkolopanis
Copy link
Member

bumps the cython version to 3.0. It's been stable since October 2023.

Not sure if it is possible to change some string thins in corr fits so i'd hold off on full PR for time being.

Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.92%. Comparing base (e72aad2) to head (a8075a2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1421      +/-   ##
==========================================
- Coverage   99.92%   99.92%   -0.01%     
==========================================
  Files          37       37              
  Lines       20871    20868       -3     
==========================================
- Hits        20855    20852       -3     
  Misses         16       16              

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

@@ -19,7 +19,7 @@ dependencies:
- pytest-cases>=3.8.3
- pytest-cov
- pytest-xdist
- cython
- cython>=3.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should also be updated in the readme and maybe in setup.py?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call thanks for pointing those out.

@mkolopanis mkolopanis marked this pull request as ready for review March 29, 2024 18:04
Copy link
Member

@bhazelton bhazelton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I think there's just one more place to update, the pyuvdata_min_versions_tests.yml. Sorry I didn't notice that one before.

@mkolopanis
Copy link
Member Author

oh good catch. I must have missed that when I was searching through.

Copy link
Member

@bhazelton bhazelton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@bhazelton bhazelton merged commit 7d3804f into main Apr 1, 2024
44 checks passed
@bhazelton bhazelton deleted the cython3 branch April 1, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants