File python-vega.changes of Package python-vega
-------------------------------------------------------------------
Tue Nov 12 15:23:13 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 2.6.0
* Update deps and rebuild
-------------------------------------------------------------------
Sun Aug 11 04:47:04 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 2.5.0
* Update deps and rebuild
-------------------------------------------------------------------
Mon Jul 29 02:24:02 UTC 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 19:46:01 UTC 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 15:56:00 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Add conflicts to jupyter subpackage to more explicitly handle
file overlaps with old naming scheme.
-------------------------------------------------------------------
Thu Apr 25 01:59:57 UTC 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 7 15:49:29 UTC 2018 - toddrme2178@gmail.com
- Update to 1.4.0
* Simplify js template
* Display via single mime-bundle without side effects
-------------------------------------------------------------------
Thu Aug 2 17:10:08 UTC 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 7 15:35:18 UTC 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 14:59:34 UTC 2018 - toddrme2178@gmail.com
- Use || true syntax instead of exit 0
-------------------------------------------------------------------
Thu May 24 03:43:06 UTC 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 11:31:59 UTC 2018 - jengelh@inai.de
- Avoid [[ ]] and test x==x bashisms.
-------------------------------------------------------------------
Thu May 17 17:09:30 UTC 2018 - toddrme2178@gmail.com
- Initial version (1.0.1)