Skip to content

Commit 2638ab4

Browse files
DOC: fix warning + some stylistic corrections
1 parent 3f5bf06 commit 2638ab4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/release.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ Improvements to existing features
7171

7272
- perf improvements in Series datetime/timedelta binary operations (:issue:`5801`)
7373
- `option_context` context manager now available as top-level API (:issue:`5752`)
74-
- df.info() view now display dtype info per column (:issue: `5682`)
75-
- df.info() now honors option max_info_rows, disable null counts for large frames (:issue: `5974`)
74+
- df.info() view now display dtype info per column (:issue:`5682`)
75+
- df.info() now honors option max_info_rows, disable null counts for large frames (:issue:`5974`)
7676
- perf improvements in DataFrame ``count/dropna`` for ``axis=1``
77-
- Series.str.contains now has a `regex=False` keyword which can be faster for plain (non-regex) string patterns. (:issue: `5879`)
77+
- Series.str.contains now has a `regex=False` keyword which can be faster for plain (non-regex) string patterns. (:issue:`5879`)
7878
- support ``dtypes`` on ``Panel``
7979
- extend ``Panel.apply`` to allow arbitrary functions (rather than only ufuncs) (:issue:`1148`)
8080
allow multiple axes to be used to operate on slabs of a ``Panel``
@@ -114,9 +114,9 @@ Bug Fixes
114114
``MultiIndex`` (:issue:`5402`).
115115
- Bug in ``pd.read_msgpack`` with inferring a ``DateTimeIndex`` frequencey
116116
incorrectly (:issue:`5947`)
117-
- Fixed ``to_datetime`` for array with both Tz-aware datetimes and ``NaT``s (:issue:`5961`)
117+
- Fixed ``to_datetime`` for array with both Tz-aware datetimes and ``NaT``'s (:issue:`5961`)
118118
- Bug in rolling skew/kurtosis when passed a Series with bad data (:issue:`5749`)
119-
- Bug in scipy ``interpolate`` methods with a datetime index (:issue: `5975`)
119+
- Bug in scipy ``interpolate`` methods with a datetime index (:issue:`5975`)
120120
- Bug in NaT comparison if a mixed datetime/np.datetime64 with NaT were passed (:issue:`5968`)
121121

122122
pandas 0.13.0

0 commit comments

Comments
 (0)