SHA256
1
0
forked from pool/python-panel

Accepting request 882601 from home:bnavigator:branches:devel:languages:python:numeric

- Move configuration file to new jupyter-panel package in order to
  avoid conflicts for multiple python flavors
- Skip failing test gh#holoviz/panel#2101

- Update to version 0.11.1:
  * Enhancements:
    - Allow setting horizontal and vertical alignment separately
      (gh#holoviz/panel#2072).
    - Expose widgets visible property (gh#holoviz/panel#2065).
    - Allow bind to extract dependencies and evaluate other
      dynamic functions (gh#holoviz/panel#2056).
    - Allow setting root_directory on FileSelector widget
      (gh#holoviz/panel#2086).
  * Bug fixes:
    - Fixed loading of jQuery in BootstrapTemplate
      (gh#holoviz/panel#2057).
    - Fix VTK imports to ensure VTKVolume pane renders grids
      (gh#holoviz/panel#2071).
    - Fix loading of template resources from relative paths
      (gh#holoviz/panel#2067).
    - Fix Spinner component overflow (gh#holoviz/panel#2070).
    - Handle integer column names on Perspective widget
      (gh#holoviz/panel#2069).
    - Fix bundling of template resources (gh#holoviz/panel#2076).
    - Fix value_throttled in pn.depends decorator
      (gh#holoviz/panel#2085).
  * Compatibility: Switch GitHub OAuth to use header authorization
    token (gh#holoviz/panel#2073).

OBS-URL: https://build.opensuse.org/request/show/882601
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=10
This commit is contained in:
2021-04-01 16:16:21 +00:00
committed by Git OBS Bridge
parent ecde6acebd
commit c3bb9fbb84
4 changed files with 67 additions and 10 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Apr 1 13:47:25 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Move configuration file to new jupyter-panel package in order to
avoid conflicts for multiple python flavors
- Skip failing test gh#holoviz/panel#2101
-------------------------------------------------------------------
Thu Mar 18 20:42:57 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.11.1:
* Enhancements:
- Allow setting horizontal and vertical alignment separately
(gh#holoviz/panel#2072).
- Expose widgets visible property (gh#holoviz/panel#2065).
- Allow bind to extract dependencies and evaluate other
dynamic functions (gh#holoviz/panel#2056).
- Allow setting root_directory on FileSelector widget
(gh#holoviz/panel#2086).
* Bug fixes:
- Fixed loading of jQuery in BootstrapTemplate
(gh#holoviz/panel#2057).
- Fix VTK imports to ensure VTKVolume pane renders grids
(gh#holoviz/panel#2071).
- Fix loading of template resources from relative paths
(gh#holoviz/panel#2067).
- Fix Spinner component overflow (gh#holoviz/panel#2070).
- Handle integer column names on Perspective widget
(gh#holoviz/panel#2069).
- Fix bundling of template resources (gh#holoviz/panel#2076).
- Fix value_throttled in pn.depends decorator
(gh#holoviz/panel#2085).
* Compatibility: Switch GitHub OAuth to use header authorization
token (gh#holoviz/panel#2073).
-------------------------------------------------------------------
Thu Mar 4 23:08:08 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>