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

build(deps): update numexpr requirement from <2.10.0,>=2.9.0 to >=2.9.0,<2.11.0 #641

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Updates the requirements on numexpr to permit the latest version.

Changelog

Sourced from numexpr's changelog.

Changes from 2.10.1 to 2.10.2

  • Under development.

Changes from 2.10.0 to 2.10.1

  • The default number of 'safe' threads has been upgraded to 16 (instead of previous 8). That means that if your CPU has > 16 cores, the default is to use 16. You can always override this with the "NUMEXPR_MAX_THREADS" environment variable.

  • NumPy 1.23 is now the minimum supported.

  • Preliminary support for Python 3.13. Thanks to Karolina Surma.

  • Fix tests on nthreads detection (closes: #479). Thanks to @​avalentino.

  • The build process has been modernized and now uses the pyproject.toml file for more of the configuration options.

Changes from 2.9.0 to 2.10.0

  • Support for NumPy 2.0.0. This is still experimental, so please report any issues you find. Thanks to Clément Robert and Thomas Caswell for the work.

  • Avoid erroring when OMP_NUM_THREADS is empty string. Thanks to Patrick Hoefler.

  • Do not warn if OMP_NUM_THREAD set.

Changes from 2.8.8 to 2.9.0

  • Support for PyPy (see PRs #467 and #740). The full test suite should pass now, at least for the 3.10 version. Thanks to @​27rabbitlt for most of the work and @​mgorny and @​mattip for providing help and additional fixes. Fixes #463.

  • Fixed more sanitizer issues (see PR #469). Thanks to @​27rabbitlt.

  • Modernized the test suite to avoid some warnings.

Changes from 2.8.7 to 2.8.8

... (truncated)

Commits
  • ea5d393 Getting ready for release 2.10.1
  • ec01ac9 Modernize the build process (testing)
  • 9c8ec78 Document the upgrade to 16 threads as the new 'safe' default
  • fb35484 Merge pull request #487 from befeleme/makesuite
  • c7f3d57 We are in 2024, so raise the 'safe' limit to 16 threads
  • 7ef1e04 Merge pull request #489 from hroncok/python3.13
  • fcceab4 Fix necompiler.getArguments() on Python 3.13.0b1
  • e7fa591 Add Python 3.13 to CI
  • 90aad71 unittest.makeSuite() has been removed from Python 3.13
  • 9b5a451 Merge pull request #485 from seberg/allow-numpy-1-builds
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [numexpr](https://github.com/pydata/numexpr) to permit the latest version.
- [Release notes](https://github.com/pydata/numexpr/releases)
- [Changelog](https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst)
- [Commits](pydata/numexpr@v2.9.0...v2.10.1)

---
updated-dependencies:
- dependency-name: numexpr
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2024
@BradleySappington BradleySappington merged commit d9796bd into develop Oct 30, 2024
13 checks passed
@dependabot dependabot bot deleted the dependabot/pip/numexpr-gte-2.9.0-and-lt-2.11.0 branch October 30, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant