File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-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.8.0
26
26
============
27
27
28
- **Release date: ** NOT YET RELEASED
28
+ **Release date: ** 6/22/2012
29
29
30
30
**New features **
31
31
@@ -203,6 +203,7 @@ pandas 0.8.0
203
203
- Fix unicode serialization issue in HDFStore (#1361)
204
204
- Pass keywords to pyplot.boxplot in DataFrame.boxplot (#1493)
205
205
- Bug fixes in MonthBegin (#1483)
206
+ - Preserve MultiIndex names in drop (#1513)
206
207
207
208
pandas 0.7.3
208
209
============
Original file line number Diff line number Diff line change 174
174
MAJOR = 0
175
175
MINOR = 8
176
176
MICRO = 0
177
- ISRELEASED = False
177
+ ISRELEASED = True
178
178
VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
179
- QUALIFIER = 'b2 '
179
+ QUALIFIER = 'rc1 '
180
180
181
181
FULLVERSION = VERSION
182
182
if not ISRELEASED :
You can’t perform that action at this time.
0 commit comments