File tree 2 files changed +18
-9
lines changed
2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,22 @@ analysis / manipulation tool available in any language.
37
37
* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
38
38
* Documentation: http://pandas.pydata.org
39
39
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
+
40
56
pandas 0.17.0
41
57
-------------
42
58
Original file line number Diff line number Diff line change @@ -17,17 +17,10 @@ Highlights include:
17
17
18
18
Enhancements
19
19
~~~~~~~~~~~~
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`)
25
21
22
+ - Support for ``compression`` (gzip/bz2) in :meth:`pandas.DataFrame.to_csv` (:issue:`7615`)
26
23
- Improve the error message in :func:`pandas.io.gbq.to_gbq` when a streaming insert fails (:issue:`11285`)
27
-
28
- Other Enhancements
29
- ^^^^^^^^^^^^^^^^^^
30
-
31
24
- ``pd.read_*`` functions can now also accept :class:`python:pathlib.Path`, or :class:`py:py._path.local.LocalPath`
32
25
objects for the ``filepath_or_buffer`` argument. (:issue:`11033`)
33
26
- ``DataFrame`` now uses the fields of a ``namedtuple`` as columns, if columns are not supplied (:issue:`11181`)
You can’t perform that action at this time.
0 commit comments