|
| 1 | +.. _whatsnew_0162: |
| 2 | + |
| 3 | +v0.16.2 (June 12, 2015) |
| 4 | +----------------------- |
| 5 | + |
| 6 | +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. |
| 8 | +We recommend that all users upgrade to this version. |
| 9 | + |
| 10 | +Highlights include: |
| 11 | + |
| 12 | +Check the :ref:`API Changes <whatsnew_0162.api>` before updating. |
| 13 | + |
| 14 | +.. contents:: What's new in v0.16.2 |
| 15 | + :local: |
| 16 | + :backlinks: none |
| 17 | + |
| 18 | +.. _whatsnew_0162.enhancements: |
| 19 | + |
| 20 | +New features |
| 21 | +~~~~~~~~~~~~ |
| 22 | + |
| 23 | +.. _whatsnew_0162.enhancements.other: |
| 24 | + |
| 25 | +Other enhancements |
| 26 | +^^^^^^^^^^^^^^^^^^ |
| 27 | + |
| 28 | +- Fix undesired UX behavior of DataFrame output in IPython Notebook. (:issue:`10231`) |
| 29 | + |
| 30 | +.. _whatsnew_0162.api: |
| 31 | + |
| 32 | +Backwards incompatible API changes |
| 33 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 34 | + |
| 35 | +.. _whatsnew_0162.api_breaking: |
| 36 | + |
| 37 | +.. _whatsnew_0162.api_breaking.other: |
| 38 | + |
| 39 | +Other API Changes |
| 40 | +^^^^^^^^^^^^^^^^^ |
| 41 | + |
| 42 | +- ``Holiday`` now raises ``NotImplementedError`` if both ``offset`` and ``observance`` are used in constructor. (:issue:`102171`) |
| 43 | + |
| 44 | +.. _whatsnew_0162.performance: |
| 45 | + |
| 46 | +Performance Improvements |
| 47 | +~~~~~~~~~~~~~~~~~~~~~~~~ |
| 48 | + |
| 49 | +- Improved ``Series.resample`` performance with dtype=datetime64[ns] (:issue:`7754`) |
| 50 | + |
| 51 | +.. _whatsnew_0162.bug_fixes: |
| 52 | + |
| 53 | +Bug Fixes |
| 54 | +~~~~~~~~~ |
| 55 | + |
| 56 | +- Bug where read_hdf store.select modifies the passed columns list when |
| 57 | + multi-indexed (:issue:`7212`) |
| 58 | +- Bug in ``Categorical`` repr with ``display.width`` of ``None`` in Python 3 (:issue:`10087`) |
| 59 | + |
| 60 | + |
| 61 | +- Bug in ``mean()`` where integer dtypes can overflow (:issue:`10172`) |
| 62 | +- Bug where Panel.from_dict does not set dtype when specified (:issue:`10058`) |
| 63 | +- Bug in ``Index.union`` raises ``AttributeError`` when passing array-likes. (:issue:`10149`) |
| 64 | +- Bug in ``Timestamp``'s' ``microsecond``, ``quarter``, ``dayofyear``, ``week`` and ``daysinmonth`` properties return ``np.int`` type, not built-in ``int``. (:issue:`10050`) |
| 65 | +- Bug in ``NaT`` raises ``AttributeError`` when accessing to ``daysinmonth``, ``dayofweek`` properties. (:issue:`10096`) |
| 66 | + |
| 67 | + |
| 68 | +- Bug in getting timezone data with ``dateutil`` on various platforms ( :issue:`9059`, :issue:`8639`, :issue:`9663`, :issue:`10121`) |
| 69 | +- Bug in display datetimes with mixed frequencies uniformly; display 'ms' datetimes to the proper precision. (:issue:`10170`) |
| 70 | + |
| 71 | +- Bung in ``Series`` arithmetic methods may incorrectly hold names (:issue:`10068`) |
| 72 | + |
| 73 | +- Bug in ``DatetimeIndex`` and ``TimedeltaIndex`` names are lost after timedelta arithmetics ( :issue:`9926`) |
| 74 | + |
| 75 | + |
| 76 | +- Bug in `Series.plot(label="LABEL")` not correctly setting the label (:issue:`10119`) |
| 77 | + |
| 78 | +- Bug in `plot` not defaulting to matplotlib `axes.grid` setting (:issue:`9792`) |
| 79 | + |
| 80 | +- Bug in ``Series.align`` resets ``name`` when ``fill_value`` is specified (:issue:`10067`) |
| 81 | +- Bug in ``SparseSeries.abs`` resets ``name`` (:issue:`10241`) |
| 82 | + |
| 83 | + |
| 84 | +- Bug in GroupBy.get_group raises ValueError when group key contains NaT (:issue:`6992`) |
| 85 | + |
| 86 | + |
| 87 | +- Bug where infer_freq infers timerule (WOM-5XXX) unsupported by to_offset (:issue:`9425`) |
0 commit comments