Releases: holoviz/panel
Version 0.8.1
This release is a minor release with a number of bug fixes and minor enhancements. Many thanks to the community of contributors including @bstadlbauer, @ltalirz @ceball and @gmoutsofor submitting the fixes and the maintainers, including @xavArtley, @jbednar and @philippjfr, for continued development.
Minor enhancements:
- Added verbose option to display server address (#1098) [@philippjfr]
Bug fixes:
- Fix PNG export due to issue with PhantomJS (#1081, #1092) [@bstadlbauer, @philippjfr]
- Fix for threaded server (#1090) [@xavArtley]
- Ensure Plotly Pane does not perform rerender on each property change (#1109) [@philippjfr]
- Fix issues with jslink and other callbacks in Template (#1135) [@philippjfr]
- Various fixes for VTK pane (#1123) [@xavArtley]
- Fixes for .show keyword arguments (#1073, #1106) [@gmoutso]
Version 0.8.0
This release focuses primarily on solidifying existing functionality, significantly improving performance and fixing a number of important bugs. Additionally this release contains exciting new functionality, including several new components. We want to thank the many contributors to this release (a full list is provided at the bottom), particularly @MarcSkovMadsen (the author of awesome-panel.org) and @xavArtley, who has been hard at work at improving VTK support. We also want to thank the remaining contributors including @philippjfr, @ceball, @jbednar, @jlstevens, @Italirz, @mattpap, @Jacob-Barhak, @stefjunod and @kgullikson88. This release required only minimal changes in existing APIs and added a small number of new ones, reflecting the fact that Panel is now relatively stable and is progressing steadily towards a 1.0 release.
Major Features & Enhancements
- Added new
DeckGLpane (#1019, #1027) - Major improvements to support for JS linking (#1007)
- Huge performance improvements when nesting a lot of components deeply (#867, #888, #895, #988)
- Add support for displaying callback errors and print output in the notebook simplifying debugging (#977)
- Add support for dynamically populating
Tabs(#995) - Added
FileSelectorwidget to browse the servers file system and select files (#909) - Add
pn.servefunction to serve multiple apps at once on the same serve (#963) - Add a
JSONpane to display json data in a tree format (#953)
Enhancements
- Updated Parameter mappings (#999)
- Ensure that closed tabs update
Tabs.objects(#973) - Fixed HoloViews axis linking across
Templateroots (#980) - Merge FactorRange when linking HoloViews axes (#968)
- Expose title and other kwargs on
.show()(#962) - Let
FileInputwidget set filename (#956 - Expose further bokeh CLI commands and added help (#951)
- Enable responsive sizing for
Vega/altair pane (#949) - Added encode parameter to
SVGpane (#913) - Improve
Markdownhandling including syntax highlighting and indentation (#881) - Add ability to define Template variables (#815)
- Allow configuring responsive behavior globally (#851)
- Ensure that changes applied in callbacks are reflected on the frontend immediately (#857)
- Add ability to add axes coordinates to
VTKview (#817) - Add config option for
safe_embedwhich ensures all state is recorded (#1040) - Implemented
__signature__for tab completion (#1029)
Bug fixes
- Fixed
DataFramewidget selection parameter (#989) - Fixes for rendering long strings on Windows systems (#986)
- Ensure that panel does not modify user objects (#967)
- Fix multi-level expand
Paramsubobject (#965) - Ensure
load_notebookis executed only once (#1000) - Fixed bug updating
StaticTexton server (#964) - Do not link
HoloViewsaxes with different types (#937) - Ensure that integer sliders are actually integers (#876)
- Ensure that
GridBoxcontents maintain size (#971)
Compatibility
- Compatibility for new Param API (#992, #998)
- Changes for compatibility with Vega5 and altair 4 (#873, #889, #892, #927, #933)
Backwards compatibility
- The Ace pane has been deprecated in favor of the Ace widget (#908)
Docs
- Updated Django multiple app example and user guide (#928) [@stefjunod]
- Clarify developer installation instructions, and fix up some metadata. (#952, #978)
- Added
Paramreference notebook (#944) - Added
Dividerreference notebook
Version 0.7.0
This major release includes significant new functionality along with important bug and documentation fixes, including contributions from @philippjfr (maintainer and lead developer), @xavArtley (VTK support), @jbednar (docs), @DancingQuanta (FileInput), @a-recknagel (Python 3.8 support, misc), @julwin (TextAreaInput, PasswordInput), @rs2 (example notebooks), @xtaje (default values), @Karamya (Audio widget), @ceball, @ahuang11 , @eddienko, @Jacob-Barhak, @jlstevens, @jsignell, @kleavor, @lsetiawan, @mattpap, @maxibor, and @RedBeardCode.
Major enhancements:
- Added pn.ipywidget() function for using panels and panes as ipwidgets, e.g. in voila (#745, #755, #771)
- Greatly expanded and improved Pipeline, which now allows branching graphs (#712, #735, #737, #770)
- Added streaming helper objects, including for the streamz package (#767, #769)
- Added VTK gallery example and other VTK enhancements (#605, #606, #715, #729)
- Add GridBox layout (#608, #761, #763)
- New widgets and panes:
Other enhancements:
- Make Row/Column scrollable (#760)
- Support file-like objects (not just paths) for images (#686)
- Added isdatetime utility (#687)
- Added repr, kill_all_servers, and cache to pn.state (#697,#776)
- Added Slider value_throttled parameter (#777)
- Extended existing widgets and panes:
- WidgetBox can be disabled programmatically (#532)
- Templates can now render inside a notebook cell (#666)
- Added jscallback method to Viewable objects (#665)
- Added min_characters parameter to AutocompleteInput (#721)
- Added accept parameter to FileInput (#602)
- Added definition_order parameter to CrossSelector (#570)
- Misc widget fixes and improvements (#703, #717, #724, #762, #775)
Bug fixes and minor improvements:
- Removed mutable default args (#692, #694)
- Improved tests (#691, #699, #700)
- Improved fancy layout for scrubber (#571)
- Improved plotly datetime handling (#688, #698)
- Improved JSON embedding (#589)
- Misc fixes and improvements (#626, #631, #645, #662, #681, #689, #695, #723, #725, #738, #743, #744, #748, #749, #758, #768, #772, #774, #775, #779, #784, #785, #787, #788, #789)
- Prepare support for python 3.8 (#702)
Documentation:
Version 0.6.4
This release includes a number of important bug fixes along with some minor enhancements, including contributions from @philippjfr, @jsignell, @ahuang11, @jonmmease, and @hoseppan.
Enhancements:
- Allow pn.depends and pn.interact to accept widgets and update their output when widget values change (#639)
- Add fancy_layout option to HoloViews pane (#543)
- Allow not embedding local files (e.g. images) when exporting to HTML (#625)
Bug fixes and minor improvements:
- Restore logging messages that were being suppressed by the distributed package (#682)
- HoloViews fixes and improvements (#595, #599, #601, #659)
- Misc other bug fixes and improvements (#575, #588, #649, #654, #657, #660, #667, #677)
Documentation:
- Added example of opening a URL from jslink (#607)
Version 0.6.3
This release saw a number of important bug and documentation fixes along with some minor enhancements.
Enhancements:
- Added support for embedding Player widget (#584)
- Add support for linking HoloViews plot axes across panels (#586)
- Allow saving to BytesIO buffer (#596)
- Allow
PeriodicCallback.periodto be updated dynamically (#609)
Bug fixes:
- While hooks are applied to model no events are sent to frontend (#585)
- Various fixes for embedding and rendering (#594)
Documentation:
Version 0.6.2
Minor bugfix release patching issues with 0.6.1, primarily in the CI setup. Also removed the not-yet-supported definition_order parameter of pn.CrossSelector.
Version 0.6.1
v0.6.1 Version 0.6.1
Version 0.6.0
v0.6.0 Version 0.6.0
Version 0.5.1
Minor release closely following up on 0.5.0 updating version requirements to include the officially released bokeh 1.1.0. This release also includes contributions from @philippjfr (with fixes for pipeline and embed features), @xavArtley (addition of a new widget) and @banesullivan (fixes for VTK support).
Features:
- Addition of
Spinnerwidget for numeric inputs (#368)
Bugfixes:
Version 0.5.0
Major new release, greatly improving usability and capabilities. Includes contributions from @philippjfr (docs, better layouts, and many other features), @xavArtley (VTK support, Ace code editor), @banesullivan (VTK support), @jbednar and @rtmatx (docs), @jsignell (docs, infrastructure, interact support), and @jlstevens (labels for parameters).
Major new features:
- Now uses Bokeh 1.1's greatly improved layout system, requiring far fewer manual adjustments to spacing (#32)
- Greatly expanded docs, now with galleries (#241, #251, #265, #281, #318, #332, #347, #340)
- Allow embedding app state, to support static HTML export of panels (#250)
- Added new GridSpec layout type, making it simpler to make grid-based dashboards (#338)
- Added VTK 3D object pane (#312, #337, #349, #355, #363)
- Added Ace code editor pane (#359)
- Allow defining external JS and CSS resources via config, making it easier to extend Panel (#330)
- Add HTML model capable of executing JS code, allowing more complex embedded items (#326)
- Add a KaTeX and MathJax based LaTeX pane, replacing the previous limited matplotlib/PNG-based support (#311)
Other new features:
- Allow passing Parameter instances to Param pane, making it much simpler to work with individual parameters (#303)
- Added parameter for widget alignment (#367)
- Allow specifying initial value when specifying min/max/step for interact (#334)
- Add support for param.Number step (#365)
- Add a PeriodicCallback (#348)
- Expose curdoc and session_context when using serve (#336)
- Add support for saving and loading embedded data from JSON (#301)
- Add support for specifying arbitrary
labelfor Parameters (#290) - Add ColorPicker widget (#267)
- Add support for interact title (#266)
Bugfixes and minor improvements:
- Combine HTML and JS in MIME bundle to improve browser compatibility (#327)
- Inlined subobject expand toggle button (#329)
- Use Select widget for ObjectSelector consistently to avoid issues with short lists and numeric lists (#362)
- Various small improvements (#238, #245, #257, #258, #259, #262, #264, #276, #289, #293, #307, #313, #343, #331)
- Various bugfixes (#247, #261, #263, #282, #288, #291, #297, #295, #305, #309, #322, #328, #341, #345, #354, #364)
Changes potentially affecting backwards compatibility: