Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 9, 2022

Bumps ordered-set from 3.1.1 to 4.1.0.

Changelog

Sourced from ordered-set's changelog.

Changelog

Significant changes in major and minor releases of this library:

Version 4.1 (January 2022)

  • Packaged using flit. Wheels now exist, and setuptools is no longer required.
  • This package now has a typical package structure, instead of being a single module. The code is in ordered_set/__init__.py instead of ordered_set.py.
  • There is an ordered_set/py.typed so that type checkers know about the types.
  • Use the type aliases SetLike[T] and OrderedSetInitializer[T] to simplify some types.
  • Updated the way overloaded type signatures are written to what MyPy currently expects.
  • Minimum Python version is 3.7.

Version 4.0 (January 2020)

  • Added type signatures inline to the code, instead of using type stubs.
  • Dropped Python 2 support. The minimum supported Python version is 3.5.

Version 3.1 (November 2018)

  • __getitem__ accepts NumPy arrays of indices, and returns a list of elements with those indices.
  • Updated in-place operations that took O(N^2) time, such as .difference_update(), to take O(N) time.
  • Clarified whether various methods mutate or copy the OrderedSet.
  • Added OrderedSet.get_loc and OrderedSet.get_indexer as aliases for OrderedSet.index, for interoperability with pandas.Index.
  • Added type stubs in a .pyi file.

Version 3.0 (June 2018)

  • Implemented the abstract base classes collections.MutableSet and collections.Sequence.
  • Changed the behavior of some methods to follow the MutableSet API.
  • Indexing an OrderedSet with [:] returns a copy, not the same object.

Version 2.0 (December 2015)

  • Tuples are allowable values in the set, and are not treated as "fancy indexing".
  • Added update and pop methods.

Version 1.4 (September 2015)

  • Added discard and clear methods.

Version 1.3 (April 2015)

  • Added support for pickling.

Version 1.2 (May 2014)

  • First Python 3 support.

Version 1.1 (August 2013)

... (truncated)

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 9, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/ordered-set-4.1.0 branch from acec871 to 453dad1 Compare February 14, 2022 17:36
@dependabot dependabot bot force-pushed the dependabot/pip/ordered-set-4.1.0 branch from 453dad1 to 50178d8 Compare March 14, 2022 09:37
Bumps [ordered-set](https://github.com/rspeer/ordered-set) from 3.1.1 to 4.1.0.
- [Release notes](https://github.com/rspeer/ordered-set/releases)
- [Changelog](https://github.com/rspeer/ordered-set/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rspeer/ordered-set/commits/release/4.1.0)

---
updated-dependencies:
- dependency-name: ordered-set
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/ordered-set-4.1.0 branch from 50178d8 to c6b123c Compare September 1, 2022 13:56
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.

1 participant