14
0

Accepting request 1032230 from home:yarunachalam:branches:devel:languages:python

- Update to version 2.19 
  * Fix minor bug about exception raising from string constructed types
  * Simplify type checking functions, defining only the one for the current python version
  * Fix type definitions of some private functions for compatibility with cython
  * Improved loading speed for dictionaries
  * Improved loading speed for iterators
  * Improved documentation
  * Improved performance testing code

OBS-URL: https://build.opensuse.org/request/show/1032230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typedload?expand=0&rev=5
This commit is contained in:
2022-10-31 13:11:45 +00:00
committed by Git OBS Bridge
parent 4906104523
commit c09b9ded01
6 changed files with 32 additions and 20 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Oct 29 16:22:37 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.19
* Fix minor bug about exception raising from string constructed types
* Simplify type checking functions, defining only the one for the current python version
* Fix type definitions of some private functions for compatibility with cython
* Improved loading speed for dictionaries
* Improved loading speed for iterators
* Improved documentation
* Improved performance testing code
-------------------------------------------------------------------
Tue Oct 11 16:23:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>