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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.22.0.txt
+2-3
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Backwards incompatible API changes
88
88
Dependencies have increased minimum versions
89
89
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
90
90
91
-
We have updated our minimum supported versions of dependencies (:issue:`15184`, :issue:`18613`).
91
+
We have updated our minimum supported versions of dependencies (:issue:`15184`).
92
92
If installed, we now require:
93
93
94
94
+-----------------+-----------------+----------+
@@ -98,8 +98,6 @@ If installed, we now require:
98
98
+-----------------+-----------------+----------+
99
99
| openpyxl | 2.4.0 | |
100
100
+-----------------+-----------------+----------+
101
-
| Cython | 0.24 | |
102
-
+-----------------+-----------------+----------+
103
101
104
102
105
103
.. _whatsnew_0220.api:
@@ -128,6 +126,7 @@ Other API Changes
128
126
- :func:`Series.fillna` now raises a ``TypeError`` instead of a ``ValueError`` when passed a list, tuple or DataFrame as a ``value`` (:issue:`18293`)
129
127
- :func:`pandas.DataFrame.merge` no longer casts a ``float`` column to ``object`` when merging on ``int`` and ``float`` columns (:issue:`16572`)
130
128
- The default NA value for :class:`UInt64Index` has changed from 0 to ``NaN``, which impacts methods that mask with NA, such as ``UInt64Index.where()`` (:issue:`18398`)
129
+
- Building pandas for development now requires ``cython >= 0.24`` (:issue:`18613`)
0 commit comments