All Versions
59
Latest Version
Avg Release Cycle
20 days
Latest Release
71 days ago

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 Spinner widget for numeric inputs (#368)

    ๐Ÿ›  Bugfixes:

    • Skip jslinked widgets when using embed (#376)
    • โช Correctly revert changes to pipelines when stage transitions fail (#375)
    • ๐Ÿ›  Fixed bug handling scalar arrays in VTK pane (#372)
  • 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 label for Parameters (#290)
    • โž• Add ColorPicker widget (#267)
    • โž• Add support for interact title (#266)

    ๐Ÿ›  Bugfixes and minor improvements:

    ๐Ÿ”„ Changes potentially affecting backwards compatibility:

    • ๐Ÿ”จ Refactored io subpackage (#315)
    • ๐Ÿ“ฆ Moved panes and widgets into subpackage (#283)
    • ๐Ÿš€ Cleaned up wdiget, deploy, and export APIs (#268, #269)
    • ๐Ÿ“‡ Renamed pane precedence to priority to avoid confusion with Param precedence (#235)
  • 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:

    • ๐Ÿ‘Œ Improved Pipeline (#220, #222)

    ๐Ÿ› 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:

    Compatibility changes

    • ๐Ÿ“‡ Renamed Param expand options (#127)
  • v0.1.3 Changes

    Date: 2018-10-23T12:09:07Z