Param

Latest version: v2.1.1

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 6

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).
* Improved set_param() method, now allowing multiple parameters to be
set easily via keyword arguments (as on initialization).

A full list of changes since the previous release is available
[on GitHub](https://github.com/holoviz/param/compare/v1.3.0...v1.3.1).

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.

A full list of changes since the previous release is available
[on GitHub](https://github.com/holoviz/param/compare/v1.2.1...v1.3.0).

1.2.1

* Minor bugfix release to fix issues with version when param is
installed in a foreign git repository
* Made version module optional
* Improved ClassSelector and ParamOverrides

A full list of changes since the previous release is available
[on GitHub](https://github.com/holoviz/param/compare/v1.2.0...v1.2.1).

1.2.0

* Added support for Python 3 (thanks to Marco Elver).
* Dropped support for Python 2.5.
* Added version module.
* Added optional numbergen package.

A full list of changes since the previous release is available
[on GitHub](https://github.com/holoviz/param/compare/v1.1.0...v1.2.0).

1.1.0

* Switched to Python's own logging module.
* Improved support for time when using Dynamic parameters.
* Optional extension for IPython users.

A full list of changes since the previous release is available
[on GitHub](https://github.com/holoviz/param/compare/v1.0.0...v1.1.0).

1.0.0

* First standalone release.

Pre-1.0 (2003)

* Param was originally developed as part of [Topographica](http://ioam.github.io/topographica/), and has been in heavy usage as part of that project since 2003.

Page 6 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.