Skip to content

Commit 8a8ead6

Browse files
committed
DOC: v0.14.0.txt edits
1 parent 3e4d003 commit 8a8ead6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/source/v0.14.0.txt

+8-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ users upgrade to this version.
1111

1212
- Officially support Python 3.4
1313
- SQL interfaces updated to use ``sqlalchemy``, See :ref:`Here<whatsnew_0140.sql>`.
14+
- Display interface changes, See :ref:`Here<whatsnew_0140.display>`
1415
- MultiIndexing Using Slicers, See :ref:`Here<whatsnew_0140.slicers>`.
1516
- Ability to join a singly-indexed DataFrame with a multi-indexed DataFrame, see :ref:`Here <merging.join_on_mi>`
16-
- More consistency in groupby results and more flexible groupby specifications, see :ref:`Here <groupby.specify>`
17+
- More consistency in groupby results and more flexible groupby specifications, See :ref:`Here<whatsnew_0140.groupby>`
1718
- Holiday calendars are now supported in ``CustomBusinessDay``, see :ref:`Here <timeseries.holiday>`
1819
- Updated plotting options, See :ref:`Here<whatsnew_0140.plotting>`.
1920
- Performance doc section on I/O operations, See :ref:`Here <io.perf>`
@@ -22,8 +23,6 @@ users upgrade to this version.
2223

2324
- :ref:`API Changes <whatsnew_0140.api>`
2425

25-
- :ref:`Groupby API Changes <whatsnew_0140.groupby>`
26-
2726
- :ref:`Performance Improvements <whatsnew_0140.performance>`
2827

2928
- :ref:`Prior Deprecations <whatsnew_0140.prior_deprecations>`
@@ -198,6 +197,11 @@ API changes
198197
from 0.13.1
199198
- Added ``factorize`` functions to ``Index`` and ``Series`` to get indexer and unique values (:issue:`7090`)
200199

200+
.. _whatsnew_0140.display:
201+
202+
Display Changes
203+
~~~~~~~~~~~~~~~
204+
201205
.. _whatsnew_0140.groupby:
202206

203207
Groupby API Changes
@@ -594,7 +598,7 @@ Enhancements
594598
- `PeriodIndex` fully supports partial string indexing like `DatetimeIndex` (:issue:`7043`)
595599

596600
.. ipython:: python
597-
601+
598602
prng = period_range('2013-01-01 09:00', periods=100, freq='H')
599603
ps = Series(np.random.randn(len(prng)), index=prng)
600604
ps

0 commit comments

Comments
 (0)