Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Bump numexpr from 2.7.2 to 2.8.3 in /ml-env #187

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 27, 2022

Bumps numexpr from 2.7.2 to 2.8.3.

Changelog

Sourced from numexpr's changelog.

Changes from 2.8.3 to 2.8.4

  • Under development.

Changes from 2.8.1 to 2.8.3

  • 2.8.2 was skipped due to an error in uploading to PyPi.
  • Support for Python 3.6 has been dropped due to the need to substitute the flag NPY_ARRAY_WRITEBACKIFCOPY for NPY_ARRAY_UPDATEIFCOPY. This flag change was initiated in NumPy 1.14 and finalized in 1.23. The only changes were made to cases where an unaligned constant was passed in with a pre-allocated output variable:
    x = np.empty(5, dtype=np.uint8)[1:].view(np.int32)
    ne.evaluate('3', out=x)

We think the risk of issues is very low, but if you are using NumExpr as a expression evaluation tool you may want to write a test for this edge case.

  • Thanks to Matt Einhorn (@​matham) for improvements to the GitHub Actions build process to add support for Apple Silicon and aarch64.
  • Thanks to Biswapriyo Nath (@​biswa96) for a fix to allow mingw builds on Windows.
  • There have been some changes made to not import platform.machine() on sparc but it is highly advised to upgrade to Python 3.9+ to avoid this issue with the Python core package platform.

Changes from 2.8.0 to 2.8.1

  • Fixed dependency list.
  • Added pyproject.toml and modernize the setup.py script. Thanks to Antonio Valentino for the PR.

Changes from 2.7.3 to 2.8.0

  • Wheels for Python 3.10 are now provided.
  • Support for Python 2.7 and 3.5 has been discontinued.
  • All residual support for Python 2.X syntax has been removed, and therefore the setup build no longer makes calls to the 2to3 script. The setup.py has been refactored to be more modern.
  • The examples on how to link into Intel VML/MKL/oneAPI now use the dynamic library.
Commits

Dependabot compatibility score

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 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)

Bumps [numexpr](https://github.com/pydata/numexpr) from 2.7.2 to 2.8.3.
- [Release notes](https://github.com/pydata/numexpr/releases)
- [Changelog](https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst)
- [Commits](https://github.com/pydata/numexpr/commits)

---
updated-dependencies:
- dependency-name: numexpr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 27, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 27, 2022

Superseded by #214.

@dependabot dependabot bot closed this Oct 27, 2022
@dependabot dependabot bot deleted the dependabot/pip/ml-env/numexpr-2.8.3 branch October 27, 2022 02:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants