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
+7-6
Original file line number
Diff line number
Diff line change
@@ -1241,7 +1241,7 @@ If indicated, a deprecation warning will be issued if you reference theses modul
1241
1241
Some new subpackages are created with public functionality that is not directly
1242
1242
exposed in the top-level namespace: ``pandas.errors``, ``pandas.plotting`` and
1243
1243
``pandas.testing`` (more details below). Together with ``pandas.api.types`` and
1244
-
certain functions in the ``pandas.io`` and ``pandas.tseries`` submodules,
1244
+
certain functions in the ``pandas.io`` and ``pandas.tseries`` submodules,
1245
1245
these are now the public subpackages.
1246
1246
1247
1247
@@ -1276,7 +1276,7 @@ The following are now part of this API:
1276
1276
``pandas.testing``
1277
1277
^^^^^^^^^^^^^^^^^^
1278
1278
1279
-
We are adding a standard module that exposes the public testing functions in ``pandas.testing`` (:issue:`9895`. Those functions can be used when writing tests for functionality using pandas objects.
1279
+
We are adding a standard module that exposes the public testing functions in ``pandas.testing`` (:issue:`9895`). Those functions can be used when writing tests for functionality using pandas objects.
1280
1280
1281
1281
The following testing functions are now part of this API:
1282
1282
@@ -1295,13 +1295,14 @@ A new public ``pandas.plotting`` module has been added that holds plotting funct
1295
1295
1296
1296
.. _whatsnew_0200.privacy.development:
1297
1297
1298
-
Other Developement Changes
1299
-
^^^^^^^^^^^^^^^^^^^^^^^^^^
1298
+
Other Development Changes
1299
+
^^^^^^^^^^^^^^^^^^^^^^^^^
1300
1300
1301
1301
- Building pandas for development now requires ``cython >= 0.23`` (:issue:`14831`)
1302
1302
- Require at least 0.23 version of cython to avoid problems with character encodings (:issue:`14699`)
1303
-
- Reorganization of timeseries tests (:issue:`14854`)
1304
-
- Reorganization of date converter tests (:issue:`15707`)
1303
+
- Switched the test framework to use `pytest <http://doc.pytest.org/en/latest>`__ (:issue:`13097`)
1304
+
- Reorganization of tests directory layout (:issue:`14854`, :issue:`15707`).
0 commit comments