Paramnb

Latest version: v2.0.4

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

Scan your dependencies

Page 1 of 2

2.0.4

Fixes:

* Fixed View parameters and compatibility with recent versions of Jupyter and JupyterLab (83)

2.0.2

Small bug fixes including:

* Fix for displaying ``view`` parameters multiple times (PR 43)
* Fix for tooltips when doc=None (PR 39)
* Fix for param.Action button using the correct callback (PR 38)

2.0.1

Release notes:

2.0

- Added "view" parameters (paramnb.view.HTML and paramnb.view.Image) to link widgets to an output/display region.
- Added widgets for Date, Range and Color parameters
- Dict, Tuple, and List parameters can now be edited (with the results evaluated using `ast.literal_eval`)
- Widgets display evaluation and validation errors as yellow and red borders respectively
- Added `continuous_update` parameter to control whether callbacks are executed as sliders are dragged.

Backwards compatibility:
- The callback is now supplied the latest changed parameters and values as keywords
- Button callback now passes the parameterized instance/class to the callback
- `continuous_update` is False by default to avoid queuing up multiple callbacks during slider drags, in case the callbacks take time to run. You can restore the old behavior by setting `continuous_update=True`.

2.0.0

Initial version of the 2.0 release.

1.0.2

- Added JSONInit initializer

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.