SHA256
1
0
forked from pool/python-panel

Accepting request 974228 from home:badshah400:branches:devel:languages:python:numeric

Update to version 0.13.0.

OBS-URL: https://build.opensuse.org/request/show/974228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=15
This commit is contained in:
2022-05-02 07:14:25 +00:00
committed by Git OBS Bridge
parent 2c24d07266
commit 76b02ef875
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun May 1 21:38:21 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.13.0:
* Major new features for the Tabulator widget:
- Client-side header filters
- Expandable rows
- on_click and on_edit callbacks
* Add support for listenting to events on Vega pane.
* Add JSONEditor and TextEditor widgets.
* Add ability to display notifications in toasts.
* LaTeX rendering now supported in Markdown and HTML panes.
* Ability to schedule recurring tasks independent of any running
applications.
* An admin dashboard to allow you to monitor, debug and profile
your applications.
* Support rendering Panel objects in Jupyterlite and Pyodide.
* Built-in threading.
* Easily extend Panel with your own components and Templates.
* A code-of-conduct was added.
* Numerous other fixes and enhancements, see
<https://blog.holoviz.org/panel_0.13.0.html>.
-------------------------------------------------------------------
Tue Feb 15 23:27:49 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>