Release candidate (0.8.0) availabe on Binstar

Hey @all,

A new release candidate (RC) is available on Binstar: bokeh-0.8.0.rc.50614975

As usual, if you want to try it, you can follow the installation instructions here:

[http://bokeh.pydata.org/en/dev/docs/installation.html#developer-builds](http://bokeh.pydata.org/en/dev/docs/installation.html#developer-builds)

Alternative, you can find the builds at:

[https://binstar.org/bokeh/bokeh/files?version=0.8.0.rc.50614975](https://binstar.org/bokeh/bokeh/files?version=0.8.0.rc.50614975) 

Remember that you also have the js and css files available at CDN:

[http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.js](http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.js)

[http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.css](http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.css)

And the docs for this RC are available at:

[http://bokeh.pydata.org/en/dev/](http://bokeh.pydata.org/en/dev/) 

If you have some time, please test it and let us know any problem.

Thanks!!

Damián.

Is there a changelog available?

···

On Friday, February 13, 2015 at 5:30:27 AM UTC-8, Damian Avila wrote:

Hey @all,

A new release candidate (RC) is available on Binstar: bokeh-0.8.0.rc.50614975

As usual, if you want to try it, you can follow the installation instructions here:

[http://bokeh.pydata.org/en/dev/docs/installation.html#developer-builds](http://bokeh.pydata.org/en/dev/docs/installation.html#developer-builds)

Alternative, you can find the builds at:

[https://binstar.org/bokeh/bokeh/files?version=0.8.0.rc.50614975](https://binstar.org/bokeh/bokeh/files?version=0.8.0.rc.50614975) 

Remember that you also have the js and css files available at CDN:

http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.js

[http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.css](http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.css)

And the docs for this RC are available at:

[http://bokeh.pydata.org/en/dev/](http://bokeh.pydata.org/en/dev/) 

If you have some time, please test it and let us know any problem.

Thanks!!

Damián.

We generally only generate a full CHANGELOG on actual releases. It's still a bit of a burden to create them, and there are (many) other things for people to be working on. :slight_smile: But, you can look at the closed issues on the 0.8 milestone:

  Issues · bokeh/bokeh · GitHub

And that should give you a pretty good idea.

Bryan

···

On Feb 13, 2015, at 9:58 AM, Alex W <[email protected]> wrote:

Is there a changelog available?

On Friday, February 13, 2015 at 5:30:27 AM UTC-8, Damian Avila wrote:
Hey @all,

A new release candidate (RC) is available on Binstar: bokeh-0.8.0.rc.50614975

As usual, if you want to try it, you can follow the installation instructions here:

    http://bokeh.pydata.org/en/dev/docs/installation.html#developer-builds

Alternative, you can find the builds at:

    https://binstar.org/bokeh/bokeh/files?version=0.8.0.rc.50614975

Remember that you also have the js and css files available at CDN:

    http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.js
    http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.css

And the docs for this RC are available at:

    http://bokeh.pydata.org/en/dev/

If you have some time, please test it and let us know any problem.

Thanks!!

Damián.

--
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/e409adee-ca62-482a-9c6b-0b417365e1c8%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

When I do

conda install -c bokeh/channel/dev bokeh

I get 0.7.1.

···

On Feb 13, 2015, at 5:30 AM, Damian Avila [email protected] wrote:

Hey @all,

A new release candidate (RC) is available on Binstar: bokeh-0.8.0.rc.50614975

As usual, if you want to try it, you can follow the installation instructions here:

[http://bokeh.pydata.org/en/dev/docs/installation.html#developer-builds](http://bokeh.pydata.org/en/dev/docs/installation.html#developer-builds)

Alternative, you can find the builds at:

[https://binstar.org/bokeh/bokeh/files?version=0.8.0.rc.50614975](https://binstar.org/bokeh/bokeh/files?version=0.8.0.rc.50614975) 

Remember that you also have the js and css files available at CDN:

[http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.js](http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.js)
[http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.css](http://cdn.pydata.org/bokeh/dev/bokeh-0.8.0.rc.50614975.min.css)

And the docs for this RC are available at:

[http://bokeh.pydata.org/en/dev/](http://bokeh.pydata.org/en/dev/) 

If you have some time, please test it and let us know any problem.

Thanks!!

Damián.

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/CAM9Ly3F-O-PmBUSe_Z4mrDO0RyRNbsvjopACTug4NWof99pDdw%40mail.gmail.com.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

Looks like they are just going in the main channel. This should work:

    conda install -c bokeh bokeh

Bryan

···

On Feb 13, 2015, at 11:50 AM, Ryan Hafen <[email protected]> wrote:

conda install -c bokeh/channel/dev bokeh

Just do:

conda config --add channels http://conda.binstar.org/bokeh

And the follow the developers instructions… or just…

conda install -c bokeh/channel/dev bokeh

···

On Fri, Feb 13, 2015 at 3:11 PM, Bryan Van de Ven [email protected] wrote:

Looks like they are just going in the main channel. This should work:

conda install -c bokeh bokeh

Bryan

On Feb 13, 2015, at 11:50 AM, Ryan Hafen [email protected] wrote:

conda install -c bokeh/channel/dev bokeh

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/7AB214E7-62DE-44AD-8E78-D57970682EAD%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.

conda install -c bokeh/channel/dev bokeh

No, this won't work, they are not in the "dev" bokeh (sub-)channel, they are just in the regular/default/main bokeh channel:

bryan@laptop (git:master) ~/work/bokeh $ conda install -c bokeh bokeh
Fetching package metadata: ................
Solving package specifications: .
Package plan for installation in environment /Users/bryan/anaconda:

The following packages will be downloaded:

    package | build
    ---------------------------|-----------------
    setuptools-12.1 | py34_0 442 KB
    conda-env-2.1.1 | py34_0 15 KB
    tornado-4.1 | py34_0 511 KB
    bokeh-0.8.0.rc.50614975 | np19py34_1 13.7 MB

···

------------------------------------------------------------
                                           Total: 14.6 MB

The following NEW packages will be INSTALLED:

    bokeh: 0.8.0.rc.50614975-np19py34_1

The following packages will be UPDATED:

    conda-env: 2.1.0-py34_0 --> 2.1.1-py34_0
    greenlet: 0.4.4-py34_0 --> 0.4.5-py34_0
    pyzmq: 14.3.1-py34_0 --> 14.5.0-py34_0
    scipy: 0.14.0-np19py34_0 --> 0.15.1-np19py34_0
    setuptools: 12.0.5-py34_0 --> 12.1-py34_0
    tornado: 4.0.2-py34_0 --> 4.1-py34_0

Proceed ([y]/n)? n

Turns out to actually be a missing dependency problem. We will be uploading a new RC shortly that should install with the standard instructions.

Thanks,

Bryan

···

On Feb 13, 2015, at 12:52 PM, Bryan Van de Ven <[email protected]> wrote:

conda install -c bokeh/channel/dev bokeh

No, this won't work, they are not in the "dev" bokeh (sub-)channel, they are just in the regular/default/main bokeh channel:

bryan@laptop (git:master) ~/work/bokeh $ conda install -c bokeh bokeh
Fetching package metadata: ................
Solving package specifications: .
Package plan for installation in environment /Users/bryan/anaconda:

The following packages will be downloaded:

   package | build
   ---------------------------|-----------------
   setuptools-12.1 | py34_0 442 KB
   conda-env-2.1.1 | py34_0 15 KB
   tornado-4.1 | py34_0 511 KB
   bokeh-0.8.0.rc.50614975 | np19py34_1 13.7 MB
   ------------------------------------------------------------
                                          Total: 14.6 MB

The following NEW packages will be INSTALLED:

   bokeh: 0.8.0.rc.50614975-np19py34_1

The following packages will be UPDATED:

   conda-env: 2.1.0-py34_0 --> 2.1.1-py34_0
   greenlet: 0.4.4-py34_0 --> 0.4.5-py34_0
   pyzmq: 14.3.1-py34_0 --> 14.5.0-py34_0
   scipy: 0.14.0-np19py34_0 --> 0.15.1-np19py34_0
   setuptools: 12.0.5-py34_0 --> 12.1-py34_0
   tornado: 4.0.2-py34_0 --> 4.1-py34_0

Proceed ([y]/n)? n