SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python310-param-1.13.0-47.5.noarch.rpm :

* Sun Mar 26 2023 Dirk Müller - 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 AATTovidner and AATTdroumis for their first contributions! And to AATTmaximlt, AATTHoxbro, AATTjlstevens, AATTphilippjfr and AATTjbednar 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 2022 Yogalakshmi Arunachalam - Update to version 1.12.3: The 1.12.3 release adds support for Python 3.11. Many thanks to AATTmusicinmybrain (first contribution!) and AATTmaximlt for contributing to this release. Enhancements:
* Preserve existing Random seed behavior in Python 3.11 (#638)
* Add support for Python 3.11 (#658)
* Wed Jun 22 2022 Atri Bhattacharya - Update to version 1.12.2:
* Match against complete spec name when determining dynamic watchers (gh#holoviz/param#615).
* Ensure async functionality does not cause python2 syntax errors (gh#holoviz/param#624).
* Allow (de)serializing CalendarRange and DateRange Parameters (gh#holoviz/param#625).
* Improve DateRange validation (gh#holoviz/param#627).
* Fix regression in AATTparam.depends execution ordering (gh#holoviz/param#628).
* Ensure named_objs does not fail on unhashable objects (gh#holoviz/param#632).
* Support comparing date-like objects (gh#holoviz/param#629).
* Fixed BinaryPower example in the docs to use the correct name EvenInteger(gh#holoviz/param#634).
* Sun May 01 2022 Atri Bhattacharya - Update to version 1.12.1:
* Fixed description of shared_parameters (gh#holoviz/param#568).
* Improve the error messages of Date and DateRange (gh#holoviz/param#579).
* Clarified step error messages and other docs and links (gh#holoviz/param#604).
* Make iscoroutinefunction more robust (gh#holoviz/param#572).
* Fix for handling misspelled parameter (gh#holoviz/param#575).
* Handle None serialization for Date, CalendarDate, Tuple, Array, and DataFrame (gh#holoviz/param#582).
* Support async coroutines in param.depends (gh#holoviz/param#591).
* Handle async functions in depends with watch=True (gh#holoviz/param#611).
* Avoid equality check on Watcher (gh#holoviz/param#612).
* Fix binder (gh#holoviz/param#564).
* Fixed description of shared_parameters (gh#holoviz/param#568).
* Tue Feb 15 2022 Atri Bhattacharya - Update to version 1.12.0:
* Many changes, see https://github.com/holoviz/param/releases/tag/v1.12.0.- Drop denose.patch: Tests updated to use pytest (gh#holoviz/param#509).
* Fri Feb 26 2021 Ben Greiner - Don\'t test optional numpy with python36, but include optional jsonschema and (non python36) pandas for testing instead.
* Fri Jan 29 2021 Steve Kowalik - Remove %ifpython3 guard for the %check section.
* Sun Jan 10 2021 Atri Bhattacharya - Update to version 1.10.1:
* Fix serialization of Tuple (gh#holoviz/param#446).
* Declare asynchronous executor (gh#holoviz/param#449).- Use param-%{version} format for source name.
* Sun Jan 03 2021 Benjamin Greiner - Make sure the correct version is reported, even though we use the GitHub archive and are not installing a git repo.
* Sat Oct 31 2020 Atri Bhattacharya - Update to version 1.10.0:
* Fix ClassSelector.get_range() for class_ tuple (gh#holoviz/param#360).
* Update links and text to point to holoviz.org (gh#holoviz/param#364).
* Include params when calling instance in __new__.
* Internal removal of old API usage (gh#holoviz/param#372).
* Removed outdated warning message (gh#holoviz/param#373).
* Update some packaging metadata. (gh#holoviz/param#370).
* Revert Include params when calling instance in __new__ (gh#holoviz/param#367, gh#holoviz/param#374).
* Turn .param into a property (gh#holoviz/param#386).
* Prevent param.version from failing when used alongside async frameworks (gh#holoviz/param#389).
* Allow using iadd on constant parameter (gh#holoviz/param#400).
* Batch param.depends (gh#holoviz/param#401).
* Ensure that Parameterized remaps watchers on copy (gh#holoviz/param#409).
* JSON serialization and schema generation (gh#holoviz/param#414).
* Make copy of watchers dictionary on instance parameters (gh#holoviz/param#419).
* Refactor JSONSerializer (gh#holoviz/param#422).
* Ensure Parameterized.param.objects works with uninitialized object (gh#holoviz/param#420).
* Micro optimizations (gh#holoviz/param#424).
* Fix indentation (gh#holoviz/param#431).
* Test suite fixups and updates (gh#holoviz/param#432).
* Group depends for watched deps within a class (gh#holoviz/param#434).
* Fix .abstract for classes named with leading underscore(s) (gh#holoviz/param#439).
* Fix discard_events decorator (gh#holoviz/param#442).
* Add new Event parameter type (gh#holoviz/param#438).
* Pin nbconvert in doc build for now.
* Stricter nbconvert pin.- Update denose.patch from latest pull request, plus rebasing to apply cleanly for `tests/API0/testparameterizedobject.py` and `tests/API1/testparameterizedobject.py`.- Run tests only for python3 as they fail for python2.
* Mon Aug 03 2020 Matej Cepl - Add denose.patch to remove dependency on nose (gh#holoviz/param#423).
* Wed Mar 11 2020 Marketa Calabkova - Update to 1.9.3
* Removed outdated warning message
* Internal removal of old API usage
* Wed Jan 22 2020 Martin Sirringhaus - Update to 1.9.2:
* No upstream changelog
 
ICM