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.0 #63

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps numexpr from 2.7.3 to 2.8.0.

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.0 to 2.8.1

  • TODO
Commits
  • 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
  • de1ca53 Remove cibuildwheel version requirement from GitHub Actions
  • 99ddb12 Remove support for Python 2.7 and 3.5; add support for Python 3.10
  • 2f2f8df Merge pull request #386 from sheerluck/version-fix
  • 3f1ee7c no distutils.version
  • d745933 Post-release actions for 2.7.3 done
  • See full diff 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

Superseded by #64.