ANN: Bokeh 0.11.1 released

Hi all,

I am please to announce a new point release of Bokeh, version 0.11.1, is
now available. Installation instructions can be found in the usual location:

  <no title> — Bokeh 2.4.2 Documentation

This release focused on providing bug fixes, small features, and documentation
improvements. Highlights include:

* documentation:
  - instructions for running Bokeh server behind an SSL terminated proxy
  - Quickstart update and cleanup
* bugfixes:
  - notebook comms handles work properly
  - MultiSelect works
  - Oval legend renders correctly
  - Plot title orientation setting works
  - Annulus glyph works on IE/Edge
* features:
  - preview of new streaming API in OHLC demo
  - undo/redo tool add, reset tool now resets plot size
  - "bokeh static" and "bokeh sampledata" commands
  - can now create Bokeh apps directly from Jupyter Notebooks
  - headers and content type now configurable on AjaxDataSource
  - new network config options for "bokeh serve"

For full details, refer to the CHANGELOG in the GitHub repository, and the full
release notes (http://bokeh.pydata.org/en/latest/docs/releases/0.11.1.html)

Issues, enhancement requests, and pull requests can be made on the Bokeh
Github page: GitHub - bokeh/bokeh: Interactive Data Visualization in the browser, from Python

Full documentation is available at Bokeh Docs

Questions can be directed to the Bokeh mailing list: [email protected]

Thanks,

Bryan

Congratulations !

Bokeh 0.11.1.tar.gz is much smaller than Bokeh 0.11.0.tar.gz , is it normal ?

Hi,

I would say this is expected. We made a few stabs at cleanup. First we removed quite a few notebook examples that were simply repetitions of other examples and didn't illustrate something interesting about Bokeh + the notebook, specifically. We also stopped shipping the "split" JS sources and ".map" files in the built packages, since these are really only useful for development purposes. Of course, if there are any unexpected problems please let us know,

A lightly edited report is below (some things are still present but just moved around, I deleted those lines to save any confusion):

Only in bokeh-0.11.0/bokeh/server/static/js: bokeh-compiler.min.js.map
Only in bokeh-0.11.0/bokeh/server/static/js: bokeh-widgets.min.js.map
Only in bokeh-0.11.0/bokeh/server/static/js: bokeh.min.js.map
Only in bokeh-0.11.0/bokeh/server/static/js/tree: api
Only in bokeh-0.11.0/bokeh/server/static/js/tree: api.js
Only in bokeh-0.11.0/bokeh/server/static/js/tree: ar
Only in bokeh-0.11.0/bokeh/server/static/js/tree: callback
Only in bokeh-0.11.0/bokeh/server/static/js/tree/common: close_wrapper.js
Only in bokeh-0.11.0/bokeh/server/static/js/tree/common: defaults.js
Only in bokeh-0.11.0/bokeh/server/static/js/tree/common: gmap_plot.js
Only in bokeh-0.11.0/bokeh/server/static/js/tree/common: grid_plot.js
Only in bokeh-0.11.0/bokeh/server/static/js/tree/common: has_parent.js
Only in bokeh-0.11.0/bokeh/server/static/js/tree/common: has_properties.js
Only in bokeh-0.11.0/bokeh/server/static/js/tree/common: plot.js
Only in bokeh-0.11.0/bokeh/server/static/js/tree: mapper
Only in bokeh-0.11.0/bokeh/server/static/js/tree: range
Only in bokeh-0.11.0/bokeh/server/static/js/tree: renderer
Only in bokeh-0.11.0/bokeh/server/static/js/tree: source
Only in bokeh-0.11.0/bokeh/server/static/js/tree: ticking
Only in bokeh-0.11.0/bokeh/server/static/js/tree: tool
Only in bokeh-0.11.0/bokeh/server/static/js/tree: widget
Only in bokeh-0.11.0/examples/plotting/notebook: bollinger.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: boxplot.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: brewer.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: burtin.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: candlestick.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: correlation.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: interact_basic.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: interact_numba.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: linked_brushing.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: linked_panning.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: lorenz.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: rect.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: scatter.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: stocks.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: texas.ipynb
Only in bokeh-0.11.0/examples/plotting/notebook: vector.ipynb

···

On Feb 4, 2016, at 4:09 PM, [email protected] wrote:

Congratulations !

Bokeh 0.11.1.tar.gz is much smaller than Bokeh 0.11.0.tar.gz , is it normal ?

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/fb213cea-00d6-41fa-854a-3757da7a70e5%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Ok, Thanks !