SHA256
1
0
forked from pool/python-bokeh

Accepting request 667213 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/667213
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-01-20 09:15:54 +00:00
committed by Git OBS Bridge
parent 08fa982b79
commit 5b0d64c224
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun Jan 20 04:49:09 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 1.0.4:
* bugfixes:
+ #8558 [py2] Safer alternative fix for unicode notebook issue in
python 2
* features:
+ #8513 [notebook] Strip out ipython magics when serving notebooks
* tasks:
+ #8207 Adding/updating boilerplate code
+ #8525 [component: tests] Don't resize window when running images
tests
+ #8533 [component: build] Remove warning about `gulp build` in
prepare.js
+ #8534 [component: docs] Docs tweak to add note about bokeh_dev
and apps
+ #8541 Pyyaml version is vulnerable to cve-2017-18342
+ #8543 [component: server] Bad error message for nonexistent
bokeh serve target
+ #8548 [component: docs] Add small documentation to slider
callback_policy which only apply to customjs
+ #8550 [component: docs] Fix-up bokeh_dev docs (follow-up)
+ #8553 Add model, event, and populate bokeh.models __all__
+ #8555 [py2] Unicode fix when serving notebooks on python 2
+ #8556 [component: docs] Correct three minor typos
-------------------------------------------------------------------
Sun Jan 6 22:32:28 UTC 2019 - Arun Persaud <arun@gmx.de>