Skip to content

Commit e6ff2ca

Browse files
committed
Updating CHANGELOG and release notes to 0.6.1.
1 parent d8aea90 commit e6ff2ca

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

CHANGELOG

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
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+
152
2014-09-09 0.6.0:
253
--------------------
354
* Abstract Rendering recipes for large data sets: isocontour, heatmap, hdalpha

sphinx/source/docs/release_notes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
Release Notes
55
#############
66

7+
v0.6.1 (Sep 2014)
8+
=================
9+
* Toolbar enhancements
10+
* bokeh-server fixes
11+
* Improved documentation
12+
* Button widgets
13+
* Google map support in the Python side
14+
* Code cleanup in the JS side and examples
15+
* New examples
16+
717
v0.6.0 (Sep 2014)
818
=================
919
* Abstract Rendering recipes for large data sets: isocontour, heatmap, hdalpha

0 commit comments

Comments
 (0)