Skip to content

Commit 7f14b28

Browse files
Merge pull request #10338 from jorisvandenbossche/whatsnew0162
DOC: small clean up whatsnew 0.16.2
2 parents 51047d4 + c4db7ed commit 7f14b28

File tree

3 files changed

+21
-30
lines changed

3 files changed

+21
-30
lines changed

doc/source/options.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ More information can be found in the `ipython documentation
142142
pd.set_option('display.max_rows', 999)
143143
pd.set_option('precision', 5)
144144
145+
.. _options.frequently_used:
145146

146147
Frequently Used Options
147148
-----------------------

doc/source/release.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ pandas 0.16.2
5252

5353
This is a minor release from 0.16.1 and includes a large number of bug fixes
5454
along with several new features, enhancements, and performance improvements.
55-
A small number of API changes were necessary to fix existing bugs.
5655

5756
See the :ref:`v0.16.2 Whatsnew <whatsnew_0162>` overview for an extensive list
58-
of all API changes, enhancements and bugs that have been fixed in 0.16.2.
57+
of all enhancements and bugs that have been fixed in 0.16.2.
5958

6059
Thanks
6160
~~~~~~

doc/source/whatsnew/v0.16.2.txt

Lines changed: 19 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ v0.16.2 (June 12, 2015)
44
-----------------------
55

66
This is a minor bug-fix release from 0.16.1 and includes a a large number of
7-
bug fixes along several new features, enhancements, and performance improvements.
7+
bug fixes along some new features (:meth:`~DataFrame.pipe` method), enhancements, and performance improvements.
8+
89
We recommend that all users upgrade to this version.
910

1011
Highlights include:
1112

12-
- Documentation on how to use ``numba`` with *pandas*, see :ref:`here <enhancingperf.numba>`
1313
- A new ``pipe`` method, see :ref:`here <whatsnew_0162.enhancements.pipe>`
14+
- Documentation on how to use ``numba`` with *pandas*, see :ref:`here <enhancingperf.numba>`
1415

1516
Check the :ref:`API Changes <whatsnew_0162.api>` before updating.
1617

@@ -86,17 +87,26 @@ See the :ref:`documentation <basics.pipe>` for more. (:issue:`10129`)
8687
Other Enhancements
8788
^^^^^^^^^^^^^^^^^^
8889

89-
- Removed the duplicate scroll bars in the ``DataFrame`` HTML representation when displaying in an ``IPython notebook`` v3.0 or greater. Note that the notebook has a ``toggle output scrolling`` feature to automate the display of very large frames. (:issue:`10231`)
90+
- Removed the hard-coded size limits on the ``DataFrame`` HTML representation
91+
in the IPython notebook, and leave this to IPython itself (only for IPython
92+
v3.0 or greater). This eliminates the duplicate scroll bars that appeared in
93+
the notebook with large frames (:issue:`10231`).
94+
95+
Note that the notebook has a ``toggle output scrolling`` feature to limit the
96+
display of very large frames (by clicking left of the output).
97+
You can also configure the way DataFrames are displayed using the pandas
98+
options, see here :ref:`here <options.frequently_used>`.
99+
100+
- ``axis`` parameter of ``DataFrame.quantile`` now accepts also ``index``
101+
and ``column``. (:issue:`9543`)
90102

91103
.. _whatsnew_0162.api:
92104

93-
Other API Changes
94-
^^^^^^^^^^^^^^^^^
105+
API Changes
106+
~~~~~~~~~~~
95107

96108
- ``Holiday`` now raises ``NotImplementedError`` if both ``offset`` and ``observance`` are used in constructor instead of returning an incorrect result (:issue:`10217`).
97-
- ``axis`` parameter of ``DataFrame.quantile`` now accepts also ``index`` and``column``. (:issue:`9543`)
98109

99-
- Adding empty ``DataFrame``s results in a ``DataFrame`` that ``.equals`` an empty ``DataFrame`` (:issue:`10181`)
100110

101111
.. _whatsnew_0162.performance:
102112

@@ -116,61 +126,42 @@ Bug Fixes
116126
multi-indexed (:issue:`7212`)
117127
- Bug in ``Categorical`` repr with ``display.width`` of ``None`` in Python 3 (:issue:`10087`)
118128
- Bug in ``to_json`` with certain orients and a ``CategoricalIndex`` would segfault (:issue:`10317`)
119-
120129
- Bug where some of the nan funcs do not have consistent return dtypes (:issue:`10251`)
121-
122130
- Bug in ``DataFrame.quantile`` on checking that a valid axis was passed (:issue:`9543`)
123-
124131
- Bug in groupby.apply aggregation for Categorical not preserving categories (:issue:`10138`)
125132
- Bug in ``to_csv`` where ``date_format`` is ignored if the ``datetime`` is fractional (:issue:`10209`)
126133
- Bug in ``DataFrame.to_json`` with mixed data types (:issue:`10289`)
127-
128134
- Bug in cache updating when consolidating (:issue:`10264`)
129-
130135
- Bug in ``mean()`` where integer dtypes can overflow (:issue:`10172`)
131136
- Bug where Panel.from_dict does not set dtype when specified (:issue:`10058`)
132137
- Bug in ``Index.union`` raises ``AttributeError`` when passing array-likes. (:issue:`10149`)
133138
- Bug in ``Timestamp``'s' ``microsecond``, ``quarter``, ``dayofyear``, ``week`` and ``daysinmonth`` properties return ``np.int`` type, not built-in ``int``. (:issue:`10050`)
134139
- Bug in ``NaT`` raises ``AttributeError`` when accessing to ``daysinmonth``, ``dayofweek`` properties. (:issue:`10096`)
135-
136140
- Bug in Index repr when using the ``max_seq_items=None`` setting (:issue:`10182`).
137-
138141
- Bug in getting timezone data with ``dateutil`` on various platforms ( :issue:`9059`, :issue:`8639`, :issue:`9663`, :issue:`10121`)
139142
- Bug in display datetimes with mixed frequencies uniformly; display 'ms' datetimes to the proper precision. (:issue:`10170`)
140143
- Bug in ``setitem`` where type pormotion is applied to entire block (:issue:`10280`)
141-
142144
- Bug in ``Series`` arithmetic methods may incorrectly hold names (:issue:`10068`)
143-
144145
- Bug in ``GroupBy.get_group`` when grouping on multiple keys, one of which is categorical. (:issue:`10132`)
145-
146146
- Bug in ``DatetimeIndex`` and ``TimedeltaIndex`` names are lost after timedelta arithmetics ( :issue:`9926`)
147147
- Bug in ``DataFrame`` construction from nested ``dict`` with ``datetime64`` (:issue:`10160`)
148148
- Bug in ``Series`` construction from ``dict`` with ``datetime64`` keys (:issue:`9456`)
149149
- Bug in `Series.plot(label="LABEL")` not correctly setting the label (:issue:`10119`)
150-
151150
- Bug in `plot` not defaulting to matplotlib `axes.grid` setting (:issue:`9792`)
152-
153151
- Bug causing strings containing an exponent but no decimal to be parsed as ints instead of floats in python csv parser. (:issue:`9565`)
154-
155152
- Bug in ``Series.align`` resets ``name`` when ``fill_value`` is specified (:issue:`10067`)
156153
- Bug in ``read_csv`` causing index name not to be set on an empty DataFrame (:issue:`10184`)
157154
- Bug in ``SparseSeries.abs`` resets ``name`` (:issue:`10241`)
158155
- Bug in ``TimedeltaIndex`` slicing may reset freq (:issue:`10292`)
159-
160156
- Bug in GroupBy.get_group raises ValueError when group key contains NaT (:issue:`6992`)
161157
- Bug in ``SparseSeries`` constructor ignores input data name (:issue:`10258`)
162-
163158
- Bug in ``Categorical.remove_categories`` causing a ValueError when removing the ``NaN`` category if underlying dtype is floating-point (:issue:`10156`)
164-
165159
- Bug where infer_freq infers timerule (WOM-5XXX) unsupported by to_offset (:issue:`9425`)
166160
- Bug in ``DataFrame.to_hdf()`` where table format would raise a seemingly unrelated error for invalid (non-string) column names. This is now explicitly forbidden. (:issue:`9057`)
167-
- Bug to handle masking empty ``DataFrame``(:issue:`10126`)
168-
161+
- Bug to handle masking empty ``DataFrame`` (:issue:`10126`).
169162
- Bug where MySQL interface could not handle numeric table/column names (:issue:`10255`)
170-
171163
- Bug in ``read_csv`` with a ``date_parser`` that returned a ``datetime64`` array of other time resolution than ``[ns]`` (:issue:`10245`)
172-
173164
- Bug in ``Panel.apply`` when the result has ndim = 0 (:issue:`10332`)
174-
175165
- Bug in ``read_hdf`` where ``auto_close`` could not be passed (:issue:`9327`).
176166
- Bug in ``read_hdf`` where open stores could not be used (:issue:`10330`).
167+
- Bug in adding empty ``DataFrame``s, now results in a ``DataFrame`` that ``.equals`` an empty ``DataFrame`` (:issue:`10181`).

0 commit comments

Comments
 (0)