diff --git a/python-param.changes b/python-param.changes index 366119e..28a0a01 100644 --- a/python-param.changes +++ b/python-param.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Jan 4 16:19:59 UTC 2019 - Todd R + +- 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 diff --git a/python-param.spec b/python-param.spec index 686a073..310cbc6 100644 --- a/python-param.spec +++ b/python-param.spec @@ -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 diff --git a/v1.7.0.tar.gz b/v1.7.0.tar.gz deleted file mode 100644 index 3b1bbc3..0000000 --- a/v1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:324c97d35ba3c62bc1ac3057991604fbb18c04c6ebcbe5e8d1b6d61bf5ec3bc7 -size 86550 diff --git a/v1.8.1.tar.gz b/v1.8.1.tar.gz new file mode 100644 index 0000000..c0c76f8 --- /dev/null +++ b/v1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66041066bea3ad3966fd9521a2ef0a9bd6a9084b8c1d1a7438afbef6692665ef +size 114355