Panel

Latest version: v1.4.0

Safety actively analyzes 613460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 11

0.11.2

Not secure
Date: 2021-04-08

The 0.11.2 release is a micro-release fixing a number of smaller bugs. Many thanks to Hoxbro, dhruvbalwada, rmorshea, MarcSkovMadsen, fleming79, OBITURASU and philippjfr for their contributions to this release.

Enhancements:

- Optimize adding of roots to templates to avoid multiple preprocessing cycles ([2096](https://github.com/holoviz/panel/issues/2096))
- Use schema to support date(time) dtypes on `Perspective` ([2130](https://github.com/holoviz/panel/issues/2130))

Bug fixes:

- Fix regression on `Video` pane causing video not to be rendered at all ([2109](https://github.com/holoviz/panel/issues/2109))
- Fix missing closing tag in Fast templates ([2121](https://github.com/holoviz/panel/issues/2121))
- Remove bootstrap CSS from `FastGridTemplate` ([2123](https://github.com/holoviz/panel/issues/2123))
- Ensure `Tabulator` selection can be set from Python ([2128](https://github.com/holoviz/panel/issues/2128))
- Ensure changes on ReactiveData objects are scheduled correctly on server ([2134](https://github.com/holoviz/panel/issues/2134))
- Fix for `Player` widget when start value is 0 ([2141](https://github.com/holoviz/panel/issues/2141))
- Support single quotes on JSON pane ([2143](https://github.com/holoviz/panel/issues/2143))
- Fix divide by zero issues when value_change is computed from zero baseline ([2148](https://github.com/holoviz/panel/issues/2148))
- Ensure `GridSpec` handles overrides across multiple cells ([2150](https://github.com/holoviz/panel/issues/2150))
- Fix for `loading` parameter widget linking ([2160](https://github.com/holoviz/panel/issues/2160))
- Use relative URLs for resource loading to ensure proxied apps work ([2159](https://github.com/holoviz/panel/issues/2159))
- Fix `Tabulator` ajax call on empty data ([2161](https://github.com/holoviz/panel/issues/2161))

Documentation:

- Fix typo in Binder section of server deployment documentation ([2118](https://github.com/holoviz/panel/issues/2118))
- Improve documentation surrounding watch=True in Param user guide ([2120](https://github.com/holoviz/panel/issues/2120))

Compatibility:

- Ensure IDOM pane configures paths correctly for latest version ([2117](https://github.com/holoviz/panel/issues/2127), [#2132](https://github.com/holoviz/panel/issues/2132))

0.11.1

Not secure
Date: 2021-03-15

The 0.11.1 release is a micro-release addressing a number of smaller
bugs in the last release. Many thanks to the contributors to this
release including Hoxbro, xavArtley, Jacob-Barhak and philippjfr.

Enhancements:

- Allow setting horizontal and vertical alignment separately ([2072](https://github.com/holoviz/panel/issues/2072))
- Expose widgets `visible` property ([2065](https://github.com/holoviz/panel/issues/2065))
- Allow bind to extract dependencies and evaluate other dynamic functions ([2056](https://github.com/holoviz/panel/issues/2056))
- Allow setting `root_directory` on `FileSelector` widget ([2086](https://github.com/holoviz/panel/issues/2086()

Bug fixes:

- Fixed loading of jQuery in `BootstrapTemplate` ([2057](https://github.com/holoviz/panel/issues/2057))
- Fix VTK imports to ensure `VTKVolume` pane renders grids ([2071](https://github.com/holoviz/panel/issues/2071))
- Fix loading of template resources from relative paths ([2067](https://github.com/holoviz/panel/issues/2067))
- Fix `Spinner` component overflow ([2070](https://github.com/holoviz/panel/issues/2070))
- Handle integer column names on `Perspective` widget ([2069](https://github.com/holoviz/panel/issues/2069))
- Fix bundling of template resources ([2076](https://github.com/holoviz/panel/issues/2076))
- Fix `value_throttled` in `pn.depends` decorator ([2085](https://github.com/holoviz/panel/issues/2085))

Compatibility:

- Switch GitHub OAuth to use header authorization token ([2073](https://github.com/holoviz/panel/issues/2073))

0.11.0

Not secure
Date: 2021-03-01

The 0.11.0 release brings a number of exciting new features to Panel
as well as some enhancements and bug fixes. This release is also
required for Bokeh 2.3 compatibility since a lot of changes to the
Bokeh property system required updates. Many thanks to the many
contributors to this release including MarcSkovMadsen, xavArtley,
hyamanieu, cloud-rocket, kcpevey, kaseyrussell, miliante,
AjayThorve and philippjfr.

Major features:

- A `Perspective` pane based on the FINOS Perspective library ([2034](https://github.com/holoviz/panel/issues/2034))
- Implement `--autoreload` functionality for the Panel server ([1983](https://github.com/holoviz/panel/issues/1983))
- Add `--warm` option to panel serve, useful for pre-loading items into the state cache ([1971](https://github.com/holoviz/panel/issues/1971))
- Add ability to define JS modules and Template specific resources ([1967](https://github.com/holoviz/panel/issues/1967))
- `panel.serve` now supports serving static files and Bokeh apps, not just Panel apps ([1939](https://github.com/holoviz/panel/issues/1939))
- Add a `TrendIndicator` for conveniently showing history and value of a numeric quantity ([1895](https://github.com/holoviz/panel/issues/1895))
- Add `TextToSpeech` widget ([1878](https://github.com/holoviz/panel/issues/1878))
- Add `SpeechToText` widget ([1880](https://github.com/holoviz/panel/issues/1880))
- Add `loading` parameter and spinners to all components ([1730](https://github.com/holoviz/panel/issues/1730), [#2026](https://github.com/holoviz/panel/issues/2026))
- Add `IDOM` pane to develop interactive HTML components in Python ([2004](https://github.com/holoviz/panel/issues/2004))
- Add powerful new `Tabulator` widget for flexible and configurable display of tabular data ([1531](https://github.com/holoviz/panel/issues/1531), [#1887](https://github.com/holoviz/panel/issues/1887))

Enhancements:

- Add watch argument to `bind` function so that covers all the features of pn.depends ([2000](https://github.com/holoviz/panel/issues/2000))
- Add `format` parameter to DatetimeRangeInput widget ([2043](https://github.com/holoviz/panel/issues/2043))
- Allow `ParamMethod` and `ParamFunction` to evaluate lazily ([1966](https://github.com/holoviz/panel/issues/1966))
- Add `value_input` parameter to TextInput widgets ([2007](https://github.com/holoviz/panel/issues/2007))
- Implement `Glyph3dMapper` support for `VTK` panes ([2002](https://github.com/holoviz/panel/issues/2002), [#2003](https://github.com/holoviz/panel/issues/2003))
- Add Jupyter server extension to serve resources ([1982](https://github.com/holoviz/panel/issues/1982))
- Enhancements for `DarkTheme` ([1964](https://github.com/holoviz/panel/issues/1964))
- Add `refresh` functionality to `FileSelector` ([1962](https://github.com/holoviz/panel/issues/1962))
- Add support for Auth0 authentication ([1934](https://github.com/holoviz/panel/issues/1934))
- Avoid recursive preprocessing slowing down rendering ([1852](https://github.com/holoviz/panel/issues/1852))
- Add support for per-layer tooltips on `DeckGL` pane ([1846](https://github.com/holoviz/panel/issues/1846))
- Add `Viewer` baseclass for custom user components ([2045](https://github.com/holoviz/panel/issues/2045))

Bug fixes:

- Fixed `FileSelector` file icon on selected files ([2046](https://github.com/holoviz/panel/issues/2046))
- Drop query args when checking URLs ([2037](https://github.com/holoviz/panel/issues/2037))
- Fix `Card.header_background` propagation ([2035](https://github.com/holoviz/panel/issues/2035))
- Disable `GoldenTemplate` sidebar when empty ([2017](https://github.com/holoviz/panel/issues/2017))
- Ensure `Card.collapsed` and `Accordion.active` parameters are synced ([2009](https://github.com/holoviz/panel/issues/2009))
- Fix inline resources when saving ([1956](https://github.com/holoviz/panel/issues/1956))
- Switch `Param` pane widget type when bounds (un)defined ([1953](https://github.com/holoviz/panel/issues/1953))

Compatibility:

- Compatibility with Bokeh>=2.3 ([1948](https://github.com/holoviz/panel/issues/1948), [#1988](https://github.com/holoviz/panel/issues/1988), [#1991](https://github.com/holoviz/panel/issues/1991))
- Updated `ECharts` pane to 5.0.2 of JS library ([2016](https://github.com/holoviz/panel/issues/2016))

Documentation:

- Document pn.bind in API user guide ([1973](https://github.com/holoviz/panel/issues/1973))

0.10.3

Not secure
Date: 2021-01-18

Another micro-release in the 0.10.x series focusing primarily on bug and regression fixes. Many thanks to miliante, MarcSkovMadsen, Hoxbro, jlstevens, jbednar and philippjfr.

Bug fixes:

- Fix inverted axes on HoloViews plots ([1732](https://github.com/holoviz/panel/issues/1732))
- Fix enabling/disabling of FileDownload widget ([1510](https://github.com/holoviz/panel/issues/1510), [#1820](https://github.com/holoviz/panel/issues/1820))
- Fix issues serving template resources on server with route prefix ([1821](https://github.com/holoviz/panel/issues/1821))
- Fixes for rendering ECharts from pyecharts ([1874](https://github.com/holoviz/panel/issues/1874), [#1876](https://github.com/holoviz/panel/issues/1876))
- Fix issues with scroll behavior when expanding/collapsing Card/Accordion ([1833](https://github.com/holoviz/panel/issues/1833), [#1884](https://github.com/holoviz/panel/issues/1884))
- Ensure DiscreSlider label is correctly linked to value ([1906](https://github.com/holoviz/panel/issues/1906))
- Fix support for setting header_color and header_background on all templates ([1872](https://github.com/holoviz/panel/issues/1872))
- Ensure that Template preprocessors are applied during initialization ([1922](https://github.com/holoviz/panel/issues/1922))

Enhancements:

- Support throttled in Param widget ([1800](https://github.com/holoviz/panel/pull/1800))
- Support rendering of hvPlot Interactive objects ([1824](https://github.com/holoviz/panel/issues/1824))
- Allow recording session launch time in server session_info ([1909](https://github.com/holoviz/panel/pull/1909))
- Add Button.value parameter ([1910](https://github.com/holoviz/panel/issues/1910))
- Support upload of multiple parameters on FileInput ([1911](https://github.com/holoviz/panel/pull/1911))
- Improve support for DarkTheme in templates ([1855](https://github.com/holoviz/panel/pull/1855), [#1856](https://github.com/holoviz/panel/pull/1856))

Documentation:

- Fixed IntSlider and FloatSlider example ([1825](https://github.com/holoviz/panel/pull/1825))
- Updated instructions for using Panel in JupyterLab ([1908](https://github.com/holoviz/panel/pull/1908))

0.10.2

Not secure
Date: 2020-11-13

This is another micro-release primarily fixing various minor bugs in functionality introduced as part of the 0.10.0 release. Many thanks to MarcSkovMadsen, ahuang11, xavArtley, Hoxbro, jbednar and philippjfr.

Bug fixes:

- Fix various issues with Template CSS ([1663](https://github.com/holoviz/panel/pull/1663), [#1742](https://github.com/holoviz/panel/pull/1742))
- Fix BytesIO/StringIO buffers as input to image panes ([1711](https://github.com/holoviz/panel/issues/1711))
- Fix out-of-bounds errors when assigning to `GridSpec` with fixed ncols ([1721](https://github.com/holoviz/panel/pull/1721))
- Fix deserialization issues for `Plotly.hover_data` ([1722](https://github.com/holoviz/panel/pull/))
- Fixed updating of `Alert` parameters after initialization ([1725](https://github.com/holoviz/panel/pull/1725))
- Fix ordering of items added to Template areas ([1736](https://github.com/holoviz/panel/pull/1736))
- Fix interactivity for items in Card ([1750](https://github.com/holoviz/panel/pull/1750))
- Ensure onload callbacks are only run once ([1746](https://github.com/holoviz/panel/pull/1746))
- Allow overriding items in grid based templates ([1741](https://github.com/holoviz/panel/pull/1741))
- Ensure `ECharts` and `ipywidget` rerender when in `Card` ([1765](https://github.com/holoviz/panel/pull/1765))
- Ensure template dark theme persists on HoloViews plots ([1764](https://github.com/holoviz/panel/pull/1764))
- Fix responsive height in Plotly pane ([1770](https://github.com/holoviz/panel/pull/1770))
- Ensure image panes resize in width and height ([1777](https://github.com/holoviz/panel/pull/1777))
- Fix issues with Location.sync serialization ([1784](https://github.com/holoviz/panel/pull/1784))
- Add throttled argument to interact ([1259](https://github.com/holoviz/panel/pull/1259))
- ECharts pane now loads echarts-gl for 3D support ([1785](https://github.com/holoviz/panel/pull/1785))

Enhancements:

- Improved OAuth encryption key validation ([1762](https://github.com/holoviz/panel/pull/1762))
- Add `progress` option to `.save` method ([1776](https://github.com/holoviz/panel/pull/1776))

0.10.1

Not secure
Date: 2020-10-27

This is a micro release of Paanel primarily containing bug fixes following the 0.10.0 release. Many thanks to MarcSkovMadsen, jbednar and philippjfr for contributing fixes to this release.

Enhancements:

- Add pn.bind function to bind parameters to a function ([1629](https://github.com/holoviz/panel/issues/1629))

Bug fixes:

- Fix `WidgetBox` CSS ([855](https://github.com/holoviz/panel/pull/855))
- Fix CSS load order in Templates ([1698](https://github.com/holoviz/panel/pull/1698))
- Allow setting `DiscreteSlider` orientation ([1683](https://github.com/holoviz/panel/pull/1683))
- Ensure JS callbacks and links are only set up once on templates ([1700](https://github.com/holoviz/panel/pull/1700))
- Initialize pipeline only once ([1705](https://github.com/holoviz/panel/pull/1705))
- Allow using `NumberInput` as `Param` pane widget ([1708](https://github.com/holoviz/panel/issues/1708))

Page 7 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.