Update dependency numexpr to v2.10.1 - autoclosed#98
Merged
Conversation
64bfe4b to
9d4fded
Compare
9d4fded to
01d8a96
Compare
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.
This PR contains the following updates:
==2.8.4->==2.10.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pydata/numexpr (numexpr)
v2.10.1Compare Source
v2.10.0Compare Source
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.tomlfile for more of the configuration options.
v2.9.0Compare Source
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.
v2.8.8Compare Source
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.
v2.8.7Compare Source
v2.8.6Compare Source
** Under development **
v2.8.5Compare Source
The sanitization can be turned off by default by setting an environment variable,
set NUMEXPR_SANITIZE=0Improved behavior of the blacklist to avoid triggering on private variables
and scientific notation numbers.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.