15
0
forked from pool/python-param

- update to 2.0.2:

* Minor optimizations in hot codepaths accessing class parameters
  * Unpack partial callables in iscoroutinefunction
  * Fix building Param with setuptools-scm<7
  * Parameter slot values are now all inherited correctly across
  * There is now a ListProxy wrapper around Selector.objects (with
    forward and backward compatibility) to easily update objects
  * Parameterized classes and instances now have a rich HTML
    representation that is displayed automatically in
  * Parameters have all gained the allow_refs and nested_refs
    attributes, bringing an exceptionally useful feature that was
  * You can now use .param.update as a context manager for applying
  * Path now has check_exists attribute, leading it to raise an error
- Update to version 1.12.3:
- Don't test optional numpy with python36, but include optional
  * No upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=54
This commit is contained in:
2024-01-20 19:28:10 +00:00
committed by Git OBS Bridge
parent af7ce3d2d5
commit 5f85be2cec
4 changed files with 25 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7943a04607822efd46e96e1827dc5fa929a2fc3b1fe9fc7b7dca7d17a8031a5b
size 168175

3
param-2.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:785845a727a588eb94c7666d80551c7e2bb97d4309d3507beab66f95e57f7527
size 168511

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jan 20 19:27:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.0.2:
* Minor optimizations in hot codepaths accessing class parameters
* Unpack partial callables in iscoroutinefunction
* Fix building Param with setuptools-scm<7
-------------------------------------------------------------------
Fri Dec 15 16:46:45 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
@@ -17,25 +25,25 @@ Fri Dec 15 16:46:45 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
Tue Oct 24 14:58:32 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to 2.0.0
* Parameter slot values are now all inherited correctly across
* Parameter slot values are now all inherited correctly across
a hierarchy of Parameterized classes.
* There is now a ListProxy wrapper around Selector.objects (with
forward and backward compatibility) to easily update objects
* There is now a ListProxy wrapper around Selector.objects (with
forward and backward compatibility) to easily update objects
and watch objects updates.
* Parameterized classes and instances now have a rich HTML
representation that is displayed automatically in
* Parameterized classes and instances now have a rich HTML
representation that is displayed automatically in
a Jupyter/IPython notebook.
* Parameters have all gained the allow_refs and nested_refs
attributes, bringing an exceptionally useful feature that was
* Parameters have all gained the allow_refs and nested_refs
attributes, bringing an exceptionally useful feature that was
available in Panel since version 1.2 to Param.
* Experimental new rx reactive expressions.
* You can now use .param.update as a context manager for applying
* You can now use .param.update as a context manager for applying
temporary updates.
* For speed, only generate the Parameter docstring in an IPython context.
* Support for deserialization of file types into Array and DataFrame.
* Integer now accepts numpy.integer values.
* Range now does stricter validation of the slot values.
* Path now has check_exists attribute, leading it to raise an error
* Path now has check_exists attribute, leading it to raise an error
if path is not found on parameter instantiation.
* Add top-level __all__ and move Parameter classes to parameters.py.
* Now compatible with Python 3.8+
@@ -62,7 +70,7 @@ Sun Mar 26 20:01:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Tue Dec 13 15:45:22 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.12.3:
- Update to version 1.12.3:
The 1.12.3 release adds support for Python 3.11. Many thanks to @musicinmybrain (first contribution!) and @maximlt for contributing to this release.
Enhancements:
* Preserve existing Random seed behavior in Python 3.11 (#638)
@@ -120,7 +128,7 @@ Tue Feb 15 23:11:44 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
-------------------------------------------------------------------
Fri Feb 26 20:32:36 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Don't test optional numpy with python36, but include optional
- Don't test optional numpy with python36, but include optional
jsonschema and (non python36) pandas for testing instead.
-------------------------------------------------------------------
@@ -202,7 +210,7 @@ Wed Mar 11 14:59:28 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
Wed Jan 22 09:32:08 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- Update to 1.9.2:
* No upstream changelog
* No upstream changelog
-------------------------------------------------------------------
Fri Aug 30 15:53:14 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-param
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define modname param
Name: python-param
Version: 2.0.1
Version: 2.0.2
Release: 0
Summary: Declarative Python programming using Parameters
License: BSD-3-Clause