Skip to content

Commit 68c9807

Browse files
committed
DOC: v0.14.1.txt fixes
1 parent c05f17e commit 68c9807

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/source/v0.14.1.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ Enhancements
136136
Performance
137137
~~~~~~~~~~~
138138
- Improvements in dtype inference for numeric operations involving yielding performance gains for dtypes: ``int64``, ``timedelta64``, ``datetime64`` (:issue:`7223`)
139-
- Improvements in Series.transform for signifcant performance gains (:issue`6496`)
140-
- Improvements in DataFrame.transform with ufuncs and built-in grouper functions for signifcant performance gains (:issue`7383`)
139+
- Improvements in Series.transform for significant performance gains (:issue:`6496`)
140+
- Improvements in DataFrame.transform with ufuncs and built-in grouper functions for signifcant performance gains (:issue:`7383`)
141141

142142

143143

@@ -195,8 +195,7 @@ Bug Fixes
195195
- Bug in ``.loc`` with a list of indexers on a single-multi index level (that is not nested) (:issue:`7349`)
196196
- Bug in ``Series.map`` when mapping a dict with tuple keys of different lengths (:issue:`7333`)
197197
- Bug all ``StringMethods`` now work on empty Series (:issue:`7242`)
198-
- Fix delegation of `read_sql` to `read_sql_query` when query does not contain
199-
'select' (:issue:`7324`).
198+
- Fix delegation of `read_sql` to `read_sql_query` when query does not contain 'select' (:issue:`7324`).
200199
- Bug where a string column name assignment to a ``DataFrame`` with a
201200
``Float64Index`` raised a ``TypeError`` during a call to ``np.isnan``
202201
(:issue:`7366`).

0 commit comments

Comments
 (0)