Skip to content

Commit a044ab9

Browse files
committed
DOC: whatsnew edits
1 parent 3152bdc commit a044ab9

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

doc/source/whatsnew/v0.18.0.txt

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0180:
22

3-
v0.18.0 (January ??, 2016)
4-
--------------------------
3+
v0.18.0 (February ??, 2016)
4+
---------------------------
55

66
This is a major release from 0.17.1 and includes a small number of API changes, several new features,
77
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
@@ -21,7 +21,7 @@ Highlights include:
2121
- ``pd.test()`` top-level nose test runner is available (:issue:`4327`)
2222
- Adding support for a ``RangeIndex`` as a specialized form of the ``Int64Index`` for memory savings, see :ref:`here <whatsnew_0180.enhancements.rangeindex>`.
2323

24-
Check the :ref:`API Changes <whatsnew_0180.api>` and :ref:`deprecations <whatsnew_0180.deprecations>` before updating.
24+
Check the :ref:`API Changes <whatsnew_0180.api_breaking>` and :ref:`deprecations <whatsnew_0180.deprecations>` before updating.
2525

2626
.. contents:: What's new in v0.18.0
2727
:local:
@@ -136,23 +136,6 @@ New Behavior:
136136
s.index
137137
s.index.nbytes
138138

139-
.. _whatsnew_0180.enhancements.other:
140-
141-
Other enhancements
142-
^^^^^^^^^^^^^^^^^^
143-
144-
- Handle truncated floats in SAS xport files (:issue:`11713`)
145-
- Added option to hide index in ``Series.to_string`` (:issue:`11729`)
146-
- ``read_excel`` now supports s3 urls of the format ``s3://bucketname/filename`` (:issue:`11447`)
147-
- A simple version of ``Panel.round()`` is now implemented (:issue:`11763`)
148-
- For Python 3.x, ``round(DataFrame)``, ``round(Series)``, ``round(Panel)`` will work (:issue:`11763`)
149-
- ``DataFrame`` has gained a ``_repr_latex_`` method in order to allow for automatic conversion to latex in a ipython/jupyter notebook using nbconvert. Options ``display.latex.escape`` and ``display.latex.longtable`` have been added to the configuration and are used automatically by the ``to_latex`` method. (:issue:`11778`)
150-
- ``sys.getsizeof(obj)`` returns the memory usage of a pandas object, including the
151-
values it contains (:issue:`11597`)
152-
- ``Series`` gained an ``is_unique`` attribute (:issue:`11946`)
153-
- ``DataFrame.quantile`` and ``Series.quantile`` now accept ``interpolation`` keyword (:issue:`10174`).
154-
- ``DataFrame.select_dtypes`` now allows the ``np.float16`` typecode (:issue:`11990`)
155-
156139
.. _whatsnew_0180.enhancements.rounding:
157140

158141
Datetimelike rounding
@@ -201,6 +184,23 @@ In addition, ``.round()``, ``.floor()`` and ``.ceil()`` will be available thru t
201184
s
202185
s.dt.round('D')
203186

187+
.. _whatsnew_0180.enhancements.other:
188+
189+
Other enhancements
190+
^^^^^^^^^^^^^^^^^^
191+
192+
- Handle truncated floats in SAS xport files (:issue:`11713`)
193+
- Added option to hide index in ``Series.to_string`` (:issue:`11729`)
194+
- ``read_excel`` now supports s3 urls of the format ``s3://bucketname/filename`` (:issue:`11447`)
195+
- A simple version of ``Panel.round()`` is now implemented (:issue:`11763`)
196+
- For Python 3.x, ``round(DataFrame)``, ``round(Series)``, ``round(Panel)`` will work (:issue:`11763`)
197+
- ``DataFrame`` has gained a ``_repr_latex_`` method in order to allow for automatic conversion to latex in a ipython/jupyter notebook using nbconvert. Options ``display.latex.escape`` and ``display.latex.longtable`` have been added to the configuration and are used automatically by the ``to_latex`` method. (:issue:`11778`)
198+
- ``sys.getsizeof(obj)`` returns the memory usage of a pandas object, including the
199+
values it contains (:issue:`11597`)
200+
- ``Series`` gained an ``is_unique`` attribute (:issue:`11946`)
201+
- ``DataFrame.quantile`` and ``Series.quantile`` now accept ``interpolation`` keyword (:issue:`10174`).
202+
- ``DataFrame.select_dtypes`` now allows the ``np.float16`` typecode (:issue:`11990`)
203+
204204
.. _whatsnew_0180.api_breaking:
205205

206206
Backwards incompatible API changes
@@ -540,6 +540,6 @@ Bug Fixes
540540
- Bug in ``Series`` constructor with read-only data (:issue:`11502`)
541541

542542
- Bug in ``.loc`` setitem indexer preventing the use of a TZ-aware DatetimeIndex (:issue:`12050`)
543-
- Big in ``.style`` indexes and multi-indexes not appearing (:issue:`11655`)
543+
- Bug in ``.style`` indexes and multi-indexes not appearing (:issue:`11655`)
544544

545545
- Bug in ``.skew`` and ``.kurt`` due to roundoff error for highly similar values (:issue:`11974`)

0 commit comments

Comments
 (0)