forked from pool/python-param
Accepting request 662847 from home:TheBlackCat:branches:devel:languages:python
- update to version 1.8.1
* Added positional default arguments for nearly all Parameter
subclasses (apart from ClassSelector)
* Minor bugfixes for watching callbacks
- update to version 1.8.0
* Parameterized methods can now declare @depends(p,q) to indicate
that they depend on parameters p and q (defaulting to all
parameters)
* Parameterized methods can depend on subobjects with
@depends(p.param,q.param.r), where p.param indicates
dependencies on all parameters of p and q.param.r indicates a
dependency on parameter r of q.
* Functions and methods can watch parameter values, re-running
when those values change or when an explicit trigger is issued,
and can unwatch them later if needed.
* Multiple events can be batched to trigger callbacks only once
for a coordinated set of changes
* Added support in ObjectSelector for selecting lists and dicts
(#268)
* Added pandas DataFrame and Series parameter types (#285)
* Added support for regular expression validation to String
Parameter (#241, #245)
OBS-URL: https://build.opensuse.org/request/show/662847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 4 16:19:59 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- update to version 1.8.1
|
||||
* Added positional default arguments for nearly all Parameter
|
||||
subclasses (apart from ClassSelector)
|
||||
* Minor bugfixes for watching callbacks
|
||||
- update to version 1.8.0
|
||||
* Parameterized methods can now declare @depends(p,q) to indicate
|
||||
that they depend on parameters p and q (defaulting to all
|
||||
parameters)
|
||||
* Parameterized methods can depend on subobjects with
|
||||
@depends(p.param,q.param.r), where p.param indicates
|
||||
dependencies on all parameters of p and q.param.r indicates a
|
||||
dependency on parameter r of q.
|
||||
* Functions and methods can watch parameter values, re-running
|
||||
when those values change or when an explicit trigger is issued,
|
||||
and can unwatch them later if needed.
|
||||
* Multiple events can be batched to trigger callbacks only once
|
||||
for a coordinated set of changes
|
||||
* Added support in ObjectSelector for selecting lists and dicts
|
||||
(#268)
|
||||
* Added pandas DataFrame and Series parameter types (#285)
|
||||
* Added support for regular expression validation to String
|
||||
Parameter (#241, #245)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 08:51:50 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user