forked from pool/python-panel
Accepting request 1140201 from devel:languages:python:numeric
- update to 1.3.7: * Support using an SVG for `ToggleIcon` * Add resizable param to `TextAreaInput` * Improve date and datetime picker functionality * Add activity indicator to `ChatMessage` * Lazily import bleach HTML sanitizer * Fix alignment issues in chat components * Fix generator placeholder and optimize updates in Chat components * Fix issue with callback future handling on Chat components * Fix bug in Chat interfaces related to `pn.state.browser_info` * Allow instantiating empty `Matplotlib` pane * Ensure icon displays inline with text on `FileDownload` * Fix styling of links in `Tabulator` fast theme * Fix passing of `card_params` on `ChatFeed` * Handle `Tabulator.title_formatter` if is type `dict` * Fix `per_session` caching * Correctly reshape nd-arrays in `Plotly` pane * Handle NaT values on `Perspective` pane * Do not rerender output if `ReplacementPane` object identity is unchanged * Tabulator: fix valuesLookup set up for older list-like editors * Fix pyodide loading message styling issues * More complete patch for the `TextEditor` to support being rendered in the Shadow DOM * Add guard to `Tabulator` ensuring that it does not error when it is not rendered * Fix race conditions when instantiating Comm in Jupyter causing notifications to break OBS-URL: https://build.opensuse.org/request/show/1140201 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-panel?expand=0&rev=22
This commit is contained in:
commit
777ca98220
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e3de0785b6f5098f8b36dfebb8c30d562146f8450107517b3374778619449a70
|
|
||||||
size 27952181
|
|
3
panel-1.3.7.tar.gz
Normal file
3
panel-1.3.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f572ceb6cb37982c3aaec63f2078860eeab93a3c757ebdcc9800bf1f06bcec2e
|
||||||
|
size 28196217
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 20 19:29:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.3.7:
|
||||||
|
* Support using an SVG for `ToggleIcon`
|
||||||
|
* Add resizable param to `TextAreaInput`
|
||||||
|
* Improve date and datetime picker functionality
|
||||||
|
* Add activity indicator to `ChatMessage`
|
||||||
|
* Lazily import bleach HTML sanitizer
|
||||||
|
* Fix alignment issues in chat components
|
||||||
|
* Fix generator placeholder and optimize updates in Chat
|
||||||
|
components
|
||||||
|
* Fix issue with callback future handling on Chat components
|
||||||
|
* Fix bug in Chat interfaces related to `pn.state.browser_info`
|
||||||
|
* Allow instantiating empty `Matplotlib` pane
|
||||||
|
* Ensure icon displays inline with text on `FileDownload`
|
||||||
|
* Fix styling of links in `Tabulator` fast theme
|
||||||
|
* Fix passing of `card_params` on `ChatFeed`
|
||||||
|
* Handle `Tabulator.title_formatter` if is type `dict`
|
||||||
|
* Fix `per_session` caching
|
||||||
|
* Correctly reshape nd-arrays in `Plotly` pane
|
||||||
|
* Handle NaT values on `Perspective` pane
|
||||||
|
* Do not rerender output if `ReplacementPane` object identity
|
||||||
|
is unchanged
|
||||||
|
* Tabulator: fix valuesLookup set up for older list-like
|
||||||
|
editors
|
||||||
|
* Fix pyodide loading message styling issues
|
||||||
|
* More complete patch for the `TextEditor` to support being
|
||||||
|
rendered in the Shadow DOM
|
||||||
|
* Add guard to `Tabulator` ensuring that it does not error when
|
||||||
|
it is not rendered
|
||||||
|
* Fix race conditions when instantiating Comm in Jupyter
|
||||||
|
causing notifications to break
|
||||||
|
* Handle duplicate attempts at refreshing auth tokens
|
||||||
|
* Upgrade Plotly.js to 2.25.3 to address CVE-2023-46308
|
||||||
|
* Add `Design` and `Theme` explanation documentation
|
||||||
|
* Fix pyodide execution in documentation
|
||||||
|
* Fix wrong and broken link
|
||||||
|
* Use GoatCounter for website analytics
|
||||||
|
* Add Dask How to guide
|
||||||
|
* Fix `Material` template notebook .show() call
|
||||||
|
* Add missing item in docstring
|
||||||
|
* Ploomber Cloud deployment documentation
|
||||||
|
* Correct duplicate wording
|
||||||
|
* Update JupyterLite Altair example to latest API
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 27 14:05:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed Dec 27 14:05:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-panel%{psuffix}
|
Name: python-panel%{psuffix}
|
||||||
Version: 1.3.6
|
Version: 1.3.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A high level app and dashboarding solution for Python
|
Summary: A high level app and dashboarding solution for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user