Skip to content

Commit 3a528c4

Browse files
committed
DOC: release notes
1 parent 9ada28a commit 3a528c4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,19 @@ pandas 0.6.1
3636
- Add new `get_value` and `set_value` methods to Series, DataFrame, and Panel
3737
to very low-overhead access to scalar elements. df.get_value(row, column)
3838
is about 3x faster than df[column][row] by handling fewer cases (GH #437)
39+
- Add Qt table widget to sandbox (PR #435)
40+
3941

4042
**Improvements to existing features**
43+
4144
- Improve memory usage of `DataFrame.describe` (do not copy data
4245
unnecessarily) (PR #425)
4346
- Use same formatting function for outputting floating point Series to console
4447
as in DataFrame (PR #420)
4548
- DataFrame.delevel will try to infer better dtype for new columns (GH #440)
4649
- Exclude non-numeric types in DataFrame.{corr, cov}
4750
- Override Index.astype to enable dtype casting (GH #412)
51+
- Use same float formatting function for Series.__repr__ (PR #420)
4852

4953
**Bug fixes**
5054

@@ -62,7 +66,10 @@ pandas 0.6.1
6266
Thanks
6367
------
6468
- Ralph Bean
69+
- Luca Betrame
70+
- Jev Kuznetsov
6571
- Wouter Overmeire
72+
- Fernando Perez
6673
- Joon Ro
6774
- Chang She
6875
- Chris Uga

pandas/tests/test_daterange.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,4 +326,3 @@ def _skip_if_no_pytz():
326326
import nose
327327
nose.runmodule(argv=[__file__,'-vvs','-x','--pdb', '--pdb-failure'],
328328
exit=False)
329-

0 commit comments

Comments
 (0)