bokeh / bokeh

Interactive Data Visualization in the browser, from Python
https://bokeh.org
BSD 3-Clause "New" or "Revised" License
19.33k stars 4.18k forks source link

Known pending issues/tasks for 0.11 release #3390

Closed fpliger closed 8 years ago

fpliger commented 8 years ago

ping @bokeh/core

NOTE: Please collect all small pieces of work in this PR: https://github.com/bokeh/bokeh/pull/3497

Bugs

These are all issues in the core library. A few are really must-fix:

A few more are should-fix if we can, especially if the fix is small:

The last ones are not as important, but if brief investigation reveals a trivial/one-line, self-contained fix, it could be considered (or if not, possibly delete the demo):

These are all issues (mostly very small) in demos that can be improved:

birdsarah commented 8 years ago

gapminder example is broken. interactions/interactive_bubble/gapminder.py

It will be affected by @mattpap's change on #3437 - would be really great to have a docstring update about that change too.

But is currently failing with the error:

Traceback (most recent call last):
  File "gapminder.py", line 67, in <module>
    xaxis = LinearAxis(SingleIntervalTicker(interval=1), axis_label="Children per woman (total fertility)", **AXIS_FORMATS)
TypeError: __init__() takes 1 positional argument but 2 were given
bryevdv commented 8 years ago

Might need "ticker=" for arg now

birdsarah commented 8 years ago

Thanks @bryevdv, fixed on docs_ex_011_3 in #3497.

bryevdv commented 8 years ago

That info could probably go in the migration guide.

bryevdv commented 8 years ago

I'm not actually sure why it worked without it before, though, to be honest.

birdsarah commented 8 years ago

@bokeh/dev there are a two plots broken in the docs. I have listed them on #3404, but thought I should mention them here too:

almarklein commented 8 years ago

Actually, the example for the "CustomJS with a Python function" does not build because PyScript (i.e. the inspect module) cannot obtain the source code of the function during the doc building.

bryevdv commented 8 years ago

We will have to do a hand deploy of the docs built with py3. (Will want to keep updating them anyway)

hsparra commented 8 years ago

I must say I like the new look of the docs.

On Mon, Jan 4, 2016 at 10:13 PM, Sarah Bird notifications@github.com wrote:

@bokeh/dev https://github.com/orgs/bokeh/teams/dev there are a two plots broken in the docs. I have listed them on #3404 https://github.com/bokeh/bokeh/issues/3404, but thought I should mention them here too:

— Reply to this email directly or view it on GitHub https://github.com/bokeh/bokeh/issues/3390#issuecomment-168890701.

marcelnem commented 8 years ago

Hi. I would like to try downsampling (on server) of large time-series of data, such that only relevant data is sent to client. I understand that with 0.11 there is a new Tornado server. What is a status of down-sampling for the new bokeh server implementation? Is it implemented, just not documented? If so can somebody give a hint how to try it out? Also I read somewhere about plans of sending data to client in binary format, is this on the road map?

bryevdv commented 8 years ago

Closing this, will open new epic or burn list for 0.12

github-actions[bot] commented 3 days ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.