15
0

- Update to 1.0:

* Added
    + Python 3.10 support
    + Added type annotations to various Pympler modules which are checked via
      Mypy
  * Removed
    + Python 2.7 and 3.5 support
  * Fixed
    + Fix summarizing objects at higher verbosity levels -- By Colin Watson
    + Fix tree widget import for Python 3.5 and higher -- By Felix Jung (#77)
    + Fix compatibility issues with numpy 1.19 and later -- By Jean
      Brouwers (#121)
    + Fix object filtering by size in muppy -- By Kris Jurka
    + Fix documentation typos -- By Tim Gates
- Use pytest to run the test suite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=8
This commit is contained in:
2021-12-22 00:19:03 +00:00
committed by Git OBS Bridge
parent 6856c30706
commit 8334f1b8d5
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Dec 22 00:18:12 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.0:
* Added
+ Python 3.10 support
+ Added type annotations to various Pympler modules which are checked via
Mypy
* Removed
+ Python 2.7 and 3.5 support
* Fixed
+ Fix summarizing objects at higher verbosity levels -- By Colin Watson
+ Fix tree widget import for Python 3.5 and higher -- By Felix Jung (#77)
+ Fix compatibility issues with numpy 1.19 and later -- By Jean
Brouwers (#121)
+ Fix object filtering by size in muppy -- By Kris Jurka
+ Fix documentation typos -- By Tim Gates
- Use pytest to run the test suite.
-------------------------------------------------------------------
Sat Feb 27 06:35:24 UTC 2021 - John Vandenberg <jayvdb@gmail.com>