Hello community,

here is the log from the commit of package python-param for openSUSE:Factory 
checked in at 2019-01-08 12:27:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-param (Old)
 and      /work/SRC/openSUSE:Factory/.python-param.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-param"

Tue Jan  8 12:27:57 2019 rev:6 rq:662848 version:1.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-param/python-param.changes        
2018-07-18 22:55:57.834558174 +0200
+++ /work/SRC/openSUSE:Factory/.python-param.new.28833/python-param.changes     
2019-01-08 12:30:33.800135778 +0100
@@ -1,0 +2,26 @@
+Fri Jan  4 16:19:59 UTC 2019 - Todd R <[email protected]>
+
+- 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)
+
+-------------------------------------------------------------------

Old:
----
  v1.7.0.tar.gz

New:
----
  v1.8.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-param.spec ++++++
--- /var/tmp/diff_new_pack.Bnzvcn/_old  2019-01-08 12:30:34.332135200 +0100
+++ /var/tmp/diff_new_pack.Bnzvcn/_new  2019-01-08 12:30:34.332135200 +0100
@@ -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

++++++ v1.7.0.tar.gz -> v1.8.1.tar.gz ++++++
++++ 3101 lines of diff (skipped)


Reply via email to