- update to 1.3.8:

* Ensure `ReactiveHTML` correctly resets `Event` parameters
  * Fix `ChatFeed` / `ChatInterface` tests and async generator
    placeholders
  * Fix logic when looking up `pn.state.curdoc`
  * Handle margin=None in layout sizing mode computation
  * Updates for compatibility with pandas 2.2
  * Improve documentation on `TextAreaInput`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=44
This commit is contained in:
2024-01-26 22:35:08 +00:00
committed by Git OBS Bridge
parent 015be4ae7c
commit 75e437a4d9
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jan 26 22:34:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.8:
* Ensure `ReactiveHTML` correctly resets `Event` parameters
* Fix `ChatFeed` / `ChatInterface` tests and async generator
placeholders
* Fix logic when looking up `pn.state.curdoc`
* Handle margin=None in layout sizing mode computation
* Updates for compatibility with pandas 2.2
* Improve documentation on `TextAreaInput`
-------------------------------------------------------------------
Sat Jan 20 19:29:36 UTC 2024 - Dirk Müller <dmueller@suse.com>