File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ Release notes
100
100
101
101
* The `DataMatrix ` variable now refers to `DataFrame `, will be removed within
102
102
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 `
103
110
* A `copy ` argument has been added to the `DataFrame ` constructor to avoid
104
111
unnecessary copying of data. Data is no longer copied by default when passed
105
112
into the constructor
You can’t perform that action at this time.
0 commit comments