Skip to content

Commit 5aa5ae6

Browse files
committed
DOC: whatsnew edits
1 parent 9ee2139 commit 5aa5ae6

File tree

1 file changed

+2
-39
lines changed

1 file changed

+2
-39
lines changed

doc/source/whatsnew/v0.17.1.txt

+2-39
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,10 @@ Performance Improvements
8282

8383
- Checking monotonic-ness before sorting on an index (:issue:`11080`)
8484
- ``Series.dropna`` performance improvement when its dtype can't contain ``NaN`` (:issue:`11159`)
85-
86-
8785
- Release the GIL on most datetime field operations (e.g. ``DatetimeIndex.year``, ``Series.dt.year``), normalization, and conversion to and from ``Period``, ``DatetimeIndex.to_period`` and ``PeriodIndex.to_timestamp`` (:issue:`11263`)
8886
- Release the GIL on some rolling algos (``rolling_median``, ``rolling_mean``, ``rolling_max``, ``rolling_min``, ``rolling_var``, ``rolling_kurt``, ``rolling_skew`` (:issue:`11450`)
8987
- Release the GIL when reading and parsing text files in ``read_csv``, ``read_table`` (:issue:`11272`)
9088
- Improved performance of ``rolling_median`` (:issue:`11450`)
91-
9289
- Improved performance to ``to_excel`` (:issue:`11352`)
9390
- Performance bug in repr of ``Categorical`` categories, which was rendering the strings before chopping them for display (:issue:`11305`)
9491
- Improved performance of ``Series`` constructor with no data and ``DatetimeIndex`` (:issue:`11433`)
@@ -104,66 +101,32 @@ Bug Fixes
104101
- Bug in ``HDFStore.append`` with strings whose encoded length exceded the max unencoded length (:issue:`11234`)
105102
- Bug in merging ``datetime64[ns, tz]`` dtypes (:issue:`11405`)
106103
- Bug in ``HDFStore.select`` when comparing with a numpy scalar in a where clause (:issue:`11283`)
107-
108104
- Bug in using ``DataFrame.ix`` with a multi-index indexer(:issue:`11372`)
109105
- Prevent adding new attributes to the accessors ``.str``, ``.dt`` and ``.cat``. Retrieving such
110106
a value was not possible, so error out on setting it. (:issue:`10673`)
111-
112-
113107
- Bug in tz-conversions with an ambiguous time and ``.dt`` accessors (:issue:`11295`)
114108
- Bug in comparisons of Series vs list-likes (:issue:`11339`)
115-
116-
117109
- Bug in ``DataFrame.replace`` with a ``datetime64[ns, tz]`` and a non-compat to_replace (:issue:`11326`, :issue:`11153`)
118-
119110
- Bug in list-like indexing with a mixed-integer Index (:issue:`11320`)
120-
121111
- Bug in ``pivot_table`` with ``margins=True`` when indexes are of ``Categorical`` dtype (:issue:`10993`)
122112
- Bug in ``DataFrame.plot`` cannot use hex strings colors (:issue:`10299`)
123-
124113
- Bug in ``DataFrame.drop_duplicates`` was a regression from 0.16.2, causing incorrect results on integer values (:issue:`11376`)
125-
126-
127114
- Bug in ``pd.eval`` where unary ops in a list error (:issue:`11235`)
128115
- Bug in ``squeeze()`` with zero length arrays (:issue:`11230`, :issue:`8999`)
129-
130116
- Bug in ``describe()`` dropping column names for hierarchical indexes (:issue:`11517`)
131-
132-
133-
134117
- Bug in ``DataFrame.pct_change()`` not propagating ``axis`` keyword on ``.fillna`` method (:issue:`11150`)
135-
136-
137-
138118
- Fix regression in setting of ``xticks`` in ``plot`` (:issue:`11529`).
139119
- Bug in ``holiday.dates`` where observance rules could not be applied to holiday and doc enhancement (:issue:`11477`, :issue:`11533`)
140-
141-
142-
143-
- Fix plotting issues when having plain ``Axes`` instances instead of
144-
``SubplotAxes`` (:issue:`11520`, :issue:`11556`).
145-
146-
147-
120+
- Fix plotting issues when having plain ``Axes`` instances instead of ``SubplotAxes`` (:issue:`11520`, :issue:`11556`).
148121
- Bug in ``DataFrame.to_latex()`` produces an extra rule when ``header=False`` (:issue:`7124`)
149122
- Bug in ``df.groupby(...).apply(func)`` when a func returns a ``Series`` containing a new datetimelike column (:issue:`11324`)
150-
151-
152123
- Bug in ``pandas.json`` when file to load is big (:issue:`11344`)
153124
- Bugs in ``to_excel`` with duplicate columns (:issue:`11007`, :issue:`10982`, :issue:`10970`)
154-
155-
- Fixed a bug that prevented the construction of an empty series of dtype
156-
``datetime64[ns, tz]`` (:issue:`11245`).
157-
125+
- Fixed a bug that prevented the construction of an empty series of dtype ``datetime64[ns, tz]`` (:issue:`11245`).
158126
- Bug in ``read_excel`` with multi-index containing integers (:issue:`11317`)
159-
160127
- Bug in ``to_excel`` with openpyxl 2.2+ and merging (:issue:`11408`)
161-
162128
- Bug in ``DataFrame.to_dict()`` produces a ``np.datetime64`` object instead of ``Timestamp`` when only datetime is present in data (:issue:`11327`)
163-
164-
165129
- Bug in ``DataFrame.corr()`` raises exception when computes Kendall correlation for DataFrames with boolean and not boolean columns (:issue:`11560`)
166-
167130
- Bug in the link-time error caused by C ``inline`` functions on FreeBSD 10+ (with ``clang``) (:issue:`10510`)
168131
- Bug in ``DataFrame.to_csv`` in passing through arguments for formatting ``MultiIndexes``, including ``date_format`` (:issue:`7791`)
169132
- Bug in ``DataFrame.join()`` with ``how='right'`` producing a ``TypeError`` (:issue:`11519`)

0 commit comments

Comments
 (0)