Skip to content

Bump ordered-set from 4.0.2 to 4.1.0 - #322

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/ordered-set-4.1.0
Open

Bump ordered-set from 4.0.2 to 4.1.0#322
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/ordered-set-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 17, 2022

Copy link
Copy Markdown

Bumps ordered-set from 4.0.2 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
  • d921651 use personal email in setup.py
  • 29e3a82 update classifiers in pyproject.toml
  • 7822e4b update authors section
  • d25e130 update the README
  • 557c429 update some metadata
  • 2a49243 try using Flit instead
  • 3289508 include additional files in sdist
  • 34f2cba update python versions, fix some types
  • b66acd8 convert to poetry
  • 4d74bee Merge pull request #64 from kairi003/feature/pop_with_index
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Bumps [ordered-set](https://github.com/rspeer/ordered-set) from 4.0.2 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](rspeer/ordered-set@release/4.0.2...release/4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 17, 2022
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