2022-06-22 05:56:44 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Jun 22 00:34:34 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to version 1.12.2:
|
|
|
|
|
|
* Match against complete spec name when determining dynamic
|
|
|
|
|
|
watchers (gh#holoviz/param#615).
|
|
|
|
|
|
* Ensure async functionality does not cause python2 syntax
|
|
|
|
|
|
errors (gh#holoviz/param#624).
|
|
|
|
|
|
* Allow (de)serializing CalendarRange and DateRange Parameters
|
|
|
|
|
|
(gh#holoviz/param#625).
|
|
|
|
|
|
* Improve DateRange validation (gh#holoviz/param#627).
|
|
|
|
|
|
* Fix regression in @param.depends execution ordering
|
|
|
|
|
|
(gh#holoviz/param#628).
|
|
|
|
|
|
* Ensure named_objs does not fail on unhashable objects
|
|
|
|
|
|
(gh#holoviz/param#632).
|
|
|
|
|
|
* Support comparing date-like objects (gh#holoviz/param#629).
|
|
|
|
|
|
* Fixed BinaryPower example in the docs to use the correct name
|
|
|
|
|
|
EvenInteger(gh#holoviz/param#634).
|
|
|
|
|
|
|
2022-05-02 07:12:16 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun May 1 18:58:42 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to version 1.12.1:
|
|
|
|
|
|
* Fixed description of shared_parameters (gh#holoviz/param#568).
|
|
|
|
|
|
* Improve the error messages of Date and DateRange
|
|
|
|
|
|
(gh#holoviz/param#579).
|
|
|
|
|
|
* Clarified step error messages and other docs and links
|
|
|
|
|
|
(gh#holoviz/param#604).
|
|
|
|
|
|
* Make iscoroutinefunction more robust (gh#holoviz/param#572).
|
|
|
|
|
|
* Fix for handling misspelled parameter (gh#holoviz/param#575).
|
|
|
|
|
|
* Handle None serialization for Date, CalendarDate, Tuple,
|
|
|
|
|
|
Array, and DataFrame (gh#holoviz/param#582).
|
|
|
|
|
|
* Support async coroutines in param.depends
|
|
|
|
|
|
(gh#holoviz/param#591).
|
|
|
|
|
|
* Handle async functions in depends with watch=True
|
|
|
|
|
|
(gh#holoviz/param#611).
|
|
|
|
|
|
* Avoid equality check on Watcher (gh#holoviz/param#612).
|
|
|
|
|
|
* Fix binder (gh#holoviz/param#564).
|
|
|
|
|
|
* Fixed description of shared_parameters (gh#holoviz/param#568).
|
|
|
|
|
|
|
2022-02-16 09:36:01 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Feb 15 23:11:44 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to version 1.12.0:
|
|
|
|
|
|
* Many changes, see
|
|
|
|
|
|
https://github.com/holoviz/param/releases/tag/v1.12.0.
|
|
|
|
|
|
- Drop denose.patch: Tests updated to use pytest
|
|
|
|
|
|
(gh#holoviz/param#509).
|
|
|
|
|
|
|
2021-02-26 21:41:07 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Feb 26 20:32:36 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
|
|
- Don't test optional numpy with python36, but include optional
|
|
|
|
|
|
jsonschema and (non python36) pandas for testing instead.
|
|
|
|
|
|
|
2021-01-29 04:31:37 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Jan 29 04:27:47 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Remove %ifpython3 guard for the %check section.
|
|
|
|
|
|
|
2021-01-11 13:52:06 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun Jan 10 23:03:56 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to version 1.10.1:
|
|
|
|
|
|
* Fix serialization of Tuple (gh#holoviz/param#446).
|
|
|
|
|
|
* Declare asynchronous executor (gh#holoviz/param#449).
|
|
|
|
|
|
- Use param-%{version} format for source name.
|
|
|
|
|
|
|
2021-01-03 19:47:42 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun Jan 3 15:22:52 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
|
|
- Make sure the correct version is reported, even though we use
|
|
|
|
|
|
the GitHub archive and are not installing a git repo.
|
|
|
|
|
|
|
2020-11-02 20:55:17 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sat Oct 31 20:21:55 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to version 1.10.0:
|
|
|
|
|
|
* Fix ClassSelector.get_range() for class_ tuple
|
|
|
|
|
|
(gh#holoviz/param#360).
|
|
|
|
|
|
* Update links and text to point to holoviz.org
|
|
|
|
|
|
(gh#holoviz/param#364).
|
|
|
|
|
|
* Include params when calling instance in __new__.
|
|
|
|
|
|
* Internal removal of old API usage (gh#holoviz/param#372).
|
|
|
|
|
|
* Removed outdated warning message (gh#holoviz/param#373).
|
|
|
|
|
|
* Update some packaging metadata. (gh#holoviz/param#370).
|
|
|
|
|
|
* Revert Include params when calling instance in __new__
|
|
|
|
|
|
(gh#holoviz/param#367, gh#holoviz/param#374).
|
|
|
|
|
|
* Turn .param into a property (gh#holoviz/param#386).
|
|
|
|
|
|
* Prevent param.version from failing when used alongside async
|
|
|
|
|
|
frameworks (gh#holoviz/param#389).
|
|
|
|
|
|
* Allow using iadd on constant parameter (gh#holoviz/param#400).
|
|
|
|
|
|
* Batch param.depends (gh#holoviz/param#401).
|
|
|
|
|
|
* Ensure that Parameterized remaps watchers on copy
|
|
|
|
|
|
(gh#holoviz/param#409).
|
|
|
|
|
|
* JSON serialization and schema generation
|
|
|
|
|
|
(gh#holoviz/param#414).
|
|
|
|
|
|
* Make copy of watchers dictionary on instance parameters
|
|
|
|
|
|
(gh#holoviz/param#419).
|
|
|
|
|
|
* Refactor JSONSerializer (gh#holoviz/param#422).
|
|
|
|
|
|
* Ensure Parameterized.param.objects works with uninitialized
|
|
|
|
|
|
object (gh#holoviz/param#420).
|
|
|
|
|
|
* Micro optimizations (gh#holoviz/param#424).
|
|
|
|
|
|
* Fix indentation (gh#holoviz/param#431).
|
|
|
|
|
|
* Test suite fixups and updates (gh#holoviz/param#432).
|
|
|
|
|
|
* Group depends for watched deps within a class
|
|
|
|
|
|
(gh#holoviz/param#434).
|
|
|
|
|
|
* Fix .abstract for classes named with leading underscore(s)
|
|
|
|
|
|
(gh#holoviz/param#439).
|
|
|
|
|
|
* Fix discard_events decorator (gh#holoviz/param#442).
|
|
|
|
|
|
* Add new Event parameter type (gh#holoviz/param#438).
|
|
|
|
|
|
* Pin nbconvert in doc build for now.
|
|
|
|
|
|
* Stricter nbconvert pin.
|
|
|
|
|
|
- Update denose.patch from latest pull request, plus rebasing to
|
|
|
|
|
|
apply cleanly for `tests/API0/testparameterizedobject.py` and
|
|
|
|
|
|
`tests/API1/testparameterizedobject.py`.
|
|
|
|
|
|
- Run tests only for python3 as they fail for python2.
|
|
|
|
|
|
|
2020-08-03 14:57:47 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Aug 3 10:32:52 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Add denose.patch to remove dependency on nose (gh#holoviz/param#423).
|
|
|
|
|
|
|
2020-03-11 15:57:18 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Mar 11 14:59:28 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 1.9.3
|
|
|
|
|
|
* Removed outdated warning message
|
|
|
|
|
|
* Internal removal of old API usage
|
|
|
|
|
|
|
2020-01-22 13:45:35 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Jan 22 09:32:08 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 1.9.2:
|
|
|
|
|
|
* No upstream changelog
|
|
|
|
|
|
|
2019-08-30 16:21:49 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Aug 30 15:53:14 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Include a .version file. Other packages need this to determine
|
|
|
|
|
|
this package's version.
|
|
|
|
|
|
|
2019-06-03 10:57:46 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Jun 3 10:57:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 1.9.1:
|
|
|
|
|
|
* No upstream changelog
|
|
|
|
|
|
|
2019-04-24 09:30:16 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
2019-03-13 13:44:13 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Mar 13 13:43:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 1.8.2:
|
|
|
|
|
|
* Added output decorator and outputs lookup method (#299, #312)
|
|
|
|
|
|
|
2019-01-04 16:22:30 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
2018-07-17 08:52:08 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Jul 17 08:51:50 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
|
|
- Switch to github tarball and enable tests.
|
|
|
|
|
|
|
2018-07-17 07:48:10 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Jul 16 16:11:19 UTC 2018 - arun@gmx.de
|
|
|
|
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
|
|
* remove devel requirement
|
|
|
|
|
|
|
|
|
|
|
|
- update to version 1.7.0:
|
|
|
|
|
|
* A new param namespace object, which in future will allow
|
|
|
|
|
|
subclasses of Parameterized to have much cleaner namespaces
|
|
|
|
|
|
(#230).
|
|
|
|
|
|
* Started testing on python 3.7-dev (#223).
|
|
|
|
|
|
* param.version now provides functions to simplify dependants'
|
|
|
|
|
|
setup.py/setup.cfg files (see pyviz/autover#49).
|
|
|
|
|
|
|
2018-05-12 18:17:06 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri May 11 23:11:13 UTC 2018 - arun@gmx.de
|
|
|
|
|
|
|
|
|
|
|
|
- update to version 1.6.1:
|
|
|
|
|
|
* Restores support for the previous versioning system (pre 1.6; see
|
|
|
|
|
|
#225), and fixes a number of issues with the new versioning
|
|
|
|
|
|
system:
|
|
|
|
|
|
+ Allow package name to differ from repository name
|
|
|
|
|
|
(pyviz/autover#39)
|
|
|
|
|
|
+ Allow develop install to work when repository is dirty
|
|
|
|
|
|
(pyviz/autover#41)
|
|
|
|
|
|
+ Fixed failure to report dirty when commit count is 0
|
|
|
|
|
|
(pyviz/autover#44)
|
|
|
|
|
|
|
2018-04-18 02:09:47 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Apr 18 02:07:38 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Update to version 1.6.0
|
|
|
|
|
|
* Drop Cython build
|
|
|
|
|
|
|
2017-08-17 15:51:52 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Aug 17 15:39:13 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Implement single-spec version
|
|
|
|
|
|
- Update to version 1.5.1
|
|
|
|
|
|
* Fixed error messages for ClassSelector with tuple of classes
|
|
|
|
|
|
* Added get and contains methods for ParamOverrides
|
|
|
|
|
|
- Update to version 1.5.0
|
|
|
|
|
|
* Added Range, Color, and Date parameters
|
|
|
|
|
|
* Improved ObjectSelector error messages
|
|
|
|
|
|
* Minor bugfixes
|
|
|
|
|
|
|
2016-10-25 21:35:29 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Oct 25 20:58:02 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Update to version 1.4.2:
|
|
|
|
|
|
* Improved version reporting from version module
|
|
|
|
|
|
* Minor bugfixes
|
|
|
|
|
|
- update to version 1.4.1:
|
|
|
|
|
|
* Changed Selector parameters to respect order of provided options
|
|
|
|
|
|
* Allow softbounds to be accessed like an attribute
|
|
|
|
|
|
- update to version 1.4.0:
|
|
|
|
|
|
* Improved import ordering in parameterized.py
|
|
|
|
|
|
* Fixed problematic travis shield link
|
|
|
|
|
|
* Added 1.3.2 release notes
|
|
|
|
|
|
* Add pypy to .travis.yml
|
|
|
|
|
|
* Updated badge definitions to point to working URLS
|
|
|
|
|
|
* Added optional support for setuptools in setup.py
|
|
|
|
|
|
* Removed out-of-date pyflakes ignore (imports are used). 69d00b5
|
|
|
|
|
|
* Added flake8 to travis config (and for now, output does not affect...
|
|
|
|
|
|
* flake8: ignore rule about white space after comma
|
|
|
|
|
|
* Fixed the 'python versions' shield.
|
|
|
|
|
|
* Enabled cythonizing of param modules if Cython is available
|
|
|
|
|
|
* Removed testing of Python 3.2 from travis.yml
|
|
|
|
|
|
* Added shared_parameters context manager
|
|
|
|
|
|
* Added unit test for shared_parameters context manager
|
|
|
|
|
|
* Skip processing non-parameterized classes in setup_param
|
|
|
|
|
|
* Update index.rst
|
|
|
|
|
|
* Fixed formatting in docs
|
|
|
|
|
|
* Fixed date in docs
|
|
|
|
|
|
* Fixed typo in docs
|
|
|
|
|
|
* Cleaned up get_range 6942b4f
|
|
|
|
|
|
* Fixed formatting of print_param_defaults under Python2.7 and
|
|
|
|
|
|
Python3
|
|
|
|
|
|
* Added new Parameter types from the paramnb project
|
|
|
|
|
|
* Fixed previous commit for Python2.6 compatibility
|
|
|
|
|
|
* Fixed tests for python2.6 compatibility
|
|
|
|
|
|
* commit_count can now be set via the Version constructor
|
|
|
|
|
|
* Updated docstring of param.Version constructor
|
|
|
|
|
|
|
2015-07-10 08:20:42 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Jul 10 08:16:23 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- update to version 1.3.2:
|
|
|
|
|
|
* Updated unit test of ParamPager in the param IPython extension
|
|
|
|
|
|
* Suppressing default parameter object names from the ParamPager
|
|
|
|
|
|
title
|
|
|
|
|
|
* Made _get_param_info and _param_docstrings methods of Pager public
|
|
|
|
|
|
* Unicode support for param.String
|
|
|
|
|
|
* Added shield displaying all supported Python versions
|
|
|
|
|
|
* Added check for default value of String
|
|
|
|
|
|
* Minor fix to logging: python loggers can accept keyword arguments.
|
|
|
|
|
|
* Fixed Pyflakes errors
|
|
|
|
|
|
* Fixed trailing whitespaces
|
|
|
|
|
|
|
2015-04-10 13:53:19 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Apr 10 13:47:17 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- update to version 1.3.1:
|
|
|
|
|
|
* Minor bugfix release to restore pre-1.3.0 script_repr behavior
|
|
|
|
|
|
(accidentally changed in 1.3.0) and to fix issues with logging.
|
|
|
|
|
|
* Param’s logging interface now matches that of Python’s logging
|
|
|
|
|
|
module, making it simpler to use logging (see Python’s logging
|
|
|
|
|
|
module for details). Note therefore that Param’s logging methods
|
|
|
|
|
|
(a) no longer call functions that are passed as arguments
|
|
|
|
|
|
(instead, Python’s logging module does lazy string merges), and
|
|
|
|
|
|
(b) no longer automatically combine strings passed as arguments
|
|
|
|
|
|
(instead, Python’s logging module supports string formatting).
|
|
|
|
|
|
- update to version 1.3.0:
|
|
|
|
|
|
* Added ‘allow_None’ support to all Parameters. Any subclass of
|
|
|
|
|
|
Parameter that checks types and/or values should be modified to
|
|
|
|
|
|
add appropriate handling of allow_None.
|
|
|
|
|
|
* Improved pretty printing (script_repr) of Parameterized instances,
|
|
|
|
|
|
and made available via the pprint method. The script_repr name
|
|
|
|
|
|
will be removed in a future release.
|
|
|
|
|
|
* Added (reproducible) time-dependent random streams
|
|
|
|
|
|
(numbergen.TimeAwareRandomState).
|
|
|
|
|
|
* Added label and unit parameters to param.Time class.
|
|
|
|
|
|
* Improved optional IPython extension.
|
|
|
|
|
|
|
2014-07-14 13:07:38 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Jul 14 11:33:03 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
2015-04-10 13:53:19 +00:00
|
|
|
|
- Initial version
|
2014-07-14 13:07:38 +00:00
|
|
|
|
|