forked from pool/python-panel
Accepting request 984280 from home:badshah400:branches:devel:languages:python:numeric
Update to version 0.13.1 OBS-URL: https://build.opensuse.org/request/show/984280 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=17
This commit is contained in:
parent
76b02ef875
commit
46355c2fe4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:703c448bc83d6db9b72b0605af7a7403136310f84137d32d9228963b8abc2d74
|
||||
size 17915851
|
3
panel-0.13.1.tar.gz
Normal file
3
panel-0.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e9008f0a851cbcffbce0273d62b5bc62644d9030cc68535c824381df52113af
|
||||
size 17959938
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 00:20:11 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 0.13.1:
|
||||
* Add repr to cell and edit events (gh#holoviz/panel#3434).
|
||||
* Improvements for pyodide handling (gh#holoviz/panel#3444,
|
||||
gh#holoviz/panel#3508, gh#holoviz/panel#3511).
|
||||
* Add support for Plotly animation frames
|
||||
(gh#holoviz/panel#3449).
|
||||
* Implement single and multi-selection in Vega pane
|
||||
(gh#holoviz/panel#3470, gh#holoviz/panel#3499,
|
||||
gh#holoviz/panel#3505).
|
||||
* Add typehints to help developers and users
|
||||
(gh#holoviz/panel#3476).
|
||||
* Add pn.state.execute method to run callbacks in the right
|
||||
context (gh#holoviz/panel#3550).
|
||||
* Add support for asynchronous on_edit/on_click Tabulator
|
||||
callbacks (gh#holoviz/panel#3550).
|
||||
* Add DatetimeRangeSlider widget (gh#holoviz/panel#3548).
|
||||
* Many bug fixes, see
|
||||
https://github.com/holoviz/panel/releases/tag/v0.13.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 1 21:38:21 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-panel
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
@ -29,7 +29,7 @@
|
||||
%define skip_python36 1
|
||||
%define modname panel
|
||||
Name: python-panel%{psuffix}
|
||||
Version: 0.13.0
|
||||
Version: 0.13.1
|
||||
Release: 0
|
||||
Summary: A high level app and dashboarding solution for Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user