15
0
forked from pool/python-param

Accepting request 662848 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/662848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-param?expand=0&rev=6
This commit is contained in:
2019-01-08 11:27:57 +00:00
committed by Git OBS Bridge
4 changed files with 30 additions and 4 deletions

View File

@@ -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

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-param
Version: 1.7.0
Version: 1.8.1
Release: 0
Summary: Declarative Python programming using Parameters
License: BSD-3-Clause

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:324c97d35ba3c62bc1ac3057991604fbb18c04c6ebcbe5e8d1b6d61bf5ec3bc7
size 86550

3
v1.8.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66041066bea3ad3966fd9521a2ef0a9bd6a9084b8c1d1a7438afbef6692665ef
size 114355