Revisions of python-vega
Todd R (TheBlackCat)
accepted
request 783864
from
Todd R (TheBlackCat)
(revision 15)
- Update to 3.1.0 * Upgrade pandas dependency * Bump vega-lite from 4.0.2 to 4.1.1 * Bump @types/webpack-env from 1.15.0 to 1.15.1 * Bump webpack from 4.41.5 to 4.41.6 * Bump vega-lite from 4.1.1 to 4.3.1 * Bump webpack-cli from 3.3.10 to 3.3.11 * Bump vega-lite from 4.3.1 to 4.4.0 * Bump typescript from 3.7.5 to 3.8.2 - Update to 3.0.2 * Cleaner setup - Update to 3.0.1 * remove setup.py * Cleanup testing * Update to Vega-Lite 4. Use Poetry. - Update to 3.0.0 * Upgrade to Vega-Lite 4 * Bump vega-embed from 6.2.1 to 6.2.2 * Bump vega from 5.9.0 to 5.9.1 * Bump typescript from 3.7.4 to 3.7.5 * Bump @types/webpack-env from 1.14.1 to 1.15.0 * Bump webpack from 4.41.4 to 4.41.5 * Bump webpack from 4.41.2 to 4.41.4 * Bump typescript from 3.7.3 to 3.7.4 * Bump vega from 5.8.1 to 5.9.0 * Bump typescript from 3.7.2 to 3.7.3 * Bump vega-embed from 6.2.0 to 6.2.1 * Use embed's finalize * Bump vega-embed from 6.0.0 to 6.1.0 * Bump vega from 5.8.0 to 5.8.1 * Bump vega from 5.7.3 to 5.8.0 * Upgrade deps * Bump @jupyter-widgets/base from 2.0.1 to 2.0.2 * Bump typescript from 3.6.4 to 3.7.2 * Bump ts-loader from 6.2.0 to 6.2.1 * Bump vega-embed from 5.1.3 to 6.0.0 * Bump webpack from 4.41.1 to 4.41.2 * Bump vega from 5.7.2 to 5.7.3 * Bump webpack from 4.41.0 to 4.41.1 * Bump typescript from 3.6.3 to 3.6.4 * Bump @types/webpack-env from 1.14.0 to 1.14.1 * Bump vega from 5.7.0 to 5.7.2 * Bump vega from 5.6.0 to 5.7.0 * Bump webpack from 4.40.2 to 4.41.0 * Bump ts-loader from 6.1.2 to 6.2.0 * Bump ts-loader from 6.1.0 to 6.1.2 * Bump vega-embed from 5.1.2 to 5.1.3 * Bump webpack-cli from 3.3.8 to 3.3.9 * Bump webpack from 4.39.3 to 4.40.2 * Bump ts-loader from 6.0.4 to 6.1.0 * Bump typescript from 3.6.2 to 3.6.3 * Bump vega from 5.5.3 to 5.6.0 * Bump webpack-cli from 3.3.7 to 3.3.8 * Bump vega-embed from 4.2.4 to 5.1.2 * Bump webpack from 4.39.2 to 4.39.3 * Bump typescript from 3.5.3 to 3.6.2 * Bump vega from 5.4.0 to 5.5.3
buildservice-autocommit
accepted
request 747911
from
Todd R (TheBlackCat)
(revision 14)
baserev update by copy to link target
Todd R (TheBlackCat)
accepted
request 747910
from
Todd R (TheBlackCat)
(revision 13)
Update to 2.6.0
buildservice-autocommit
accepted
request 722254
from
Todd R (TheBlackCat)
(revision 12)
baserev update by copy to link target
Todd R (TheBlackCat)
accepted
request 722253
from
Todd R (TheBlackCat)
(revision 11)
Update to 2.5.0
buildservice-autocommit
accepted
request 719451
from
Todd R (TheBlackCat)
(revision 10)
baserev update by copy to link target
Todd R (TheBlackCat)
accepted
request 719450
from
Todd R (TheBlackCat)
(revision 9)
- 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
buildservice-autocommit
accepted
request 709548
from
Todd R (TheBlackCat)
(revision 8)
baserev update by copy to link target
Todd R (TheBlackCat)
accepted
request 709547
from
Todd R (TheBlackCat)
(revision 7)
- 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
Todd R (TheBlackCat)
committed
(revision 6)
converted link to branch
Todd R (TheBlackCat)
committed
(revision 5)
Dominique Leuenberger (dimstar_suse)
accepted
request 703201
from
Todd R (TheBlackCat)
(revision 4)
initialized devel package after accepting 703201
Todd R (TheBlackCat)
accepted
request 703196
from
Todd R (TheBlackCat)
(revision 3)
- Add conflicts to jupyter subpackage to more explicitly handle file overlaps with old naming scheme.
Todd R (TheBlackCat)
committed
(revision 2)
Todd R (TheBlackCat)
accepted
request 698439
from
Todd R (TheBlackCat)
(revision 1)
- 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. - Update to 1.4.0 * Simplify js template * Display via single mime-bundle without side effects - 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 - Update to 1.1.1 * BUG: update sanitize_dataframe and tests * Upgrade Vega-Embed and other dependencies - Remove upstream-included update_sanitize_dataframe.patch - Use || true syntax instead of exit 0 - 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 - Avoid [[ ]] and test x==x bashisms. - Initial version (1.0.1)
Displaying revisions 21 - 35 of 35