025b883a31
- Drop patch filter-deprecationwarning.patch, no longer needed. - Addd patch ignore-pandas-assignment-futurewarning.patch: * Ignore a FutureWarning raised from the depths of pandas.
Steve Kowalik2025-11-11 01:40:42 +00:00
e8374f18d6
Accepting request 1288855 from devel:languages:python
Ana Guerrero2025-06-27 21:02:28 +00:00
7c08013b52
Accepting request 1288654 from home:glaubitz:branches:devel:languages:python
Markéta Machová2025-06-27 14:28:02 +00:00
3da6b3a7ec
Accepting request 1235179 from devel:languages:python
Ana Guerrero2025-01-06 15:05:53 +00:00
5e08a33759
Accepting request 1235167 from home:glaubitz:branches:devel:languages:python
Markéta Machová2025-01-06 12:47:14 +00:00
563369d3b6
- update to 2.1.1: * Ensure rx._callback resolves accessors * Ensure refs can be updated by watcher of the same parameter * Recursively resolve references on args and kwargs passed to a reactive operation (#944) * Only override the name of a Parameterized instance on Parameter instantiation when instantiate=True (#938) * Various minor documentation improvements * Fix test_reactive_logic_unary_ops on Python 3.12
Dirk Mueller2024-06-30 19:31:09 +00:00
2ec461fdcf
- 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
Dirk Mueller2024-05-07 12:55:52 +00:00
6b51813c8f
Accepting request 1144424 from devel:languages:python
Ana Guerrero2024-02-06 15:34:47 +00:00
415565eabc
- Add patch filter-deprecationwarning.patch: * Ignore a DeprecationWarning treated as an error.
Steve Kowalik2024-02-06 01:29:03 +00:00
b3e8f6ad8a
Accepting request 1140199 from devel:languages:python
Ana Guerrero2024-01-21 22:09:24 +00:00
4575b223f0
- 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
Dirk Mueller2024-01-20 19:28:10 +00:00
c55132284a
Accepting request 1133621 from devel:languages:python
Ana Guerrero2023-12-17 20:32:15 +00:00
23fb654168
Accepting request 1133483 from home:badshah400:branches:devel:languages:python
Dirk Mueller2023-12-16 19:12:47 +00:00
1904e49db2
Accepting request 1120539 from devel:languages:python
Ana Guerrero2023-10-26 15:13:24 +00:00
b11be3aa29
Accepting request 1120521 from home:mcalabkova:branches:devel:languages:python
Markéta Machová2023-10-26 10:56:00 +00:00
8554a0bfa1
- 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)
Dirk Mueller2023-03-26 20:02:17 +00:00