You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/RELEASE.rst b/RELEASE.rst
index a82e511..607be2e 100644
--- a/RELEASE.rst+++ b/RELEASE.rst@@ -41,6 +41,9 @@ pandas 0.8.0
- Add ``match`` function to API (#502)
- Add Cython-optimized first, last, min, max, prod functions to GroupBy (#994,
#1043)
+ - Dates can be split across multiple columns (#1227, #1186)+ - Add experimental support for converting pandas DataFrame to R data.frame+ via rpy2 (#350, #1212)
**Improvements to existing features**
@@ -53,6 +56,7 @@ pandas 0.8.0
- Can pass arrays in addition to column names to DataFrame.set_index (#402)
- Improve the speed of "square" reindexing of homogeneous DataFrame objects
by significant margin (#836)
+ - Handle more dtypes when passed MaskedArrays in DataFrame constructor (#406)
The text was updated successfully, but these errors were encountered:
However, we have many tests for that now in parse_dates.py test. @wesm, do you remember what the point of this test was since you were the one who added it?
If not, we can simply remove it and close this issue.
Any ideas on what this was supposed to be? (from 50ae526)
Came in a commit with release notes that said:
The text was updated successfully, but these errors were encountered: