ANN: bokeh-scala 0.3

Hi,

I would like to announce the release of bokeh-scala version 0.3. This release is compatible with bokeh 0.7.1 and available for Scala 2.10 and 2.11.

The 0.3 release features:

  • near 100% coverage of bokeh’s models (low-level API)

  • initial implementation of typed ColumnDataSource

  • many more examples

  • improved JSON serialization

  • added HTMLFragmentWriter (along HTMLFileWriter)

  • Scala 2.11.5 support

  • improved build (Windows and OSX support)

You can integrate bokeh-scala with your project by adding the following line to your build file:

libraryDependencies += “io.continuum.bokeh” %% “bokeh” % “0.3”

See https://github.com/bokeh/bokeh-scala for more details.

Mateusz