Package Release Info

python-vega-2.6.0-bp152.1.8

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

jupyter-vega
python3-vega

Change Logs

* Tue Nov 12 2019 Todd R <toddrme2178@gmail.com>
- Update to 2.6.0
  * Update deps and rebuild
* Sun Aug 11 2019 Todd R <toddrme2178@gmail.com>
- Update to 2.5.0
  * Update deps and rebuild
* Mon Jul 29 2019 Todd R <toddrme2178@gmail.com>
- Update to 2.4.0
  * Update typings
  * Update dependencies in package.json as well
  * No need to set default style.
- Update to 2.3.1
  * Ad try catch around widget code
  * Update deps
* Wed Jun 12 2019 Todd R <toddrme2178@gmail.com>
- Update to 2.3.0
  * Add implementation of ipython widget
  * Address review comments
  * Fix optional dependencies with webpack
  * Fix typescript style
  * Handle updates before widget is rendered correctly
  * Add lightweight error messaging for updates
  * Add description to notebook
  * Call finalize when replacing the view
  * Fix error in finalize call, rebuild static js
  * Remove from_chart and update docstring accordingly
  * Make TODO comment re validation more self-explanatory
  * Allow to set embedding options
  * Add point how to select between vega / vega-lite
  * remove defaultStyle
  * Ignore notebooks in package
  * Upgrade deps
- Update to 2.2.0
  * Don't set style since Embed has changed the default anyway
  * Upgrade deps
* Wed May 15 2019 Todd R <toddrme2178@gmail.com>
- Add conflicts to jupyter subpackage to more explicitly handle
  file overlaps with old naming scheme.
* Thu Apr 25 2019 Todd R <toddrme2178@gmail.com>
- Update to 2.1.0
  * Rebuild bundles
  * Upgrade dependencies
  * Use prettier check
  * Update Vega-Embed
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
* Fri Sep 07 2018 toddrme2178@gmail.com
- Update to 1.4.0
  * Simplify js template
  * Display via single mime-bundle without side effects
* Thu Aug 02 2018 toddrme2178@gmail.com
- Update to 1.3.0
  * export vegaEmbed interface for use on other frontends
- Update to 1.2.0
  * Send same-origin cookies with Vega loader requests.
  * Upgrade deps
* Thu Jun 07 2018 toddrme2178@gmail.com
- Update to 1.1.1
  * BUG: update sanitize_dataframe and tests
  * Upgrade Vega-Embed and other dependencies
- Remove upstream-included update_sanitize_dataframe.patch
* Tue May 29 2018 toddrme2178@gmail.com
- Use || true syntax instead of exit 0
* Thu May 24 2018 toddrme2178@gmail.com
- Added update_sanitize_dataframe.patch
  Fixes compatibility with pandas 0.23
  See: https://github.com/vega/ipyvega/issues/87
  From: https://github.com/vega/ipyvega/pull/88
  Should be in next release
* Fri May 18 2018 jengelh@inai.de
- Avoid [[ ]] and test x==x bashisms.
* Thu May 17 2018 toddrme2178@gmail.com
- Initial version (1.0.1)