8000 docs: update whatsnew 9.11 with all post-merge PRs by Copilot · Pull Request #15147 · ipython/ipython · GitHub
[go: up one dir, main page]

Skip to content

docs: update whatsnew 9.11 with all post-merge PRs#15147

Merged
Carreau merged 3 commits intomainfrom
copilot/update-whatsnew-ipython-9-10
Mar 4, 2026
Merged

docs: update whatsnew 9.11 with all post-merge PRs#15147
Carreau merged 3 commits intomainfrom
copilot/update-whatsnew-ipython-9-10

Conversation

Copy link
Contributor
Copilot AI commented Feb 26, 2026

The IPython 9.10 whatsnew section only covered 3 PRs from the initial write-up; 8 more were merged into the milestone afterward without documentation.

Changes to docs/source/whatsnew/version9.rst

Original prompt

Update docs/source/whatsnew/version9.rst for IPython 9.10

The IPython 9.10 section in docs/source/whatsnew/version9.rst was written when PR #15120 ("what's new in 9.10") was merged on 2026-02-02. Several more PRs have since been merged into the 9.10 milestone and need to be documented.

Current state

The current 9.10 section (lines 6–35 of version9.rst) lists only 3 PRs and a brief narrative:

.. _version 9.10:

IPython 9.10
============

This release includes improvements to history management during forking and formatting fixes.

- :ghpull:`15110` Fix Removing leading indentation when stripping prompt
- :ghpull:`15115` Stop HistorySavingThread before fork
- :ghpull:`15118` Add debug info for autoreload


History Thread Management Improvements
---------------------------------------

The `HistorySavingThread` is now properly stopped before process forking,
preventing threading issues in child processes. This ensures that history
operations work correctly when IPython is used in applications that perform
process forking.


Thanks
------

Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`_ for sponsoring
work on IPython.

As usual, you can find the full list of PRs on GitHub under `the 9.10
<https://github.com/ipython/ipython/milestone/159?closed=1>`__ milestone.

What needs to be added

The following PRs were merged into the 9.10 milestone after the whatsnew was written and must be documented:

What to do

Update the IPython 9.10 section in docs/source/whatsnew/version9.rst (BlobSha: 879e381ee97b296c4383b4b4f09021df99f8d6f7) to:

  1. Add all the new PRs to the bullet list at the top of the 9.10 section.
  2. Add appropriate narrative sections describing the notable new features/changes:
  3. Update the introductory description of the release to reflect the fuller picture.
  4. Keep the milestone link at the bottom: https://github.com/ipython/ipython/milestone/159?closed=1

Please follow the same RST style and formatting conventions as the rest of version9.rst. The PR bullet entries should use the :ghpull: role, e.g. :ghpull:\15073``.

The file to update is docs/source/whatsnew/version9.rst.

This pull request was created from Copilot chat.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…sections

Co-authored-by: Carreau <335567+Carreau@users.noreply.github.com>
Copilot AI changed the title [WIP] Update IPython 9.10 section in whatsnew document docs: update whatsnew 9.10 with all post-merge PRs Feb 26, 2026
@Carreau Carreau modified the milestones: 9.10, 9.11 Mar 4, 2026
@Carreau Carreau changed the title docs: update whatsnew 9.10 with all post-merge PRs docs: update whatsnew 9.11 with all post-merge PRs Mar 4, 2026
@Carreau Carreau marked this pull request as ready for review March 4, 2026 09:47
@Carreau Carreau merged commit 2de974e into main Mar 4, 2026
19 checks passed
@Carreau Carreau deleted the copilot/update-whatsnew-ipython-9-10 branch March 4, 2026 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

inline and deprecate the on_off util function.

2 participants

0