Skip to content

Commit 8bd4ed1

Browse files
author
Francesc Alted
committed
numexpr 2.4.6 requirement moved to other enhancements section
1 parent e45b742 commit 8bd4ed1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/source/whatsnew/v0.20.0.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ This is a major release from 0.19 and includes a small number of API changes, se
77
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
88
users upgrade to this version.
99

10-
.. warning::
11-
12-
Due to important fixes and performance improvements, ``numexpr`` version is now required to be >= 2.4.6 and it will not be used at all if this requisite is not fullfilled (:issue:`15213`).
13-
1410
Highlights include:
1511

1612
- Building pandas for development now requires ``cython >= 0.23`` (:issue:`14831`)
@@ -157,11 +153,13 @@ Other enhancements
157153
- ``Series/DataFrame.resample.asfreq`` have gained a ``fill_value`` parameter, to fill missing values during resampling (:issue:`3715`).
158154
- ``pandas.tools.hashing`` has gained a ``hash_tuples`` routine, and ``hash_pandas_object`` has gained the ability to hash a ``MultiIndex`` (:issue:`15224`)
159155
- ``Series/DataFrame.squeeze()`` have gained the ``axis`` parameter. (:issue:`15339`)
156+
- ``numexpr`` version is now required to be >= 2.4.6 and it will not be used at all if this requisite is not fulfilled (:issue:`15213`).
160157

161158
.. _ISO 8601 duration: https://en.wikipedia.org/wiki/ISO_8601#Durations
162159

163160
.. _whatsnew_0200.api_breaking:
164161

162+
165163
Backwards incompatible API changes
166164
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
167165

0 commit comments

Comments
 (0)