forked from pool/python-param
- update to 1.13.0:
* This release includes a new `Bytes` *Parameter* and a few
important bug fixes. This release is also marked by the
adoption of a formal project governance, ensuring Param's
future as a healthy open-source project. Many thanks to
@ovidner and @droumis for their first contributions! And to
@maximlt, @Hoxbro, @jlstevens, @philippjfr and @jbednar for
their continuing support to fixing and improving Param.
* Fix copying when having watchers on e.g. bounds on inherited
Parameter types (#675)
* Allow JSON serialization to work with `json.dumps` (#655)
* `ListSelector` restricted to `list` type objects (#531)
* Fix `depends` async wrapper (#684)
* Allow named colors to be any case (#711)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=48
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 26 20:01:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.13.0:
|
||||
* This release includes a new `Bytes` *Parameter* and a few
|
||||
important bug fixes. This release is also marked by the
|
||||
adoption of a formal project governance, ensuring Param's
|
||||
future as a healthy open-source project. Many thanks to
|
||||
@ovidner and @droumis for their first contributions! And to
|
||||
@maximlt, @Hoxbro, @jlstevens, @philippjfr and @jbednar for
|
||||
their continuing support to fixing and improving Param.
|
||||
* Fix copying when having watchers on e.g. bounds on inherited
|
||||
Parameter types (#675)
|
||||
* Allow JSON serialization to work with `json.dumps` (#655)
|
||||
* `ListSelector` restricted to `list` type objects (#531)
|
||||
* Fix `depends` async wrapper (#684)
|
||||
* Allow named colors to be any case (#711)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 15:45:22 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user