- New explore function that renders explorer UI for DataFrames
- Allow access to functions within instances
- Allow control to local store of binding variables
- Remove requirement to have PySpark installed
- Misc fixes back ported from master
- Publishing Toree support JAR to maven
- Fix to issue when Run All and using channel.set
- Minor fixes to declarative queries
- User must manually activate declarativewidgets using a code cell
- Declarative query support for dataframes
- Usage documentation
- Deprecation of
urth.widgets
module. Usedeclarativewidgets
instead
- Fixes to timing error related to loading order of this extension in relation to ipywidgets/jupyter-js-widgets
- Fixes to support running Windows
- Added selection-info on
<urth-viz-table>
to get cell coordinates
- Support for selectionIndex in urth-viz-*
- Custom serializers in R
- Support for ipywidgets 5.1.1+
- Fixes to support alternate non-notebook runtimes
- Support for Jupyter 4.2 and ipywidgets 5.0
- Support for R language through IRkernel
selection
property on charts references row data. Chart-specific selection data available asselectionInfo
selection
property on charts references a single row rather than Array of length==1, continues to return Array of rows whenmultiSelect
is used.- New element to display help documentation inline
- New element to embed an ipywidget in a declarative template
- Better support for dependency injection when starting up declarativewidgets
- Progress indications on templates while dependencies load
- Fix regression in selection in charts
- Ability to inspect the content of an urth-core-channel
- Improved selection content from urth-viz-chart elements
- Misc bug fixes on urth-viz-chart
- Ability to peg Polymer version at runtime [1.2.4-1.4.0)
- Fixes to urth-core-function to better support complex parameters
- Serialization fixes for Toree/Scala
- Make selection in urth-viz-table available as an object
- Allow height, width, and margin adjustment to urth-viz-chart's
- Support for Polymer 1.3
- Fixes to complex object changes across templates
- Delay template rendering until imports completed
- Upgrade to use Apache Toree for scala kernel
- Upgrade to Polymer 1.2.4+
- Ability to peg Polymer version at runtime
[1.2.4-1.4.0)
- Support for Polymer 1.2.4+
- Modified install process to rely on
jupyter activate/deactivate
- New element
urth-core-channel
and javascript API to channel variables - New element
urth-core-watch
- Fixes to sizing of 'urth-viz-table'
- Serialization support for Pandas.Series
- Make compatible with Jupyter Notebook 4.0.x
- Several fixes to
urth-viz-table
around selection - Support for
display_data
type messages sent when a function is invoked throughurth-core-function
- Added support to label axis on
urth-viz-chart
elements
- Ability to peg Polymer version at runtime
- Upgrade to Polymer 1.2.4
- Allow graceful degradation when server extensions are not available
- Backport fixes from master
- Backport of UX fixes from 0.2.0
- Keep compatible with IPython Notebook 3.2.x
- First PyPI release
- Compatible with IPython Notebook 3.2.x on Python 2.7 or Python 3.3+