Work on support for numpy-2 and python-3.12#198
Merged
Conversation
Member
Author
|
Just a note of explanation about this branch. The goal here is to update the codebase for compatibilty with numpy-2 and python up through 3.13, but without changing the upstream spt3g dependency. This work includes a subset of the large PR #192. |
dd71940 to
b11e3b9
Compare
- Remove numpy-1 checks / constraints. - Update wheel workflows and scripts. Add dependabot workflow and combine wheel test / deploy workflows into one. Remove python-3.8 support. - Update README instructions. - Add pyproject.toml and remove unsupported distutils from setup.py - Fix healpix_bare.c compiler warnings - Add missing guard around omp.h inclusion - Remove deprecated datetime functions - Bump vendored boost to version 1.87 and compile our own libflac-1.5.0 - Build our own OpenBLAS for macos wheels
45bd080 to
d4603a3
Compare
Member
Author
|
Another note- I tested this branch with python-3.13 as well. The wheels build and install fine, but tests fail since they depend on pixell, and there are no wheels available yet for 3.13. We can uncomment python-3.13 in the build matrix once pixell is available for that version. |
mhasself
previously approved these changes
Feb 21, 2025
Member
mhasself
left a comment
There was a problem hiding this comment.
Thanks!! Minor comment on annotating modified 3rd party source code.
This was
linked to
issues
Feb 21, 2025
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove numpy-1 checks / constraints.
Update wheel workflows and scripts. Add dependabot workflow and
combine wheel test / deploy workflows into one. Remove python-3.8
support.
Update README instructions.
Add pyproject.toml and remove unsupported distutils from setup.py
Fix healpix_bare.c compiler warnings
Add missing guard around omp.h inclusion
Remove deprecated datetime functions
Bump vendored boost to version 1.87 and compile our own libflac-1.5.0
Build our own OpenBLAS for macos wheels