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.20.0.txt
+2-4
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,6 @@ This is a major release from 0.19 and includes a small number of API changes, se
7
7
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
8
8
users upgrade to this version.
9
9
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
-
14
10
Highlights include:
15
11
16
12
- Building pandas for development now requires ``cython >= 0.23`` (:issue:`14831`)
@@ -157,11 +153,13 @@ Other enhancements
157
153
- ``Series/DataFrame.resample.asfreq`` have gained a ``fill_value`` parameter, to fill missing values during resampling (:issue:`3715`).
158
154
- ``pandas.tools.hashing`` has gained a ``hash_tuples`` routine, and ``hash_pandas_object`` has gained the ability to hash a ``MultiIndex`` (:issue:`15224`)
159
155
- ``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`).
0 commit comments