|
| 1 | +2014-09-24 0.6.1: |
| 2 | +-------------------- |
| 3 | + * Toolbar enhancements |
| 4 | + * bokeh-server fixes |
| 5 | + * Improved documentation |
| 6 | + * Button widgets |
| 7 | + * Google map support in the Python side |
| 8 | + * Code cleanup in the JS side and examples |
| 9 | + * New examples |
| 10 | + * bugfixes: |
| 11 | + - #730 Hover tool failing |
| 12 | + - #854 Hover when hold is true |
| 13 | + - #947 Toolbar moves to bottom if window is not wide enough |
| 14 | + - #1144 Support rc candidates in devel builds |
| 15 | + - #1157 Active tool underline doesn't line up with gray bar |
| 16 | + - #1160 X overflow doesn't trigger vertical scrollbar |
| 17 | + - #1175 Toolbar icons remain in "depressed" state even after toggled off |
| 18 | + - #1179 [tests] Test script does not handle release number version |
| 19 | + - #1187 [regression] Toolbar changes break grid plots |
| 20 | + - #1195 Gmap plot zoom broken and has positioning error |
| 21 | + - #1200 Fix query for conjuctions |
| 22 | + - #1203 Bokeh-server -d: double prints server configuration |
| 23 | + - #1219 Need to store document in decorator |
| 24 | + - #1222 [docs] Inaccurate docstrings for xaxis() and axis() in plotting.py |
| 25 | + - #1226 Support devel build with miniconda 3 |
| 26 | + - #1233 Use $.contains(...) to detect that element was added to dom |
| 27 | + - #1235 [docs] Bokehjs: website links and npm package not up to date (v.0.6) |
| 28 | + - #1237 [tests] Unpin matplotlib and delete mplexporter tests |
| 29 | + - #1249 Fix error instantiating close wrapper |
| 30 | + * features: |
| 31 | + - #992 Toolbar improvements |
| 32 | + - #1131 Button widgets |
| 33 | + - #1194 Expose google map type to python |
| 34 | + - #1197 Add glyphs/trail example (altitude profile + map) |
| 35 | + - #1216 Update version change script |
| 36 | + - #1223 [docs] Add axis labels to plots in tutorial |
| 37 | + * tasks: |
| 38 | + - #933 Make --build_js the default |
| 39 | + - #980 Complete hands on table |
| 40 | + - #1177 [docs] Add contributors.rst |
| 41 | + - #1180 [build] [docs] Updates to reflect not checking in bokehjs releases |
| 42 | + - #1181 Release 0.6.0 |
| 43 | + - #1182 [docs] Continue improving the 0.6 docs |
| 44 | + - #1185 Support ipython 2.2.0 in bokeh_magic |
| 45 | + - #1208 Cleanup some ugly code in bokehjs (part 1) |
| 46 | + - #1209 Remove pinning of requests |
| 47 | + - #1212 Remove unused imports, standardise import order, etc |
| 48 | + - #1215 Use one codepath for py2 and py3 |
| 49 | + - #1231 Code cleanup (part 2) |
| 50 | + - #1241 Task/docs 061 |
| 51 | + |
1 | 52 | 2014-09-09 0.6.0:
|
2 | 53 | --------------------
|
3 | 54 | * Abstract Rendering recipes for large data sets: isocontour, heatmap, hdalpha
|
|
0 commit comments