Revisions of python-param

buildservice-autocommit accepted request 1172438 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 59)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 58)
- update to 2.1.0:
  * Improvements for synchronous and asychronous generators (#908)
  * Additions to the .rx namespace including and_, bool, map, not_,
    or_ and updating (#906)
  * Add support for adding asynchronous watcher to rx (#917)
  * Make it possible to resolve reactive expressions recursively
    with .rx.resolve (#918)
  * Add support for async and generator functions in .rx.pipe (#924)
  * Ensure that .param.update context manager restore refs (#915)
  * Avoid overeager root invalidation on rx leading to unnecessary
    evaluation (#919)
  * Passing positional arguments to Parameter now raises a
    ParamDeprecationWarning
buildservice-autocommit accepted request 1144424 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 57)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 56)
- Add patch filter-deprecationwarning.patch:
  * Ignore a DeprecationWarning treated as an error.
buildservice-autocommit accepted request 1140199 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 55)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 54)
- update to 2.0.2:
  * Minor optimizations in hot codepaths accessing class parameters
  * Unpack partial callables in iscoroutinefunction
  * Fix building Param with setuptools-scm<7
  * Parameter slot values are now all inherited correctly across
  * There is now a ListProxy wrapper around Selector.objects (with
    forward and backward compatibility) to easily update objects
  * Parameterized classes and instances now have a rich HTML
    representation that is displayed automatically in
  * Parameters have all gained the allow_refs and nested_refs
    attributes, bringing an exceptionally useful feature that was
  * You can now use .param.update as a context manager for applying
  * Path now has check_exists attribute, leading it to raise an error
- Update to version 1.12.3:
- Don't test optional numpy with python36, but include optional
  * No upstream changelog
buildservice-autocommit accepted request 1133621 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 53)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1133483 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 52)
- Update to version 2.0.1:
- Update URL tag in specfile.
- Drop old macro redefinition that is no longer needed.
buildservice-autocommit accepted request 1120539 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 51)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1120521 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 50)
- 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.
buildservice-autocommit accepted request 1074514 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 49)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 48)
- update to 1.13.0:
  * This release includes a new `Bytes` *Parameter* and a few
    important bug fixes. This release is also marked by the
    adoption of a formal project governance, ensuring Param's
    future as a healthy open-source project. Many thanks to
    @ovidner and @droumis for their first contributions! And to
    @maximlt, @Hoxbro, @jlstevens, @philippjfr and @jbednar for
    their continuing support to fixing and improving Param.
  * Fix copying when having watchers on e.g. bounds on inherited
    Parameter types (#675)
  * Allow JSON serialization to work with `json.dumps` (#655)
  * `ListSelector` restricted to `list` type objects (#531)
  * Fix `depends` async wrapper (#684)
  * Allow named colors to be any case (#711)
buildservice-autocommit accepted request 1042887 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 47)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1042719 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 46)
- Update to version 1.12.3: 
  The 1.12.3 release adds support for Python 3.11. Many thanks to @musicinmybrain (first contribution!) and @maximlt for contributing to this release.
  Enhancements:
  * Preserve existing Random seed behavior in Python 3.11 (#638)
  * Add support for Python 3.11 (#658)
buildservice-autocommit accepted request 984293 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 45)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 984281 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 44)
Update to version 1.12.2:
buildservice-autocommit accepted request 974289 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 43)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 974210 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 42)
Update to version 1.12.1.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 955137 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 41)
* Update to version 1.12.0.
* Drop denose.patch: Tests updated to use pytest (gh#holoviz/param#509).
buildservice-autocommit accepted request 875538 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 40)
baserev update by copy to link target
Displaying revisions 1 - 20 of 59
openSUSE Build Service is sponsored by