Orderedset

Latest version: v2.0.3

Safety actively analyzes 621920 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.0.3

~~~~~~~~~~~~~~~~~~

* bugfix: Generate new C file to fix compile issues

2.0.2

~~~~~~~~~~~~~~~~~~

* bugfix: Fix deprecation warning for collections.abc in Python 3.8+

2.0.1

~~~~~~~~~~~~~~~~~~

* bugfix: Fix `isdisjoint` to return True when the sets are disjoint
* build: Include 3.6 when testing
* dist: Include test files in sdist
* docs: Make the Readme a bit prettier

2.0

~~~~~~~~~~~~~~~~

* breaking change: All comparisons, other than `eq`, against other ordered sets
are now performed unordered; i.e., they are treated as regular sets.
* `isorderedsubset` and `isorderedsuperset` have been added to perform ordered
comparisons against other sequences. Using these methods with unordered
collections wield yield arbitrary (and depending on Python implementation,
unstable) results.

1.2

~~~~~~~~~~~~~~~~

* bugfix: Set operations only worked with iterables if the OrderedSet was on the
left-hand side. They now work both ways.
* bugfix: The order of an intersection was the right-hand side's order. It is now
fixed to be the left-hand side's order.

1.1.2

~~~~~~~~~~~~~~~~~~

* Make comparisons work with sets and lists, and not crash when compared with None.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.