Skip to content

Commit c9f6f7e

Browse files
committed
removed 1.1 release note
1 parent 10147b0 commit c9f6f7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1034,8 +1034,11 @@ Missing
10341034
- :meth:`DataFrame.interpolate` uses the correct axis convention now. Previously interpolating along columns lead to interpolation along indices and vice versa. Furthermore interpolating with methods ``pad``, ``ffill``, ``bfill`` and ``backfill`` are identical to using these methods with :meth:`fillna` (:issue:`12918`, :issue:`29146`)
10351035
- Bug in :meth:`DataFrame.interpolate` when called on a DataFrame with column names of string type was throwing a ValueError. The method is no independing of the type of column names (:issue:`33956`)
10361036
- passing :class:`NA` will into a format string using format specs will now work. For example ``"{:.1f}".format(pd.NA)`` would previously raise a ``ValueError``, but will now return the string ``"<NA>"`` (:issue:`34740`)
1037+
<<<<<<< HEAD
10371038
- Bug in :meth:`SeriesGroupBy.transform` now correctly handles missing values for `dropna=False` (:issue:`35014`)
10381039
>>>>>>> 90e9b6a10... update whatnew + styling improvements
1040+
=======
1041+
>>>>>>> 8c11b6072... removed 1.1 release note
10391042

10401043
MultiIndex
10411044
^^^^^^^^^^

0 commit comments

Comments
 (0)