chychkan / DeepFaceLab_MacOS

Run DeepFaceLab on MacOS
GNU General Public License v3.0
251 stars 55 forks source link

Bump numexpr from 2.7.3 to 2.8.1 #64

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps numexpr from 2.7.3 to 2.8.1.

Release notes

Sourced from numexpr's releases.

Changes from 2.6.4 to 2.6.5

  • The maximum thread count can now be set at import-time by setting the environment variable 'NUMEXPR_MAX_THREADS'. The default number of max threads was lowered from 4096 (which was deemed excessive) to 64.
  • A number of imports were removed (pkg_resources) or made lazy (cpuinfo) in order to speed load-times for downstream packages (such as pandas, sympy, and tables). Import time has dropped from about 330 ms to 90 ms. Thanks to Jason Sachs for pointing out the source of the slow-down.
  • Thanks to Alvaro Lopez Ortega for updates to benchmarks to be compatible with Python 3.
  • Travis and AppVeyor now fail if the test module fails or errors.
  • Thanks to Mahdi Ben Jelloul for a patch that removed a bug where constants in where calls would raise a ValueError.
  • Fixed a bug whereby all-constant power operations would lead to infinite recursion.
Changelog

Sourced from numexpr's changelog.

Changes from 2.8.1 to 2.8.2

  • TODO

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.
Commits
  • 1bf41c7 Getting ready for release 2.8.1
  • 18a5545 Merge pull request #393 from avalentino/feature/pyrpoject.toml
  • aa9fc29 Add pyproject.toml and modernize the setup.py script
  • 786ba03 Add setuptools and packaging to requirements; rescend use of `setuptools....
  • 7739512 Post 2.8.0 release actions done
  • 193d1b3 Accidently excluded OSX and Windows builds
  • ca10568 Disable aarch64 builds as they take too long and/or timeout
  • e960fd3 Getting ready for release 2.8.0
  • 083a461 Try only building aarch64 for latest Python (3.10)
  • 57c5468 Implement support for compiling against MKL with new setup.py
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 2 years ago

Looks like numexpr is up-to-date now, so this is no longer needed.