forked from pool/python-ordered-set
Accepting request 704777 from home:mcalabkova:branches:devel:languages:python
- update to version 3.1.1
* Implement set api. SLICE_ALL getitem returns copy
* Add tests for new API. Replace nose with pytest.
* OrderedSet now inherits from collections.Sequence, __eq__ now
checks order of sequences
* Drop Python 2.6 support; Python and pytest already don't
support it
* Fixed bitwise and
* Added comprehensive binary operation consistency checks
* Fix DeprecationWarning due to collections.abc in Python 3.7
* Use set literal instead of function
* Fix error when fancy indexing by a NumPy array
* Update in-place operations to be O(N)
* Add testing and document support for Python 3.7
OBS-URL: https://build.opensuse.org/request/show/704777
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ordered-set?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 14:21:24 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to version 3.1.1
|
||||
* Implement set api. SLICE_ALL getitem returns copy
|
||||
* Add tests for new API. Replace nose with pytest.
|
||||
* OrderedSet now inherits from collections.Sequence, __eq__ now
|
||||
checks order of sequences
|
||||
* Drop Python 2.6 support; Python and pytest already don't
|
||||
support it
|
||||
* Fixed bitwise and
|
||||
* Added comprehensive binary operation consistency checks
|
||||
* Fix DeprecationWarning due to collections.abc in Python 3.7
|
||||
* Use set literal instead of function
|
||||
* Fix error when fancy indexing by a NumPy array
|
||||
* Update in-place operations to be O(N)
|
||||
* Add testing and document support for Python 3.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 09:26:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user