Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1338 > unrolled thread

ANN: Bokeh 0.5.1 released

Started byDamian Avila <damian.avila@continuum.io>
First post2014-07-24 18:06 -0300
Last post2014-07-24 18:06 -0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: Bokeh 0.5.1 released Damian Avila <damian.avila@continuum.io> - 2014-07-24 18:06 -0300

#1338 — ANN: Bokeh 0.5.1 released

FromDamian Avila <damian.avila@continuum.io>
Date2014-07-24 18:06 -0300
SubjectANN: Bokeh 0.5.1 released
Message-ID<mailman.12309.1406264881.18130.python-announce-list@python.org>
On behalf of the Bokeh team, I am very happy to announce the release of
Bokeh version 0.5.1! (http://continuum.io/blog/bokeh-0.
<http://continuum.io/blog/bokeh-0.5>5.1)

Bokeh is a Python library for visualizing large and realtime datasets on
the web.

This release includes many bug fixes and improvements over our last recent
0.5 release:

  * Hover activated by default
  * Boxplot in bokeh.charts
  * Better messages when you forget to start the bokeh-server
  * Fixed some packaging bugs
  * Fixed NBviewer rendering
  * Fixed some Unicodeencodeerror

See the CHANGELOG for full details.

In upcoming releases, you should expect to see dynamic, data-driven layouts
(including ggplot-style auto-faceting), as well as R language bindings,
more statistical plot types in bokeh.charts, and cloud hosting for Bokeh
 apps.

Don't forget to check out the full documentation, interactive gallery, and
tutorial at

    http://bokeh.pydata.org

as well as the new Bokeh IPython notebook nbviewer index (including all the
tutorials) at:

    http://nbviewer.ipython.org/github/ContinuumIO/bokeh
-notebooks/blob/master/index.ipynb

If you are using Anaconda, you can install with conda:

    conda install bokeh

Alternatively, you can install with pip:

    pip install bokeh

BokehJS is also available by CDN for use in standalone javascript
applications:

    http://cdn.pydata.org/bokeh-0.5.1.min.js
<http://cdn.pydata.org/bokeh-0.5.min.js>
    http://cdn.pydata.org/bokeh-0.5.1.min.css
<http://cdn.pydata.org/bokeh-0.5.min.css>

Issues, enhancement requests, and pull requests can be made on the Bokeh Github
page: https://github.com/continuumio/bokeh

Questions can be directed to the Bokeh mailing list: bokeh@continuum.io

If you have interest in helping to develop Bokeh, please get involved!

Damián.

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web