Skip to content

Commit 8e0976c

Browse files
committed
DOC: corrections in whatsnew/0.17.1
1 parent 971e6a7 commit 8e0976c

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

doc/source/release.rst

+16
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@ analysis / manipulation tool available in any language.
3737
* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
3838
* Documentation: http://pandas.pydata.org
3939

40+
pandas 0.17.1
41+
-------------
42+
43+
**Release date:** (November ??, 2015)
44+
45+
This is a minor release from 0.17.0 and includes a large number of bug fixes
46+
along with several new features, enhancements, and performance improvements.
47+
48+
Highlights include:
49+
50+
See the :ref:`v0.17.1 Whatsnew <whatsnew_0171>` overview for an extensive list
51+
of all enhancements and bugs that have been fixed in 0.17.1.
52+
53+
Thanks
54+
~~~~~~
55+
4056
pandas 0.17.0
4157
-------------
4258

doc/source/whatsnew/v0.17.1.txt

+2-9
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,10 @@ Highlights include:
1717

1818
Enhancements
1919
~~~~~~~~~~~~
20-
- ``DatetimeIndex`` now supports conversion to strings with astype(str)(:issue:`10442`)
21-
22-
- Support for ``compression`` (gzip/bz2) in :method:`DataFrame.to_csv` (:issue:`7615`)
23-
24-
.. _whatsnew_0171.enhancements.other:
20+
- ``DatetimeIndex`` now supports conversion to strings with astype(str) (:issue:`10442`)
2521

22+
- Support for ``compression`` (gzip/bz2) in :meth:`pandas.DataFrame.to_csv` (:issue:`7615`)
2623
- Improve the error message in :func:`pandas.io.gbq.to_gbq` when a streaming insert fails (:issue:`11285`)
27-
28-
Other Enhancements
29-
^^^^^^^^^^^^^^^^^^
30-
3124
- ``pd.read_*`` functions can now also accept :class:`python:pathlib.Path`, or :class:`py:py._path.local.LocalPath`
3225
objects for the ``filepath_or_buffer`` argument. (:issue:`11033`)
3326
- ``DataFrame`` now uses the fields of a ``namedtuple`` as columns, if columns are not supplied (:issue:`11181`)

0 commit comments

Comments
 (0)