European-XFEL / EXtra-geom

Use EuXFEL detector geometry to assemble images
https://extra-geom.rtfd.io
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Update numexpr requirement from !=2.8.6,<=2.9.0 to !=2.8.6,<=2.10.0 in /.github/dependabot #280

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Updates the requirements on numexpr to permit the latest version.

Changelog

Sourced from numexpr's changelog.

Changes from 2.10.0 to 2.10.1

  • Under development.

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

  • Fix re_evaluate not taking global_dict as argument. Thanks to Teng Liu (@​27rabbitlt).

  • Fix parsing of simple complex numbers. Now, ne.evaluate('1.5j') works. Thanks to Teng Liu (@​27rabbitlt).

  • Fixes for upcoming NumPy 2.0:

    • Replace npy_cdouble with C++ complex. Thanks to Teng Liu (@​27rabbitlt).
    • Add NE_MAXARGS for future numpy change NPY_MAXARGS. Now it is set to 64 to match NumPy 2.0 value. Thanks to Teng Liu (@​27rabbitlt).

Changes from 2.8.6 to 2.8.7

... (truncated)

Commits
  • 354451a Getting ready for release 2.10.0
  • 23d1a0e Merge pull request #478 from neutrinoceros/bld/build_with_numpy2.0.0rc1
  • beedecb BLD: fix compiling against numpy 2.0
  • 49b8e33 BLD: build with numpy instead of oldest-supported-numpy
  • 20012fc Update README.rst
  • 1df75a8 Merge pull request #477 from Jamim/feature/vector-pypi-badge
  • c445efa 🖌️ Use a vector version badge
  • 23466af Do not warn if OMP_NUM_THREAD set. Fixes #344.
  • 60565ea Update AUTHORS.txt
  • 03b0510 Add a workflow for closing stale issues
  • 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 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)