Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ndindex from 1.8 to 1.9.2 in /etc/requirements_dependabot #357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

Bumps ndindex from 1.8 to 1.9.2.

Changelog

Sourced from ndindex's changelog.

Version 1.9.2 (2024-09-25)

Minor Changes

  • Fixes an issue with pickle and deepcopy serialization introduced in ndindex 1.9.

Version 1.9.1 (2024-09-23)

This version is identical to 1.9, but includes some fixes to the release scripts to ensure that wheels are properly uploaded to PyPI.

Version 1.9 (2024-09-23)

Major Changes

  • ndindex now uses a C extension (using Cython). Currently the constructors for {class}~.Slice and {class}~.Tuple have been Cythonized, meaning constructing and using those classes is now much faster. In the future, additional parts of ndindex will be Cythonized as performance needs dictate. This does not have any user-facing changes to functionality.

  • Python 3.8 is no longer supported.

  • The documentation now includes a documentation guide for all NumPy index types, extending the previous guide for slices. The slices guide has also been improved and now has diagrams built using HTML/CSS instead of MathJAX.

Minor Changes

  • Some fixes to incorrect usage of __slots__.

  • Raise an exception earlier for invalid index in {any}ChunkSize.num_subchunks().

  • The CYTHONIZE_NDINDEX environment variable for building has been removed, as Cython support is now required.

  • Fix a compatibility issue with NumPy 2.0.

  • {func}~.normalize_skip_axes will now raise AxisError before ValueError for non-unique axes.

  • Keep track of when a Slice has been reduced (with no shape) to avoid recomputing it.

  • Various improvements in the tests.

Commits
  • fe96a46 Add a changelog entry for a 1.9.2 release
  • 394dc1e Fix assert_equal tests in cases where ndindex would turn a scalar into a 0-D ...
  • 4232472 Fix serialization for Cythonized classes
  • c18d369 Fix some error message text
  • aa1f53a Merge pull request #189 from asmeurer/release
  • 40ab5f9 Also limit short_shapes to 32 dimensions
  • 1af8d6b Fix artifact downloading in the publish-package workflow
  • 1fc0a8d Add changelog for 1.9.1 release
  • 6487909 Download all artifacts to upload to PyPI
  • ce9623d Test the version in CIBW_TEST_COMMAND
  • 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 show <dependency name> 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)

Bumps [ndindex](https://github.com/Quansight-Labs/ndindex) from 1.8 to 1.9.2.
- [Release notes](https://github.com/Quansight-Labs/ndindex/releases)
- [Changelog](https://github.com/Quansight-Labs/ndindex/blob/main/docs/changelog.md)
- [Commits](Quansight-Labs/ndindex@1.8...1.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants