15
0
forked from pool/python-param

Accepting request 697402 from home:pgajdos

- version update to 1.9.0
  New features:
    Added support for instance parameters, allowing parameter metadata
     to be modified per instance and allowing parameter objects to be
     passed to Panel objects (#306)
    Added label slot to Parameter, to allow overriding attribute name
     for display (#319)
    Added step slot to Parameter, e.g. to control Panel widget step
     size (#326)
    Added keywords_to_params utility for deducing Parameter types and
      ranges automatically (#317)
    Added support for multiple outputs from a Parameterized (#312)
    Added Selector as a more user-friendly version of ObjectSelector,
     accepting a list of options as a positional argument (#316)
  Changes affecting backwards compatibility:
    Changed from root logger to a param-specific logger; no change to
     API but will change format of error and warning messages (#330)
    Old abstract class Selector renamed to SelectorBase; should be no
     change unless user code added custom classes inherited from
     Selector without providing a constructor (#316)
  Bugfixes and other improvements:
    Various bugfixes (#320, #323, #327, #329)
    Other improvements (#315, #325)

OBS-URL: https://build.opensuse.org/request/show/697402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2019-04-24 09:30:16 +00:00
committed by Git OBS Bridge
parent 8c461be81a
commit f3a0d242c3
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Apr 24 09:06:21 UTC 2019 - pgajdos@suse.com
- version update to 1.9.0
New features:
Added support for instance parameters, allowing parameter metadata
to be modified per instance and allowing parameter objects to be
passed to Panel objects (#306)
Added label slot to Parameter, to allow overriding attribute name
for display (#319)
Added step slot to Parameter, e.g. to control Panel widget step
size (#326)
Added keywords_to_params utility for deducing Parameter types and
ranges automatically (#317)
Added support for multiple outputs from a Parameterized (#312)
Added Selector as a more user-friendly version of ObjectSelector,
accepting a list of options as a positional argument (#316)
Changes affecting backwards compatibility:
Changed from root logger to a param-specific logger; no change to
API but will change format of error and warning messages (#330)
Old abstract class Selector renamed to SelectorBase; should be no
change unless user code added custom classes inherited from
Selector without providing a constructor (#316)
Bugfixes and other improvements:
Various bugfixes (#320, #323, #327, #329)
Other improvements (#315, #325)
-------------------------------------------------------------------
Wed Mar 13 13:43:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-param
Version: 1.8.2
Version: 1.9.0
Release: 0
Summary: Declarative Python programming using Parameters
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://ioam.github.com/param/
URL: http://param.pyviz.org/
Source0: https://github.com/ioam/param/archive/v%{version}.tar.gz
BuildRequires: %{python_module nose}
BuildRequires: %{python_module numpy}

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1678686a50f9e1281b68ac799cf0a3bed3eba6e77181c0b41ab57a88209621e4
size 121792