bokeh v0.8.2 Release Notes

Release Date: 2015-03-25 // about 9 years ago
    • bugfixes:
      • #1064 Invoking nosetests doesn't always work properly
      • #1659 Explicit notebook display codes not working
      • #1901 Charts xlabel and yabel defaults
      • #1913 [build] Try to make y.y.yrc, not y.y.y.rc in dev build to avoid being listed above y.y.y release
      • #1953 Develop installation fails: no such file or directory: '/usr/lib/python3.4/site-packages/bokeh.pth'
      • #1956 [starter] Two instances of autoload_server??
      • #1973 [starter] Logging.basicconfig should not be called by 'import bokeh'
      • #1978 Restore glyph/trail.py (and fix the hover not working)
      • #1983 Never use empty dict/list as default argument
      • #1988 [starter] Use absolute_import throughout
      • #1990 [bokehjs] Bokeh should use a private jquery
      • #2001 [bokehjs] Map config not used for main.coffee it seems
      • #2002 Check boxplot equation
      • #2011 [docs] Fix grammar error
      • #2024 [bokehjs] Ugly buttons when plotting inside notebook on firefox 36
      • #2041 Load_notebook depends on utils.py which depends on flask
      • #2048 [charts] Cannot seem to make x-values different than default in line
      • #2063 [build] Fix dev fingerprint check on version
      • #2067 [bokehjs] Spectrogram coffee needs recompile
      • #2074 [docs] Typo in stock_applet docs for moving quantquote data
    • features:
      • #1218 Use production quality server for bokeh-server
      • #1784 [starter] Automatically fill masked arrays when encoding
      • #1797 Preliminary work to get bokehjs working in node.js
      • #1881 Feature/simpleapp
      • #1898 [bokehjs] Ajax realtime improvements
      • #1998 [docs] Visual hierarchy on autogenerated docs could be clearer
      • #2033 Is there any reason why p.select() shouldn't take **kwargs?
      • #2062 [docs] Userguide intro and interfaces
    • tasks:
      • #1916 Collect implicit interfaces into a single module
      • #1927 [docs] [examples] Bokeh-notebooks needs update to use the new plotting api
      • #1936 Use _.isxxx(x) instead of typeof(x) == "xxx"
      • #1949 [examples] [tests] Tests scripts enhancements
      • #1961 [tests] Don't log intentional exceptions during tests
      • #1966 Release 0.8.1
      • #1970 Change default bokeh server backend to "memory"
      • #2010 Deprecate vbox/hbox in plotting and charts
      • #2017 [tests] Update tests/travis/nbexecuter to ipython 3
      • #2023 [docs] Update/refresh installation guide and quick start
      • #2043 [docs] Incorporate quickstart feedback
      • #2047 Clean up init.py
      • #2051 Simplify bokeh/init.py even more
      • #2070 [docs] Minor style changes to interfaces docs
      • #2073 [docs] User guide edits