File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Where to get it
25
25
pandas 0.6.0
26
26
============
27
27
28
- **Release date: ** Not yet released
28
+ **Release date: ** 11/25/2011
29
29
30
30
**API Changes **
31
31
@@ -91,7 +91,7 @@ pandas 0.6.0
91
91
- Show legend by default in `DataFrame.plot `, add `legend ` boolean flag (GH
92
92
#324)
93
93
- Significantly improved performance of `Series.order `, which also makes
94
- np.unique called in a Series faster (GH #327)
94
+ np.unique called on a Series faster (GH #327)
95
95
- Faster cythonized count by level in Series and DataFrame (GH #341)
96
96
- Raise exception if dateutil 2.0 installed on Python 2.x runtime (GH #346)
97
97
- Significant GroupBy performance enhancement with multiple keys with many
Original file line number Diff line number Diff line change 130
130
MAJOR = 0
131
131
MINOR = 6
132
132
MICRO = 0
133
- ISRELEASED = False
133
+ ISRELEASED = True
134
134
VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
135
135
QUALIFIER = ''
136
136
You can’t perform that action at this time.
0 commit comments