-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replace np.trapz with np.trapezoid * bump version to 2.8.14 * allow numpy 2 * check numpy version for trapz vs trapezoid * bump version to 2.8.15 * use `numpy~=1.0` for docs test * set minimum numpy version to 1.26.0 to cover numpy 1 version tests, all earlier versions did not want to install locally * add minimum-dependencies check to codecov * bump version to 2.8.16 * use `importlib.util.find_spec` rather than `sys.modules` to check whether a python package is installed, appears more robust --------- Co-authored-by: lukashergt <[email protected]> Co-authored-by: Lukas Hergt <[email protected]>
- Loading branch information
1 parent
a4c8521
commit 42b1ead
Showing
6 changed files
with
20 additions
and
10 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '2.9.0' | ||
__version__ = '2.9.1' |
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