Skip to content

Commit d4fb074

Browse files
committed
DOC: whatsnew fixes
1 parent db12255 commit d4fb074

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/source/release.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ Highlights include:
5555
- API breaking change to the ``.resample`` method to make it more ``.groupby``
5656
like, see :ref:`here <whatsnew_0180.breaking.resample>`.
5757
- Removal of support for positional indexing with floats, which was deprecated
58-
since 0.14.0. This will now raise a ``TypeError``, see :ref:`here <whatsnew_0180.enhancements.float_indexers>`.
58+
since 0.14.0. This will now raise a ``TypeError``, see :ref:`here <whatsnew_0180.float_indexers>`.
5959
- The ``.to_xarray()`` function has been added for compatibility with the
6060
`xarray package <http://xarray.pydata.org/en/stable/>`__, see :ref:`here <whatsnew_0180.enhancements.xarray>`.
61+
- The ``read_sas`` function has been enhanced to read ``sas7bdat`` files, see :ref:`here <whatsnew_0180.enhancements.sas>`.
6162
- Addition of the :ref:`.str.extractall() method <whatsnew_0180.enhancements.extract>`,
6263
and API changes to the :ref:`.str.extract() method <whatsnew_0180.enhancements.extract>`
6364
and :ref:`.str.cat() method <whatsnew_0180.enhancements.strcat>`.

doc/source/whatsnew/v0.18.0.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,10 @@ method. See the :ref:`options documentation<options>` for more info.
406406

407407
.. _whatsnew_0180.enhancements.sas:
408408

409-
SAS7BDAT files
410-
^^^^^^^^^^^^^^
409+
read_sas changes
410+
^^^^^^^^^^^^^^^^
411411

412-
Pandas can now read SAS7BDAT files, including compressed files. The files can be read in entirety, or incrementally. For full details see :ref:`here <io.sas>`. (issue:`4052`)
412+
``read_sas`` has gained the ability to read SAS7BDAT files, including compressed files. The files can be read in entirety, or incrementally. For full details see :ref:`here <io.sas>`. (issue:`4052`)
413413

414414
.. _whatsnew_0180.enhancements.other:
415415

@@ -1119,4 +1119,4 @@ Bug Fixes
11191119

11201120
- Bug in ``DataFrame.apply`` in which reduction was not being prevented for cases in which ``dtype`` was not a numpy dtype (:issue:`12244`)
11211121
- Bug when initializing categorical series with a scalar value. (:issue:`12336`)
1122-
- Bug when specifying a UTC ``DatetimeIndex`` by setting ``utc=True`` in ``.to_datetime`` (:issue:11934)
1122+
- Bug when specifying a UTC ``DatetimeIndex`` by setting ``utc=True`` in ``.to_datetime`` (:issue:`11934`)

0 commit comments

Comments
 (0)