Skip to content

Commit 0186cd2

Browse files
DOC: v0.15.0 edits
1 parent f098a86 commit 0186cd2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/v0.15.0.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ There are no prior version deprecations that are taking effect as of 0.15.0.
418418
Deprecations
419419
~~~~~~~~~~~~
420420

421-
The ``convert_dummies`` method has been deprecated in favor of
422-
``get_dummies``(:issue:`8140`)
421+
- The ``convert_dummies`` method has been deprecated in favor of
422+
``get_dummies`` (:issue:`8140`)
423423

424424
.. _whatsnew_0150.knownissues:
425425

@@ -473,8 +473,8 @@ Enhancements
473473

474474

475475
- The ``get_dummies`` method can now be used on DataFrames. By default only
476-
catagorical columns are encoded as 0's and 1's, while other columns are
477-
left untouched.
476+
catagorical columns are encoded as 0's and 1's, while other columns are
477+
left untouched.
478478

479479
.. ipython:: python
480480

@@ -585,7 +585,7 @@ Bug Fixes
585585
now handles non-unique columns and returns columns in original order
586586
(except for the case of two DataFrames with ``pairwise=False``, where behavior is unchanged) (:issue:`7542`)
587587
- Bug in :func:`rolling_count` and ``expanding_*`` functions unnecessarily producing error message for zero-length data (:issue:`8056`)
588-
- Bug in :func:`rolling_apply` and :func:`expanding_apply`` interpreting ``min_periods=0`` as ``min_periods=1 (:issue:`8080`)
588+
- Bug in :func:`rolling_apply` and :func:`expanding_apply` interpreting ``min_periods=0`` as ``min_periods=1`` (:issue:`8080`)
589589
- Bug in ``DataFrame.plot`` and ``Series.plot`` may ignore ``rot`` and ``fontsize`` keywords (:issue:`7844`)
590590

591591

0 commit comments

Comments
 (0)