Bokeh 0.9.3 发布,Python 交互式可视化库
欢迎加入运维网交流群:263444886Bokeh 0.9.3 发布,此版本更新内容如下:
* Support horizontal or vertical spans
* Provide raw_components version of bokeh.embed.components
* Prevent Bokeh from eating scroll events if wheel tool is not active
* bokeh.models.actions are now called bokeh.models.callbacks and Callback is now CustomJS
* Additional validation warnings
* Cleaned up gulp source mapping
* Fixes in our build machinery
* Cleaned up models section of the reference guide
* Use pytest instead of nose
* Beginning to add selenium tests
* bug 修复:
- #1863 Docs - images overlapping at certain viewports
- #2413 Datetimetickformatter format attr ignores %n %t chars
- #2486 Test_matrix errors
- #2508 Multiple select doesn't work on linked_tap_server example
- #2515 Doc: broken plots in examples
- #2518 Clarify docstrings on timeseries
- #2533 Compat/seaborn/violin.py is broken
- #2559 Support camelcase css names
- #2631 Dropdown always returning the last menu item
- #2645 Fix previewsavetool dom elements not being removed
- #2651 Sphinxcontrib-napoleon extension loaded incorrectly
- #2658 Fix typo in legend user guide: s/p.grid/p.legend/
- #2664 Inconsistent handling of `null` in common/properties.coffee
- #2665 Gear.{angle,module} have their types mixed up
- #2669 Broken link for css colors
- #2674 Renderers are still sorted improperly
- #2682 Updating glyph style from javascript not working
- #2690 Fix typo on image glyph docstring
- #2698 Plot.text(legend="") results in console traceback and clipped legend rendering
- #2708 Fix typo in example code of server deployment docu
- #2709 (0.9.3) bokehjs not loading in ipython notebook
- #2712 Fixes for the us_marriage example
- #2728 Html escaping in hovertool not working
- #2742 Fix upload of js and css into the cdn
- #2755 Components on multiple objects duplicates objects in all_models
- #2767 Fix comflict (not merge conflict) because of those inter-related prs
- #2770 Remove hash from elementid
- #2773 Disable canteen and xfail integration test
- #2779 Hotfix/taptool not responding to callback
* 新特性:
- #1238 Support horizontal or vertical spans (similar to aaxhspan/axvspan in matplotlib)
- #2392 Alerts for the "white screen of death"
- #2455 Active tab not reflected
- #2537 Interactive example: u.s. marriages and divorces chart with tooltips
- #2614 Add a warning for : in categorical strings
- #2625 Add background fill properties for legend
- #2626 Add channels to "extra" section in meta.yaml
- #2627 Make raw_components version of bokeh.embed.components
- #2671 Clean up gulp source mapping
- #2739 Do not zoom if boxzoomtool selects range - #2609 Hotfix/fix docs
- #2612 Server error http://bokeh.pydata.org/en/latest/docs/gallery.html
- #2613 Small changes to development documentation
- #2642 Add aliases to --build_js/--install_js in setup.py
- #2650 Fix to take version into the fab deploy script
- #2654 Clean up models section of reference guide
- #2660 Add support for --build-dir argument to gulp build
- #2668 Remove the data tables example from plotting
- #2691 Better hit testing for quads
- #2697 Transfer demos from digital ocean to aws
- #2703 Prevent bokeh from eating scroll events if wheel tool isn't active
- #2706 Setting node to current stable (0.12) on travisci
- #2714 Change binstar to anaconda after some name changes in the anaconda stuff
- #2718 Added mocha test for wheel event propagation
- #2726 Task/selenium tests
- #2727 Broke out into functions for more testable code
- #2735 Added simple test to show that tz always uses utc
- #2778 Collect hotfix for examples and>
下载:https://github.com/bokeh/bokeh/archive/0.9.3.zip。
Bokeh (Bokeh.js) 是一个 Python 交互式可视化库,支持现代化 Web 浏览器,提供非常完美的展示功能。Bokeh 的目标是使用 D3.js 样式提供优雅,简洁新颖的图形化风格,同时提供大型数据集的高性能交互功能。Boken 可以快速的创建交互式的绘图,仪表盘和数据应用。
页:
[1]