-
Notifications
You must be signed in to change notification settings - Fork 864
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
build against NPY2 #3894
Merged
Merged
build against NPY2 #3894
Changes from 26 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
75ebb33
build against NPY2
njzjz 308e6e4
replace np.int_t with np.int64_t
njzjz 1e5829b
replace `np.float_` with `np.float64`
njzjz bc1c73e
replace simps with simpson
njzjz 862c454
replace long with np.int64_t
njzjz f002973
fix copy=False
njzjz 669169a
fix simpson
njzjz 9f4b730
asarray
njzjz 33f0d52
RankWarning
njzjz a65192f
pre-commit auto-fixes
pre-commit-ci[bot] f171fe4
ImportError
njzjz a411c4b
replace np.lib.pad with np.pad
njzjz d1a4c80
Merge remote-tracking branch 'origin/master' into build-npy2
njzjz dc1d719
enable NPY201
njzjz b272664
skip several tests related to scipy, chgnet, and phonopy
njzjz c979ff8
pre-commit auto-fixes
pre-commit-ci[bot] 2e0940c
skip more tests
njzjz 23e62f1
make warning assertion more robust
njzjz dbd0289
pre-commit auto-fixes
pre-commit-ci[bot] 88a496d
fix test_properties
njzjz d6b1307
pre-commit auto-fixes
pre-commit-ci[bot] 062fd55
Revert "enable NPY201"
njzjz 16f3cf4
rename vars for readability
janosh 3c4695e
fix test_get_parchg with comment to explain assert inversion
janosh f0865f0
don't depend on numpy RC in build-system.requires
janosh 17b325f
disable assert altogether
janosh 1dfc9e4
bump optional dep pin abinit = ["netcdf4>=1.7.1"]
janosh 33d521c
Merge branch 'master' into build-npy2
njzjz 9daedbb
merge
njzjz ddef216
remove delvewheel
njzjz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@janosh This doesn't look like something we should keep inside the code (it's pretty easy to find)? What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm generally in favor of linking relevant docs. even if easy to find, people might not think to look for them. but no strong opinion in this case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one looks more like a "disposable" migration guide which we would only do once :)