diff --git a/param-2.0.1.tar.gz b/param-2.0.1.tar.gz deleted file mode 100644 index 3d7864d..0000000 --- a/param-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7943a04607822efd46e96e1827dc5fa929a2fc3b1fe9fc7b7dca7d17a8031a5b -size 168175 diff --git a/param-2.0.2.tar.gz b/param-2.0.2.tar.gz new file mode 100644 index 0000000..41b2a74 --- /dev/null +++ b/param-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785845a727a588eb94c7666d80551c7e2bb97d4309d3507beab66f95e57f7527 +size 168511 diff --git a/python-param.changes b/python-param.changes index becd712..dc75c36 100644 --- a/python-param.changes +++ b/python-param.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 20 19:27:34 UTC 2024 - Dirk Müller + +- 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 @@ -17,25 +25,25 @@ Fri Dec 15 16:46:45 UTC 2023 - Atri Bhattacharya Tue Oct 24 14:58:32 UTC 2023 - Markéta Machová - 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 ------------------------------------------------------------------- Tue Dec 13 15:45:22 UTC 2022 - Yogalakshmi Arunachalam -- 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 ------------------------------------------------------------------- Fri Feb 26 20:32:36 UTC 2021 - Ben Greiner -- 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 Wed Jan 22 09:32:08 UTC 2020 - Martin Sirringhaus - Update to 1.9.2: - * No upstream changelog + * No upstream changelog ------------------------------------------------------------------- Fri Aug 30 15:53:14 UTC 2019 - Todd R diff --git a/python-param.spec b/python-param.spec index aff7d8f..dbd1c3b 100644 --- a/python-param.spec +++ b/python-param.spec @@ -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