SHA256
1
0
forked from pool/python-panel

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

OBS-URL: https://build.opensuse.org/request/show/920135
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=13
This commit is contained in:
2021-09-22 09:39:26 +00:00
committed by Git OBS Bridge
parent 07e4e78f34
commit 1a211b644f
7 changed files with 49 additions and 78 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Sep 19 10:09:33 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Add missing bleach runtime dependency
-------------------------------------------------------------------
Sat Sep 18 17:47:51 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.12.3:
* Patch Bokeh to fix show() (gh#holoviz/panel#2748).
- Changes from version 0.12.2:
* Enhancements:
- Add option to hide constant parameters on Param pane
(gh#holoviz/panel#2637).
- Added on_session_destroyed callback (gh#holoviz/panel#2659).
- Stricter validation for linking syntax in
ReactiveHTML._template (gh#holoviz/panel#2689).
* Bug fixes:
- Improved thread safety (gh#holoviz/panel#2631).
- Ensure sessions get distinct files in config
(gh#holoviz/panel#2646).
- Fix bug when updating Trend data (gh#holoviz/panel#2647).
- Ensure sorters are applied correctly after updating
Tabulator value (gh#holoviz/panel#2639).
- Correctly reflect filtered data on Tabulator.selection
(gh#holoviz/panel#2676).
- Unescape child literal HTML in ReactiveHTML
(gh#holoviz/panel#2690).
- Ensure Trend indicator can be rendered in layout
(gh#holoviz/panel#2694).
* Documentation:
- Enhance templates docs (gh#holoviz/panel#2658).
- Add Folium reference notebook (gh#holoviz/panel#2672).
* Compatibility:
- Add support for bokeh 2.4 (gh#holoviz/panel#2644,
gh#holoviz/panel#2687, gh#holoviz/panel#2696).
- Drop mp3.mp3, mp4.mp4 as Sources and
panel-pr2636-fixtests.patch: upstream PR merged.
-------------------------------------------------------------------
Thu Aug 26 12:28:37 UTC 2021 - Ben Greiner <code@bnavigator.de>