Skip to content

Commit 6c644e5

Browse files
lithomas1mattip
authored andcommitted
DOC: Prepare release notes for 2.1.0rc0 and remove 2.0.4 release notes (pandas-dev#54488)
* DOC: Prepare release notes for 2.1.0rc0 and remove 2.0.4 release notes * Update v2.1.0.rst * Update index.rst
1 parent 5122e68 commit 6c644e5

File tree

4 files changed

+2
-79
lines changed

4 files changed

+2
-79
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
env:
176176
PATTERN: 'single_cpu'
177177
PYTEST_WORKERS: 0
178-
if: ${{ matrix.pattern == '' && (always() && steps.build.outcome == 'success')}}
178+
if: ${{ matrix.pattern == '' && (always() && steps.build.outcome == 'success') }}
179179

180180
macos-windows:
181181
timeout-minutes: 180

doc/source/whatsnew/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Version 2.0
2424
.. toctree::
2525
:maxdepth: 2
2626

27-
v2.0.4
2827
v2.0.3
2928
v2.0.2
3029
v2.0.1

doc/source/whatsnew/v2.0.4.rst

Lines changed: 0 additions & 41 deletions
This file was deleted.

doc/source/whatsnew/v2.1.0.rst

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_210:
22

3-
What's new in 2.1.0 (Month XX, 2023)
3+
What's new in 2.1.0 (Aug 11, 2023)
44
--------------------------------------
55

66
These are the changes in pandas 2.1.0. See :ref:`release` for a full changelog
@@ -260,7 +260,6 @@ Other enhancements
260260
- :meth:`DataFrame.to_parquet` and :func:`read_parquet` will now write and read ``attrs`` respectively (:issue:`54346`)
261261
- Added support for the DataFrame Consortium Standard (:issue:`54383`)
262262
- Performance improvement in :meth:`.GroupBy.quantile` (:issue:`51722`)
263-
-
264263

265264
.. ---------------------------------------------------------------------------
266265
.. _whatsnew_210.notable_bug_fixes:
@@ -270,16 +269,6 @@ Notable bug fixes
270269

271270
These are bug fixes that might have notable behavior changes.
272271

273-
.. _whatsnew_210.notable_bug_fixes.notable_bug_fix1:
274-
275-
notable_bug_fix1
276-
^^^^^^^^^^^^^^^^
277-
278-
.. _whatsnew_210.notable_bug_fixes.notable_bug_fix2:
279-
280-
notable_bug_fix2
281-
^^^^^^^^^^^^^^^^
282-
283272
.. ---------------------------------------------------------------------------
284273
.. _whatsnew_210.api_breaking:
285274

@@ -361,14 +350,6 @@ If installed, we now require:
361350
+----------------------+-----------------+----------+---------+
362351

363352
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
364-
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
365-
Optional libraries below the lowest tested version may still work, but are not considered supported.
366-
367-
+-----------------+-----------------+---------+
368-
| Package | Minimum Version | Changed |
369-
+=================+=================+=========+
370-
| | | X |
371-
+-----------------+-----------------+---------+
372353

373354
See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more.
374355

@@ -377,7 +358,6 @@ See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for mor
377358
Other API changes
378359
^^^^^^^^^^^^^^^^^
379360
- :class:`arrays.PandasArray` has been renamed ``NumpyExtensionArray`` and the attached dtype name changed from ``PandasDtype`` to ``NumpyEADtype``; importing ``PandasArray`` still works until the next major version (:issue:`53694`)
380-
-
381361

382362
.. ---------------------------------------------------------------------------
383363
.. _whatsnew_210.deprecations:
@@ -602,7 +582,6 @@ Other Deprecations
602582
- Deprecated values "pad", "ffill", "bfill", "backfill" for :meth:`Series.interpolate` and :meth:`DataFrame.interpolate`, use ``obj.ffill()`` or ``obj.bfill()`` instead (:issue:`53581`)
603583
- Deprecated the behavior of :meth:`Index.argmax`, :meth:`Index.argmin`, :meth:`Series.argmax`, :meth:`Series.argmin` with either all-NAs and skipna=True or any-NAs and skipna=False returning -1; in a future version this will raise ``ValueError`` (:issue:`33941`, :issue:`33942`)
604584
- Deprecated allowing non-keyword arguments in :meth:`DataFrame.to_sql` except ``name``. (:issue:`54229`)
605-
-
606585

607586
.. ---------------------------------------------------------------------------
608587
.. _whatsnew_210.performance:
@@ -667,7 +646,6 @@ Categorical
667646
- Bug in :meth:`CategoricalIndex.remove_categories` where ordered categories would not be maintained (:issue:`53935`).
668647
- Bug in :meth:`Series.astype` with ``dtype="category"`` for nullable arrays with read-only null value masks (:issue:`53658`)
669648
- Bug in :meth:`Series.map` , where the value of the ``na_action`` parameter was not used if the series held a :class:`Categorical` (:issue:`22527`).
670-
-
671649

672650
Datetimelike
673651
^^^^^^^^^^^^
@@ -694,13 +672,11 @@ Timedelta
694672
- Bug in :meth:`Timedelta.__hash__`, raising an ``OutOfBoundsTimedelta`` on certain large values of second resolution (:issue:`54037`)
695673
- Bug in :meth:`Timedelta.round` with values close to the implementation bounds returning incorrect results instead of raising ``OutOfBoundsTimedelta`` (:issue:`51494`)
696674
- Bug in :meth:`arrays.TimedeltaArray.map` and :meth:`TimedeltaIndex.map`, where the supplied callable operated array-wise instead of element-wise (:issue:`51977`)
697-
-
698675

699676
Timezones
700677
^^^^^^^^^
701678
- Bug in :func:`infer_freq` that raises ``TypeError`` for ``Series`` of timezone-aware timestamps (:issue:`52456`)
702679
- Bug in :meth:`DatetimeTZDtype.base` that always returns a NumPy dtype with nanosecond resolution (:issue:`52705`)
703-
-
704680

705681
Numeric
706682
^^^^^^^
@@ -732,7 +708,6 @@ Conversion
732708
Strings
733709
^^^^^^^
734710
- Bug in :meth:`Series.str` that did not raise a ``TypeError`` when iterated (:issue:`54173`)
735-
-
736711

737712
Interval
738713
^^^^^^^^
@@ -753,7 +728,6 @@ Missing
753728
- Bug in :meth:`Series.idxmin`, :meth:`Series.idxmax`, :meth:`DataFrame.idxmin`, :meth:`DataFrame.idxmax` with a :class:`DatetimeIndex` index containing ``NaT`` incorrectly returning ``NaN`` instead of ``NaT`` (:issue:`43587`)
754729
- Bug in :meth:`Series.interpolate` and :meth:`DataFrame.interpolate` failing to raise on invalid ``downcast`` keyword, which can be only ``None`` or "infer" (:issue:`53103`)
755730
- Bug in :meth:`Series.interpolate` and :meth:`DataFrame.interpolate` with complex dtype incorrectly failing to fill ``NaN`` entries (:issue:`53635`)
756-
-
757731

758732
MultiIndex
759733
^^^^^^^^^^
@@ -797,7 +771,6 @@ Plotting
797771
^^^^^^^^
798772
- Bug in :meth:`Series.plot` when invoked with ``color=None`` (:issue:`51953`)
799773
- Fixed UserWarning in :meth:`DataFrame.plot.scatter` when invoked with ``c="b"`` (:issue:`53908`)
800-
-
801774

802775
Groupby/resample/rolling
803776
^^^^^^^^^^^^^^^^^^^^^^^^
@@ -843,13 +816,11 @@ Reshaping
843816
- Bug in :meth:`DataFrame.transpose` inferring dtype for object column (:issue:`51546`)
844817
- Bug in :meth:`Series.combine_first` converting ``int64`` dtype to ``float64`` and losing precision on very large integers (:issue:`51764`)
845818
- Bug when joining empty :class:`DataFrame` objects, where the joined index would be a :class:`RangeIndex` instead of the joined index type (:issue:`52777`)
846-
-
847819

848820
Sparse
849821
^^^^^^
850822
- Bug in :class:`SparseDtype` constructor failing to raise ``TypeError`` when given an incompatible ``dtype`` for its subtype, which must be a ``numpy`` dtype (:issue:`53160`)
851823
- Bug in :meth:`arrays.SparseArray.map` allowed the fill value to be included in the sparse values (:issue:`52095`)
852-
-
853824

854825
ExtensionArray
855826
^^^^^^^^^^^^^^
@@ -865,14 +836,12 @@ ExtensionArray
865836
Styler
866837
^^^^^^
867838
- Bug in :meth:`Styler._copy` calling overridden methods in subclasses of :class:`Styler` (:issue:`52728`)
868-
-
869839

870840
Metadata
871841
^^^^^^^^
872842
- Fixed metadata propagation in :meth:`DataFrame.max`, :meth:`DataFrame.min`, :meth:`DataFrame.prod`, :meth:`DataFrame.mean`, :meth:`Series.mode`, :meth:`DataFrame.median`, :meth:`DataFrame.sem`, :meth:`DataFrame.skew`, :meth:`DataFrame.kurt` (:issue:`28283`)
873843
- Fixed metadata propagation in :meth:`DataFrame.squeeze`, and :meth:`DataFrame.describe` (:issue:`28283`)
874844
- Fixed metadata propagation in :meth:`DataFrame.std` (:issue:`28283`)
875-
-
876845

877846
Other
878847
^^^^^
@@ -900,10 +869,6 @@ Other
900869
- Fixed incorrect ``__name__`` attribute of ``pandas._libs.json`` (:issue:`52898`)
901870
- The minimum version of Cython needed to compile pandas is now ``3.0.0`` (:issue:`54335`)
902871

903-
.. ***DO NOT USE THIS SECTION***
904-
905-
-
906-
907872
.. ---------------------------------------------------------------------------
908873
.. _whatsnew_210.contributors:
909874

0 commit comments

Comments
 (0)