forked from pool/python-jsonpickle
- update to 3.2.1:
* The ``ignorereserved`` parameter to the private
``_restore_from_dict()`` function has been restored for
backwards compatibility. (+501)
* Nested dictionaries in `py/state` are now correctly restored when
tracking object references. (+501) (#500)
* `jsonpickle.ext.numpy.register_handlers` now provides options
that are forwarded to the `NumpyNDArrayHandler` constructor.
* Fix bug of not handling ``classes`` argument to
`jsonpickle.decode` being a dict. Previously, the keys were
ignored and only values were used. (+494)
* Allow the ``classes`` argument to `jsonpickle.pickle` to have
class objects as keys. This extends the current functionality
of only having class name strings as keys. (+494)
* The ``garden setup/dev`` action and ``requirements-dev.txt``
requirements file now include test dependencies for use
during development.
* Added support for Python 3.13. (+505) (#504)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=38
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 08:55:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.2.1:
|
||||
* The ``ignorereserved`` parameter to the private
|
||||
``_restore_from_dict()`` function has been restored for
|
||||
backwards compatibility. (+501)
|
||||
* Nested dictionaries in `py/state` are now correctly restored when
|
||||
tracking object references. (+501) (#500)
|
||||
* `jsonpickle.ext.numpy.register_handlers` now provides options
|
||||
that are forwarded to the `NumpyNDArrayHandler` constructor.
|
||||
* Fix bug of not handling ``classes`` argument to
|
||||
`jsonpickle.decode` being a dict. Previously, the keys were
|
||||
ignored and only values were used. (+494)
|
||||
* Allow the ``classes`` argument to `jsonpickle.pickle` to have
|
||||
class objects as keys. This extends the current functionality
|
||||
of only having class name strings as keys. (+494)
|
||||
* The ``garden setup/dev`` action and ``requirements-dev.txt``
|
||||
requirements file now include test dependencies for use
|
||||
during development.
|
||||
* Added support for Python 3.13. (+505) (#504)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 14 08:29:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user