Accepting request 706143 from home:TheBlackCat:branches:devel:languages:python:numeric
- 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 OBS-URL: https://build.opensuse.org/request/show/706143 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=16
This commit is contained in:
parent
31a232368a
commit
f8f69a7cf6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70c944ccb99faea9c1bc2b77caba4dbcd884e083fc32511efbd6f895d7cb6832
|
||||
size 17461650
|
3
bokeh-1.2.0.tar.gz
Normal file
3
bokeh-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d45d797b5b3f5bb688eb636fb0430b0d57af232abd8ddc07ddba922c1ef0c3ae
|
||||
size 17551714
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 20:36:44 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- 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 <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user