15
0
forked from pool/python-param

Accepting request 845214 from home:badshah400:branches:devel:languages:python:numeric

* Update to version 1.10.0.
* 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.

OBS-URL: https://build.opensuse.org/request/show/845214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=31
This commit is contained in:
2020-11-02 20:55:17 +00:00
committed by Git OBS Bridge
parent d59bec42a6
commit 5193b3383d
5 changed files with 703 additions and 510 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Sat Oct 31 20:21:55 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- 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 3 10:32:52 UTC 2020 - Matej Cepl <mcepl@suse.com>