Skip to content

Commit dc64923

Browse files
committed
move summary to latest whatsnew doc
Code is now stable and updated. Attempt a port from doc/source/whatsnew/v1.5.0.rst over to latest document doc/source/whatsnew/v1.5.1.rst.
1 parent 5500240 commit dc64923

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

doc/source/whatsnew/v1.5.0.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -290,18 +290,6 @@ and attributes without holding entire tree in memory (:issue:`45442`).
290290
.. _`lxml's iterparse`: https://lxml.de/3.2/parsing.html#iterparse-and-iterwalk
291291
.. _`etree's iterparse`: https://docs.python.org/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.iterparse
292292

293-
.. _whatsnew_150.enhancements.optional_dependency_management:
294-
295-
Optional dependencies version management
296-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
297-
Optional pandas dependencies can be managed as extras in a requirements/setup file, for example:
298-
299-
.. code-block:: python
300-
301-
pandas[performance, aws]>=1.5.0
302-
303-
Available optional dependencies are ``[all, performance, computation, aws, gcp, excel, parquet, feather, hdf5, spss, postgresql, mysql, sql-other, html, xml, plot, output_formatting, compression, test]`` (:issue:`39164`)
304-
305293
.. _whatsnew_150.enhancements.other:
306294

307295
Other enhancements

doc/source/whatsnew/v1.5.1.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,20 @@ including other versions of pandas.
88

99
{{ header }}
1010

11-
.. ---------------------------------------------------------------------------
11+
.. --------------------------------------------------------------------------
12+
13+
.. _whatsnew_151.enhancements.optional_dependency_management:
14+
15+
Optional dependencies version management
16+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17+
Optional pandas dependencies can be managed as extras in a requirements/setup file, for example:
18+
19+
.. code-block:: python
20+
21+
pandas[performance, aws]>=1.5.1
22+
23+
Available optional dependencies are ``[all, performance, computation, timezone aws, gcp, excel, parquet, feather, hdf5,
24+
spss, postgresql, mysql, sql-other, html, xml, plot, output_formatting, compression, test]`` (:issue:`39164`)
1225

1326
.. _whatsnew_151.groupby_categorical_regr:
1427

0 commit comments

Comments
 (0)