Changelog History
Page 6
-
v0.6.2 Changes
Date: 2019-08-08T15:13:31Z
๐ 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.
-
v0.6.1 Changes
Date: 2019-08-01T14:54:20Z
-
v0.6.0 Changes
Date: 2019-06-02T17:56:26Z
-
v0.5.1 Changes
Date: 2019-04-11T16:52:06Z
๐ 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:
- โ Addition of
-
v0.5.0 Changes
Date: 2019-04-04T00:42:59Z
๐ 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:
-
v0.4.0 Changes
Date: 2019-01-28T18:02:57Z
๐ Thanks to @xavArtley for several contributions, and to @lebedov for bugfixes.
๐ New features:
- Now Python2 compatible (#225)
- Audio player widget (#215,#221)
- FileInput widget (#207)
- ๐ General support for linking Panel objects, even in static exports (#199)
- ๐ New user-guide notebooks: Introduction (#178), Links (#195).
โจ Enhancements:
๐ Bug fixes:
-
v0.3.1 Changes
Date: 2018-12-05T22:49:23Z
๐ Minor release fixing packaging issues.
-
v0.3.0 Changes
Date: 2018-12-05T00:47:25Z
๐ Thanks to @mhc03 for bugfixes.
๐ New features and enhancements
- ๐ New app: Euler's Method (#161)
- ๐ New widgets and panes: Player (#110), DiscretePlayer (#171), CrossSelector (#153)
- Spinner (spinner.gif)
- Compositional string reprs (#129)
- โ Add Param.widgets parameter to override default widgets (#172)
- Pipeline improvements (#145, etc.)
- โ Additional entry points for user commands (#176)
- ๐ Support calling from anaconda-project (#133)
- ๐ Improved docs
๐ Bugfixes:
- ๐ Fix example packaging (#177)
- ๐ Various bugfixes and compatibility improvements (#126, #128, #132, #136, #141, #142, #150, #151, #154, etc.)
Compatibility changes
- ๐ Renamed Param expand options (#127)
-
v0.1.3 Changes
Date: 2018-10-23T12:09:07Z