Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba35f62

Browse files
committedOct 12, 2011
RLS: release notes
1 parent fbcbefd commit ba35f62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎RELEASE.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pandas 0.4.4
1212

1313
**New features / modules**
1414

15+
- Added `DataFrame.align` method with standard join options
1516
- Added `parse_dates` option to `read_csv` and `read_table` methods to
1617
optionally try to parse dates in the index columns
1718
- Added ability to join on multiple columns in `DataFrame.join` (GH #214)
@@ -35,6 +36,8 @@ pandas 0.4.4
3536
performance
3637
- Improved speed of `DataFrame.xs` on mixed-type DataFrame objects by about
3738
5x, regression from 0.3.0
39+
- With new `DataFrame.align` method, speeding up binary operations between
40+
differently-indexed DataFrame objects by 10-25%.
3841

3942
**Bug fixes**
4043

0 commit comments

Comments
 (0)
Please sign in to comment.