bokeh / bokeh-scala

Scala bindings for Bokeh plotting library
MIT License
135 stars 16 forks source link

Consider a new versioning scheme that includes bokeh's version #14

Open mattpap opened 9 years ago

mattpap commented 9 years ago

Currently bokeh-scala's version number is unrelated to bokeh's version, so in fact two versions have to be carried along. Maybe we should switch to something like bokeh's_version-rN, where N would be an integer, e.g. for bokeh 0.7.1, this would be bokeh-scala 0.7.1-r3 (r3, because 0.3 is the version in the current scheme). One thing we shouldn't do is to make bokeh's and bokeh-scala's version exactly the same, because it should be possible to release bokeh-scala (e.g. with bugfixes exclusively related to Scala) in between bokeh's releases.

omearac commented 8 years ago

Hi Matt,

First off, great job here! I was also wondering about this versioning system. Any idea if the latest bokeh-scala is still fine with the bokeh release 0.11.* ?