15
0
forked from pool/python-param
Files
python-param/python-param.changes

46 lines
2.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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
-------------------------------------------------------------------
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.
* Params logging interface now matches that of Pythons logging
module, making it simpler to use logging (see Pythons logging
module for details). Note therefore that Params logging methods
(a) no longer call functions that are passed as arguments
(instead, Pythons logging module does lazy string merges), and
(b) no longer automatically combine strings passed as arguments
(instead, Pythons 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.
-------------------------------------------------------------------
Mon Jul 14 11:33:03 UTC 2014 - toddrme2178@gmail.com
- Initial version