|
1 | 1 | 2014-02-17 0.4.1: |
2 | 2 | -------------------- |
3 | | - * hover tool |
4 | | - * improved MPL |
| 3 | + * Improved matplotlib interface, including LineCollections and more examples |
5 | 4 | * Scala interface |
6 | | - * categorical axis |
| 5 | + * Support for categorical data, axes, and ranges |
| 6 | + * hover tool |
| 7 | + * improved interactions with Pan tool so it automatically triggers on |
| 8 | + mousedown |
| 9 | + * Added %bokeh magic for IPython Notebook |
7 | 10 | * enhancements: |
8 | | - - # 368 Offset Line Collection example |
9 | | - - # 367 Added line collection dashed example and the linestyle support. |
10 | 11 | - # 365 Removing setuptools |
11 | 12 | - # 362 Change Name="..." to title="..." in plotting/file/hover.py |
12 | | - - # 358 Hover tool functionality |
13 | | - - # 357 Add IPython notebook example with a random walk |
14 | | - - # 356 Added little explanation about running the test suite. |
15 | 13 | - # 355 Note about dependencies to install PyAudio successfully in debian-based systems |
16 | | - - # 352 ListCollection mpl-support |
17 | | - - # 350 Add a note about some libs underlying pyaudio in debian-based systems |
18 | | - - # 349 Deleted docs folder |
19 | | - - # 348 Avoid pylab and use the specific imports instead. |
20 | | - - # 347 Add a little hint about how to test the python side of bokeh |
21 | | - - # 344 Change command from grunt qunit to grunt test to run the test suite. |
22 | | - - # 342 Changed to grunt deploy to avoid missing minified scripts |
23 | | - - # 324 Added link to bokehjs/README |
24 | | - - # 338 Support for categorical ranges |
25 | 14 | - # 337 Simplify plotting module and make auto-documentable |
26 | 15 | - # 336 Added redis-server to note about low level dependencies. |
27 | 16 | - # 344 add elements data and example |
28 | | - - # 323 Fixed path to server examples. |
29 | | - - # 329 Update of six requirement to version 1.5.2. |
30 | 17 | - # 328 Added a note about the need of some low level dependencies. |
31 | | - - # 327 Added git clone command to the quickstart.md doc. |
32 | | - - # 326 Testing give me warning and force me to --force |
33 | 18 | - # 325 Change grunt devdeploy to grunt deploy |
34 | | - - # 324 Highlight the link to bokehjs README |
35 | | - - # 323 In QUICKSTART.md, we are pointing to the wrong example files. |
36 | 19 | - # 321 Add contributors.rst file |
37 | | - - # 319 Update six requirement to 1.5.2 |
38 | | - - # 318 Some systems need to have installed some low level libs... |
39 | | - - # 312 Automatically activate pan tool on mousedown |
40 | 20 | * bugfixes: |
41 | 21 | - # 354 Axes properties do not seem to update. |
42 | 22 | - # 320 Unable to execute: redis-server |
|
0 commit comments