diff --git a/bokeh-1.1.0.tar.gz b/bokeh-1.1.0.tar.gz deleted file mode 100644 index c21c198..0000000 --- a/bokeh-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70c944ccb99faea9c1bc2b77caba4dbcd884e083fc32511efbd6f895d7cb6832 -size 17461650 diff --git a/bokeh-1.2.0.tar.gz b/bokeh-1.2.0.tar.gz new file mode 100644 index 0000000..34d5cd1 --- /dev/null +++ b/bokeh-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45d797b5b3f5bb688eb636fb0430b0d57af232abd8ddc07ddba922c1ef0c3ae +size 17551714 diff --git a/python-bokeh.changes b/python-bokeh.changes index 001da60..29fcfe6 100644 --- a/python-bokeh.changes +++ b/python-bokeh.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Tue May 28 20:36:44 UTC 2019 - Todd R + +- update to version 1.2.0 + + bugfixes: + * [widgets] Autocomplete widget not recognizing value change + * Boxselecttool does not work as expected with gmapplot + * [webgl] Mixed canvas and webgl glyphs are painted in wrong z-order + * Rangetool unusable after selection change + * [widgets] [bug] autocompleteinput widget value attribute does not reflect selection + * [bug] runtimeerror on adding callbacks after rendering + * [widgets] Bar_color slider not updating + * [bug] color mapping bug in crossfilter example + * exports do not work with firefox webdriver + * [bug] imageurl selection_glyph raises "typeerror: this.retries is undefined" + * [bug] customjs callbacks added after initialization do not work + * layout accepts name as keyword arg but doesn't pass to underlying objects + * [widgets] [bug] changing slider widget title property does not update view + + features: + * [component: server] Slider callback_policy should work for apps + * Feature request: textures to fill properties? + * [layout] Legend title + * [component: bokehjs] [feature] stacked areas and lines + * allow the webdriver timeout to be customized + + tasks: + * [component: tests] Add missing widget callback integration tests + * Document that boxzoomtool does not work on gmapplot + * Touch scroll the page when no tools are active + * [widgets] add selenium tests for slider and rangeslider + * Allow reset tool to only emit reset event, and skip built-in reset code + * Document get_screenshot_as_png better + * Clean up .gitignore files across the repository + - #8496 "warning:bokeh.resources:root_url should end with a /, adding one" spam + * `scripts/deps.py` does not install phantom_js + - #8861 Create readme to explain server_embed usage + * Update tile provider example for "mapping geo data" user guide + * Uploading actual releases to conda bokeh/label/dev + - #8875 Hatching/stacking follow on work + * [component: build] Fix security vulnerabilities reported by npm audit + - #8897 Reference link updated + * [bug] legend order backwards for stacked area plots + * Update 1.1.0.rst + * Docs: fix typo + * Add release notes for 1.2 + ------------------------------------------------------------------- Mon Apr 22 19:22:04 UTC 2019 - Todd R diff --git a/python-bokeh.spec b/python-bokeh.spec index 6848e94..05bc00c 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -20,7 +20,7 @@ # Tests fail due to missing git data %bcond_with tests Name: python-bokeh -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Statistical interactive HTML plots for Python License: BSD-3-Clause