Skip to content

Commit d7fd50c

Browse files
committed
whatsnew fixes
1 parent f085080 commit d7fd50c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/source/whatsnew/v0.22.0.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Backwards incompatible API changes
8888
Dependencies have increased minimum versions
8989
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9090

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`).
9292
If installed, we now require:
9393

9494
+-----------------+-----------------+----------+
@@ -98,8 +98,6 @@ If installed, we now require:
9898
+-----------------+-----------------+----------+
9999
| openpyxl | 2.4.0 | |
100100
+-----------------+-----------------+----------+
101-
| Cython | 0.24 | |
102-
+-----------------+-----------------+----------+
103101

104102

105103
.. _whatsnew_0220.api:
@@ -128,6 +126,7 @@ Other API Changes
128126
- :func:`Series.fillna` now raises a ``TypeError`` instead of a ``ValueError`` when passed a list, tuple or DataFrame as a ``value`` (:issue:`18293`)
129127
- :func:`pandas.DataFrame.merge` no longer casts a ``float`` column to ``object`` when merging on ``int`` and ``float`` columns (:issue:`16572`)
130128
- 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`)
131130

132131
.. _whatsnew_0220.deprecations:
133132

0 commit comments

Comments
 (0)