We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3306fdf commit f835f94Copy full SHA for f835f94
RELEASE.rst
@@ -100,6 +100,13 @@ Release notes
100
101
* The `DataMatrix` variable now refers to `DataFrame`, will be removed within
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`
110
* A `copy` argument has been added to the `DataFrame` constructor to avoid
111
unnecessary copying of data. Data is no longer copied by default when passed
112
into the constructor
0 commit comments