Skip to content

Commit

Permalink
numexpr 2.4.6 requirement moved to other enhancements section
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesc Alted committed Feb 13, 2017
1 parent e45b742 commit 8bd4ed1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/source/whatsnew/v0.20.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ This is a major release from 0.19 and includes a small number of API changes, se
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
users upgrade to this version.

.. warning::

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`).

Highlights include:

- Building pandas for development now requires ``cython >= 0.23`` (:issue:`14831`)
Expand Down Expand Up @@ -157,11 +153,13 @@ Other enhancements
- ``Series/DataFrame.resample.asfreq`` have gained a ``fill_value`` parameter, to fill missing values during resampling (:issue:`3715`).
- ``pandas.tools.hashing`` has gained a ``hash_tuples`` routine, and ``hash_pandas_object`` has gained the ability to hash a ``MultiIndex`` (:issue:`15224`)
- ``Series/DataFrame.squeeze()`` have gained the ``axis`` parameter. (:issue:`15339`)
- ``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`).

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

.. _whatsnew_0200.api_breaking:


Backwards incompatible API changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 8bd4ed1

Please sign in to comment.