Skip to content

Commit f835f94

Browse files
committed
updated release notes
1 parent 3306fdf commit f835f94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASE.rst

+7
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ Release notes
100100

101101
* The `DataMatrix` variable now refers to `DataFrame`, will be removed within
102102
two releases
103+
* Cython is now required to build `pandas` from a development branch. This was
104+
done to avoid continuing to check in cythonized C files into source
105+
control. Builds from released source distributions will not require Cython
106+
* Cython extension modules have been renamed and promoted from the `lib`
107+
subpackage to the top level, i.e.
108+
* `pandas.lib.tseries` -> `pandas._tseries`
109+
* `pandas.lib.sparse` -> `pandas._sparse`
103110
* A `copy` argument has been added to the `DataFrame` constructor to avoid
104111
unnecessary copying of data. Data is no longer copied by default when passed
105112
into the constructor

0 commit comments

Comments
 (0)