15
0
forked from pool/python-param
Go to file
Markéta Machová 8e3818af0f Accepting request 1120521 from home:mcalabkova:branches:devel:languages:python
- Update to 2.0.0
  * Parameter slot values are now all inherited correctly across 
    a hierarchy of Parameterized classes.
  * There is now a ListProxy wrapper around Selector.objects (with 
    forward and backward compatibility) to easily update objects 
    and watch objects updates.
  * Parameterized classes and instances now have a rich HTML 
    representation that is displayed automatically in 
    a Jupyter/IPython notebook.
  * Parameters have all gained the allow_refs and nested_refs 
    attributes, bringing an exceptionally useful feature that was 
    available in Panel since version 1.2 to Param.
  * Experimental new rx reactive expressions.
  * You can now use .param.update as a context manager for applying 
    temporary updates.
  * For speed, only generate the Parameter docstring in an IPython context.
  * Support for deserialization of file types into Array and DataFrame.
  * Integer now accepts numpy.integer values.
  * Range now does stricter validation of the slot values.
  * Path now has check_exists attribute, leading it to raise an error 
    if path is not found on parameter instantiation.
  * Add top-level __all__ and move Parameter classes to parameters.py.
  * Now compatible with Python 3.8+
  * Other changes, take a look at the upstream changelog.

OBS-URL: https://build.opensuse.org/request/show/1120521
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=50
2023-10-26 10:56:00 +00:00
2014-07-14 13:07:38 +00:00
2014-07-14 13:07:38 +00:00
Description
No description provided
175 KiB
Languages
Diff 100%