{
  "__type": "IngestedDoc",
  "__tag": 4010,
  "_content": {},
  "_ordered_sections": [],
  "item_file": null,
  "item_line": null,
  "item_type": null,
  "aliases": [],
  "example_section_data": {
    "__type": "Section",
    "__tag": 4015,
    "children": [],
    "title": [],
    "level": 0,
    "target": null
  },
  "see_also": [],
  "signature": null,
  "references": null,
  "qa": "whatsnew:version8",
  "arbitrary": [
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "8.x Series"
        }
      ],
      "level": 0,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This release includes fixes for the tab completer and LLM completer backported from IPython 9.4:"
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": false,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14910"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14910",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Eliminate startup delay when LLM completion provider is configured"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14898"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14898",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Fix attribute completion for expressions with comparison operators"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.37"
        }
      ],
      "level": 1,
      "target": "version 8.37"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This is a small release with minor changes in the context passed to the LLM completion provider and a fix for interruption of execution magics:"
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": false,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14890"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14890",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Fixed interruption of "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%%time"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " and "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%%debug"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " magics"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14877"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14877",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Removed spurious empty lines from "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "prefix"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " passed to LLM, and separated part after cursor into the "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "suffix"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.36"
        }
      ],
      "level": 1,
      "target": "version 8.36"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This small early April release includes a few backports of bug fixes for tab and LLM completions:"
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": false,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14838"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14838",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Fixed tab-completion of global variables in lines with a dot when jedi is off"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14846"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14846",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Fixed LLM request number always being set to zero and removed spurious logging"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14851"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14851",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Passes current input history to LLMs"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.35"
        }
      ],
      "level": 1,
      "target": "version 8.35"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This tiny beginning of March release included two bug fixes:"
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": false,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14823"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14823",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Fixed right arrow incorrectly accepting invisible auto-suggestions"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14828"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14828",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Fixed Qt backend crash"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "along with a backport of improved documentation and configurability of LLM completions."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.34"
        }
      ],
      "level": 1,
      "target": "version 8.34"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This small end of February release included a few backports of bug fixes and minor enhancements:"
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": false,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14717"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14717",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Fixed auto-suggestion on Prompt Toolkit < 3.0.49"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14738"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14738",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Fixed Python 3.13 compatibility of "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "local_ns"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14700"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14700",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Improved Qt object management and performance"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14790"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14790",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Better documentation and configurability of LLM completions"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.33"
        }
      ],
      "level": 1,
      "target": "version 8.33"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Medium release of IPython for this end of January and this new year 2025. This is now a different branch than the main branch, and will only accumulate bugfixes and small improvements and requested backports, while 9.0 forges ahead."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We'll note 4 bugfixes and an and unstable preview feature."
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": false,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14640"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14640",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Fixes an error were a warning about virtualenvs was incorrectly triggered."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14684"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14684",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Fixes an issue on Python 3.12+ with post mortem debugging."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14693"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14693",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Fixes a bug where magics were ignoring SIGINT"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14695"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14695",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Fixes an issue where magics would not display all subprocess output."
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As a preview feature, look into the "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "examples"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " folder on how to configure autosuggestion using a large language model. This is not yet ready for production use, has only partial documentation and can change without warning, but should allow you to hook in a Jupyter-ai LLM provider to suggest code in the CLI (currently only via a keyboard shortcut). See "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14623"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14623",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for more details until further documentation is available in 9.0."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.32"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/140?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.32"
        }
      ],
      "level": 1,
      "target": "version 8.32"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Dora Rudolfine Richter"
                }
              ],
              "url": "https://en.wikipedia.org/wiki/Dora_Richter",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " 1892–1966 was a German trans woman and the first known person to undergo complete male-to-female gender-affirming surgery. After fleeing Nazi Germany, she lived in Czechoslovakia where she obtained her full legal name change in April 1934. She moved back to Germany in 1946 with the expulsion of Germans from Czechoslovakia where she lived until her death at the age of 74 in April 1966."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "For something completely different"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to everyone who helped with the 8.32 release and working toward 9.0."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks as well to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries, in particular the work around LLM integration."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Thanks"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Small release for this end of December; This release contains only two notable changes:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14594"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14594",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix completion in tuples, where the completion was     suggesting tuples methods instead of methods and attributes of the current     element."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14598"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14598",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix  pdb issue with Python 3.13.1, this fix is not perfect     (see "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14620"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/issues/14620",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ") but should be sufficient for now."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.31"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/138?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.31"
        }
      ],
      "level": 1,
      "target": "version 8.31"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The current main branch is now on it's way to be 9.0; do not expect many new features but a large codebase refactor, and cleanup with many deprecated code removed, and more aggressive codestyle enforcement."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Road to 9.0"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Emmy Noether"
                }
              ],
              "url": "https://en.wikipedia.org/wiki/Emmy_Noether",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " was a German mathematician who made groundbreaking contributions to abstract algebra and theoretical physics. Her work on Noether's theorem, which describes the relationship between symmetries and conservation laws, has had a profound impact on the development of modern physics. Noether's work was largely overlooked during her lifetime, but her legacy as one of the most important mathematicians of the 20th century has been recognized and celebrated in recent years."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "For something completely different"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks as well to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Thanks"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Small release for this end of november;"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14579"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14579",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " improve the documentatation for custom IPython formatters, and how    you can register formatters for custom mime types."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14580"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14580",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " fix a bug in which commands that were not assigned a shortcut    could not be assigned one."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#12690"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/12690",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " fix a bug in which a single "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "/"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " on an empty line would not be    an error. This is due to the "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "autocall"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " behavior that we are thinking of    deprecating."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The rest of the PRs are mostly maintenance and documentation improvements."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.30"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/137?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.30"
        }
      ],
      "level": 1,
      "target": "version 8.30"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Ada Lovelace"
                }
              ],
              "url": "https://en.wikipedia.org/wiki/Ada_Lovelace",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is considered the first computer programmer. In the 1840s, she wrote what is recognized as the first algorithm intended to be processed by a machine - Charles Babbage's proposed Analytical Engine. Her notes included what would today be called a computer program, making her the first programmer in history. She also uniquely understood that computers could go beyond mere calculation and could be used to create music or art - a visionary insight that was far ahead of her time. Despite living in an era when women had limited access to scientific education, she made groundbreaking contributions that laid the foundation for modern computing."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "For something completely different"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks as well to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Thanks"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Medium release for this end of october;"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Misc Python 3.13 compatibility "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14536"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14536",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14559"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14559",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Add a "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "uv"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " line magic "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14537"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14537",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Add support for WEBP to "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "IPython.display.Image"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ". "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14526"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14526",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "And many more bugfixes and quality of life improvements."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.29"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/136?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.29"
        }
      ],
      "level": 1,
      "target": "version 8.29"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "IPython 3.13 was released earlier this month, and this means that according to "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Spec-0"
                }
              ],
              "url": "https://scientific-python.org/specs/spec-0000/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", support for 3.10 will end soon."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "There have been many minor version of IPython 8.x, so it is likely that one of the next version will simply bump to 9.0 and remove a lot of code mark as deprecated, and documentation/examples not relevant for terminal IPython."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The frequency of release and my time reviewing will also likely decrease more than it has already."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Preparing for 9.0"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Rosalind Franklin"
                }
              ],
              "url": "https://en.wikipedia.org/wiki/Rosalind_Franklin",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " made some of the biggest contribution to the discovery of the helix structure of DNA. Unfortunately her work was "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "not recognized"
                }
              ],
              "url": "https://www.nature.com/scitable/topicpage/rosalind-franklin-a-crucial-contribution-6538012/",
              "title": ""
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "For something completely different"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks as well to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Thanks"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Slight delay of this September release as I was busy at Pydata Paris last week. Not many user visible changes for this release, a couple of bug fixes and workaround:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14480"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14480",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " AssertionError: assert _xterm_term_title_saved in WSL – It is    unclear why the terminal title is not saved in WSL, if you've WSL experience    we'd love your feedback and help to not just ignore an error"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14510"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14510",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix use of pyside6 >= 6.7.0"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14518"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14518",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Make values public (_tb_highlight & _tb_highlight_style)"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14515"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14515",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Use environment variable to identify conda / mamba"
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.28"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/135?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.28"
        }
      ],
      "level": 1,
      "target": "version 8.28"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "One of the first works of Science Fiction ("
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Frankenstein"
                }
              ],
              "url": "https://en.wikipedia.org/wiki/Frankenstein",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "), was written by "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Mary Shelley"
                }
              ],
              "url": "https://en.wikipedia.org/wiki/Mary_Shelley",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " when she was 18, before being published in London on 1 January 1818 when she was 20. This is often overlooked, and the role of founders of science fiction attribute to Edgar Allan Poe and Jules Verne despite being published later."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "For something completely different"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks as well to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Thanks"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "New release of IPython after a month off (not enough changes). We can see a few important changes for this release."
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "autocall was being  call getitem, "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14486"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14486",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Only copy files in startup dir if we just created it. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14497"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14497",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fix some tests on Python 3.13 RC1 "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14504"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14504",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "; this one I guess make this    the first IPython release officially compatible with Python 3.13; you will    need the most recent "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "executing"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " and "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "stack_data"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", we won't pin to avoid    forcing user of older Python version to upgrade."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.27"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/134?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.27"
        }
      ],
      "level": 1,
      "target": "version 8.27"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Many thanks to "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "@Kleirre"
                }
              ],
              "url": "https://github.com/Kleirre",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " our June intern for doing her first contribution to open source, doing the releases notes and release. I guess you didn't even notice it was not me who released :-). I wish her all the best in her future endeavor and look forward for her work in astrophysics."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks as well to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Thanks"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Hey, the release of IPython for this month is here! (I know you were waiting for it)"
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": false,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14453"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14453",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " bugfix for call to structured_traceback"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14466"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14466",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " fixed honoring custom repr for NamedTuple if assigned by partialmethod"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "#14451"
                        }
                      ],
                      "url": "https://github.com/IPython/IPython/pull/14451",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " Convert matplotlib gui name in enable_gui"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.26"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/133?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.26"
        }
      ],
      "level": 1,
      "target": "version 8.26"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Thanks"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Mostly internal changes for this end of may release of IPython."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We'll count about a dozen PRs for this moth, with small bugfixes related to matplotlib fixes."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Of notable interest,"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14426"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14426",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " replaces the unicode micro symbol with greek letter mu,    visually identical but should fix nfkc normalisations issues."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14444"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14444",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " introduces "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "intersphinx_registry"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "  as a new dependency    which is recommended only to build documentation."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.25"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/132?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.25"
        }
      ],
      "level": 1,
      "target": "version 8.25"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Thanks"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Back on regular release schedule, as usual month releases are relatively tiny."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The biggest change is the move of the matplotlib backend handling from IPython to matplotlib. "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14371"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14371",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14403"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14403",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We will note:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "pytest 8 compatibility "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14413"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14413",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "typing-extension"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " now needs 4.6 or newer. It was already the case, but not    explicated. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14380"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14380",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Attempt to speed running code under debugger in some cases. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14386"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14386",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "    "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14418"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14418",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Multiple fixes to documentation for ipyparallel, simple_prompt and emacs    "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14384"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14384",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14404"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14404",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14407"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14407",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Maintenance and cleanup of debugger "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14387"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14387",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14393"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14393",
                          "title": ""
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.24"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/131?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.24"
        }
      ],
      "level": 1,
      "target": "version 8.24"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Thanks"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Super tiny release of IPython on Sunday – a bit later than usual, which is also "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "🏳️‍⚧️ International Transgender Day of Visibility🏳️‍⚧️"
                }
              ],
              "url": "https://en.wikipedia.org/wiki/International_Transgender_Day_of_Visibility",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " – so a though for you on this day, you matter and you are valid "
            },
            {
              "__type": "FootnoteReference",
              "__tag": 4066,
              "label": "1"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This is a minuscule release with only 5 Pull requests."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Main change is "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14357"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14357",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " which improve inference from return type annotations in completer and the introduction of the optional target "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "ipython[matplotlib]"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " to explicitly request the matplotlib optional dependencies."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.23"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/130?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.23"
        }
      ],
      "level": 1,
      "target": "version 8.23"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Thanks"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Quick release of IPython for this short month of February, with quite a bit of activity with more than 15 PRs."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "I am not going to details all the changes, but among other we have :"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "More compatibility with emscripten "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14316"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14316",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14318"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14318",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ","
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Test more downstream project to avoid breakage "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14317"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14317",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fix recently introduced bug with the "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "store"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " magic."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fix issues with multiple call to "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "matplotlib.pyplot.switch_backend"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fix crashing IPython when some tracebacks encounter dynamically evaluated    code."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "IPython 8.22.1 increase the minimal traitlets version, and 8.22.2 fix a critical bug on emscripten  preventing to use some magics like "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%matplotlib"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " on jupyter-light."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.22, 8.22.1 and 8.22.2"
        }
      ],
      "level": 1,
      "target": "version 8.22"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "One of the largest change is the update the mimehooks and inspector API, see "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14342"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14342",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ". It should be backward compatible, but many hooks now receive a single object with many fields allowing us flexibility to update the API later."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "API changes"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "@mkoppe"
                }
              ],
              "url": "https://github.com/mkoeppe",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", we are slowly getting rid of setup.py finally migrating to "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "pyproject.toml"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ". There is still quite a bit of work, and please open an issue if you encounter any problem."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Packaging changes"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "A number of unused functions have been marked deprecated or pending deprecation. Please let us know if you encounter any of those deprecation messages for us to adjust the removal timeline."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Deprecation"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Many thanks to "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "@mkoppe"
                }
              ],
              "url": "https://github.com/mkoeppe",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "@krassowski"
                }
              ],
              "url": "https://github.com/krassowski",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for their multiple contributions and codebase cleanup."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.22"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/129?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Thanks"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "More substantial release of IPython slightly out of schedule as it was not possible for me to make a release last Friday."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Few new features are present, but the codebase has been cleaned, and a couple of API are _considered_ for deprecation. They are not deprecated yet, but as they do not seem to be quite used, they may emit a warning, in which case please comment on the relevant issue to inform me of _which_ project use those feature and how you use them. Depending on the feedback I might change the timeline for deprecation."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This release saw 14 PRs, with more outside contribution than usual, I'll note in particular PRs related to making IPython work on emscripten."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "I also want to point that we are _trying_ to keep compatibility with Python 3.13, but it's a cat and mouse game. Plus I am low on time, so I would appreciate any help with that."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.21"
        }
      ],
      "level": 1,
      "target": "version 8.21"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14307"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14307",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Pending Deprecation of    "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "ColorSchemeTable.set_active_scheme(...)"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "'s "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "case_sensitive"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Parameter."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14305"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14305",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Pending Deprecation of constructing "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "ColorScheme"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " via    "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "kwargs"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", in favor passing a single dict."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Deprecations"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14284"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14284",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " TerminalIPythonApp's would warn that "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "auto_create"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " option is not    recognized."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14286"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14286",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix a crash with "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "NotOneValueFound"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " when rendering complex    tracebacks."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14287"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14287",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Partial Python 3.13 compatibility"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14290"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14290",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Docs/Typos."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Fixes"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14289"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14289",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "ipdb.set_trace()"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " now accepts "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "header="
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " for better    compatibility with "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "pdb.set_trace()"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14300"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14300",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " and "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14301"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14301",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Add hooking ability to produce    mimebundle."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We'll outline "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14300"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14300",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", it is now possible to extend the "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "?/??"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " operator to return more mimetypes to render richer help in frontends that support it. In particular you could send a json representation of the help that could be displayed in a customizable way."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Changes"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14291"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14291",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Misc Refactor of Color handling"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14295"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14295",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Misc test skip on problematic Pypy versions."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Miscellaneous"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Special thanks to all our contributors, and to the Pypy team that was extremely reactive in helping to investigate a fixing a rare unicode+windows bug."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.21"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/128?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Thanks"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Quick IPython release in this beginning of 2024, barely 2 weeks after the previous release."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This is mostly to fix a backward compatibility issue, I would have done a  patch release earlier if I could. As a few other cleanup are also part of this release, this will get a minor version bump."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The crux of this release is "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14274"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14274",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " (Inspect continuation prompt signature and pass only viable arguments), the rest of the changes are mostly type annotation, and a few compatibility issues with Python 3.13 that are getting addressed."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Python 3.13 compatibility is still not complete (help welcomed)."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.20"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/127?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.20"
        }
      ],
      "level": 1,
      "target": "version 8.20"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "New release of IPython a bit before the end of the month, and end of the year."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Mostly cleanup and deprecation, due to upstream deprecation and removal."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.19"
        }
      ],
      "level": 1,
      "target": "version 8.19"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "A bit later than originally plan, IPython 8.19 does not support Python 3.9 anymore, as well as the few conditional code that were executing only on Python 3.9. "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14254"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14254",
              "title": ""
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We used the opportunity to deprecate "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "IPython.utils.tz"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14256"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14256",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", due to upstream deprecation of some timezone utilities. It will be removed at a later date."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We now also run CI on Python 3.12 (what I likely should have done before), but running on too many Python version uses a lot of CI time."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Remove of Python 3.9 support"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the contribution of "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "cohml"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", IPython CLI now support absolute and relative line numbers in both vi and emacs prompt, use for example "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "c.TerminalInteractiveShell.prompt_line_number_format='{line: 4d}/{rel_line:+03d} | '"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " configuration option to display both in a custom format."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Absolute and relative Line Numbers in Prompts"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In addition to various bugfixes, I unpinned pytest, let me know if there are any issues and we'll re-pin."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Miscellaneous"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.19"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/126?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "See you in 2024"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "8.18.1 is identical to 8.18 but pin "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "prompt_toolkit"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " to greater than "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "3.0.41"
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Small release of IPython that fixes a small number of inconveniences."
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14251"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14251",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix a memory leak in qt event loop integration by setting    the Loop parent to None."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14252"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14252",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Pickleshare was made an optional dependency in 8.17, this    leads to warnings in some installations when using modules completions. The    warning has been silenced."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14241"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14241",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Update event loop code for compatibility with more recent    "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "prompt_toolkit"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " due to deprecations in Python 3.12."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14245"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14245",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix doc example on Pygments styles"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14238"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14238",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Remove dependency on app_nope, this is actually only a    dependency of IPykernel."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.18"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/125?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "version 8.17.1",
          "url": null
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.18 and 8.18.1"
        }
      ],
      "level": 1,
      "target": "version 8.18"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Medium-sized release of IPython that includes some cleanup (backcall, python2 leftovers) and some refactoring improvements (typing, pathlib) and a fix on completion."
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14216"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14216",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " remove backcall dependency"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14217"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14217",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " make pickleshare dependency optional"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14185"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14185",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " support completion based on type annotations of calls"
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Reverted in 8.17.1:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14190"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14190",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " remove support for python 2 in lexers (reverted in 8.17.1 as it is imported by qtconsole/spyder)"
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.17, 8.17.1"
        }
      ],
      "level": 1,
      "target": "version 8.17"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In addition to the "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%conda"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " magic command for calling "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "conda"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " in IPython, the "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%mamba"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%micromamba"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " magic commands now call "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "mamba"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "micromamba"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " if they are on "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "sys.path"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "%mamba install pkgname\n%micromamba install pkgname\n%conda install pkgname\n%pip install pkgname\n\n%mamba --help\n%micromamba --help\n%conda --help\n%pip --help    # works w/ JupyterLite\n!pip --help",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14191"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14191",
              "title": ""
            }
          ]
        },
        {
          "__type": "ThematicBreak",
          "__tag": 4019
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.17"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/123?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " milestone."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "version 8.16",
          "url": null
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Mamba and Micromamba magic commands"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Small double release of IPython (with the 8.12.3 release notes just below). Mostly bug fixes and cleanups, and type annotations. Of interest for users:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14153"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14153",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix a bug of the new iPdb chained traceback where some    Exception would not have any traceback. (see upstream fix in CPython for more    details)."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14168"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14168",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix case with spurious message about event loops when using    matplotlib."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This PR is in 8.16.0 but reverted in 8.16.1, we'll  rework the fix for 8.17"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14163"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14163",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix an error where semicolon would not suppress output."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.16"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/121?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "8.16.1 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/124?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.16, 8.16.1"
        }
      ],
      "level": 1,
      "target": "version 8.16.1"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Tiny release of 8.12.3 that backport a small number of fixes for users still using Python 3.8."
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14080"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14080",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " add passthrough filter shortcuts"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14169"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14169",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix "
                        },
                        {
                          "__type": "InlineRole",
                          "__tag": 4003,
                          "value": "InteractiveShellEmbed",
                          "domain": null,
                          "role": null,
                          "inventory": null
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.12.3"
        }
      ],
      "level": 1,
      "target": "version 8.12.3"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Medium release of IPython after a couple of month hiatus, and a bit off-schedule."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Among other, IPython 8.15:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Improve compatibility with future version of Python 3.12/3.13    "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14107"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14107",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14139"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14139",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ","
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Improve support for "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "ExceptionGroups"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14108"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14108",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fix hangs in "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%gui osx"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14125"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14125",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fix memory lead with "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%reset"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14133"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14133",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Unstable config option to modify traceback highlighting that is sometime hard    to read "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14138"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14138",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Support "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "."
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " in "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "ipdb"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " as an argument to the "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "list"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " command    "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14121"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14121",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Workroud "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "parso"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " showing warning message when the default logger level is    changed "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14119"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14119",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fix multiple issues with matplotlib interactive mode, qt5/qt6 "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14128"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14128",
                          "title": ""
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.15"
        }
      ],
      "level": 1,
      "target": "version 8.15"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Ultratb now shows "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Pep 678"
                }
              ],
              "url": "https://peps.python.org/pep-0678/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " notes, improving your debugging experience on Python 3.11+ or with libraries such as Pytest and Hypothesis."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Support for PEP-678 Exception Notes"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "ExceptionGroups are now displayed with "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "traceback.print_exc"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", as a temporary fix until UltraTB properly supports displaying child exceptions."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We have two larger features:"
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Native fallback for displaying ExceptionGroup"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14100"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14100",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " introduce a new and efficient way to modify each execution block (cell) using an template-ast-based transform. Unlike IPython pre and post code execution hooks, this actually transform the code that is execute with as minimal as possible overhead. While it was already technically possible to register ast transformers for IPython this was far from evident."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This should make it trivial to hook into IPython to implement custom hooks, that for example time or profile your code, catch exceptions to provide error messages for students or do any other kind of transformations."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In addition to programmatic API there is also a magic to quickly register hooks     "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "In [1]: %%code_wrap before_after\n   ...: print('before')\n   ...: __code__\n   ...: print('after')\n   ...: __ret__",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This mean that  for any subsequent execution code will be executed. You can modify the above to print the date, compute the execution time, retry the code in a for loop...."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "AST-based macros"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The main change is the addition of the ability to move between chained exceptions when using IPdb, this feature was also contributed to upstream Pdb and is thus native to CPython in Python 3.13+ Though ipdb should support this feature in older version of Python. I invite you to look at the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "CPython changes and docs"
                }
              ],
              "url": "https://github.com/python/cpython/pull/106676",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for more details."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In short, once in post-mortem debugger ("
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%debug"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "), you can use the ipdb "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "exceptions"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " command to switch exceptions, for example:"
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "In [1]: def foo(x):\n    ...:     try:\n    ...:         bar(x)\n    ...:     except Exception as e:\n    ...:         raise ValueError(\"foo (): bar failed\") from e\n    ...:\n    ...: def bar(x):\n    ...:     1 / X\n    ...:\n\nIn [2]: foo(0)\n---------------------------------------------------------------------------\nNameError                                 Traceback (most recent call last)\nCell In[1], line 3, in foo(x)\n      2 try:\n----> 3     bar(x)\n      4 except Exception as e:\n\nCell In[1], line 9, in bar(x)\n      8 def bar(x):\n----> 9     1 / X\n\nNameError: name 'X' is not defined\n\nThe above exception was the direct cause of the following exception:\n\nValueError                                Traceback (most recent call last)\nCell In[2], line 1\n----> 1 foo(0)\n\nCell In[1], line 5, in foo(x)\n      3     bar(x)\n      4 except Exception as e:\n----> 5     raise ValueError(\"foo (): bar failed\") from e\n\nValueError: foo (): bar failed\n\nIn [3]: %debug\n> <ipython-input-1-b0bbdc271ffb>(5)foo()\n      3         bar(x)\n      4     except Exception as e:\n----> 5         raise ValueError(\"foo (): bar failed\") from e",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In previous ipdb you could not go into the bar error, now from within pdb you can use "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "exceptions"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ":"
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "ipdb> exceptions\n    0 NameError(\"name 'X' is not defined\")\n>   1 ValueError('foo (): bar failed')\n\nipdb> exceptions 0\n> <ipython-input-1-b0bbdc271ffb>(9)bar()\n      6\n      7\n      8 def bar(x):\n----> 9     1 / X\n     10\n\nipdb>",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In particular I want to thank the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D.E. Shaw group"
                }
              ],
              "url": "https://www.deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for suggesting and funding the two largest feature as well as many bug fixes of this release."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.15 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/120?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Allow IPdb/Pdb to move between chained exceptions"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Small release of IPython."
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14080"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14080",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " fixes some shortcuts issues."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14056"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14056",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Add option to "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%autoreload"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " to hide errors when reloading code. This will be the default for spyder    user is my understanding."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14039"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14039",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " (and "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14040"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14040",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ") to show exception notes in tracebacks."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14076"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14076",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Add option to EventManager to prevent printing"
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.14"
        }
      ],
      "level": 1,
      "target": "version 8.14"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "You've heard about the NEPs, (NumPy enhancement Proposal), having a NEP for something non-numpy specific was sometime confusing. Long live the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "SPECs"
                }
              ],
              "url": "https://scientific-python.org/specs/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We are now trying to follow SPEC 0 (aka old NEP 29) for support of upstream libraries."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We also now try to follow SPEC 4 (test and publish nightly on a centralized nightly repository). We encourage you to do so as well in order to report breakage, and contribute to the SPEC process !"
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "SPEC 0 and SPEC 4"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Python 3.12 changed its tokenizer to have better support for f-strings and allow arbitrary expression. This is a great new feature and performance improvement in Python 3.12."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Unfortunately this means the new tokenizer does not support incomplete or invalid Python which will break many features of IPython. Thus compatibility of IPython with Python 3.12 is not guaranteed. It is unclear to which extent IPython is affected, and whether we can/should try to still support magics, shell escape ("
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "! ...."
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "), ...,  as well as how to do it if we can."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In addition even if we there is technical feasibility to do so, it is no clear we have the resources to do it. We are thus looking for your help if you can _test_ on Python 3.12 to see to which extent this affects users and which features are critical."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We are not going to pin IPython to Python "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "<3.12"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " as otherwise on install pip would downgrade/resolve to IPython 8.13, so if you plan to update to Python 3.12 after its release, we encourage for extra care."
            }
          ]
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "version 8.13.1",
          "url": null
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "version 8.13.2",
          "url": null
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Python 3.12 compatibility ?"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "3 quick in succession patch release of IPython in addition to IPython 8.13.0 having been yanked."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "IPython 8.13.0 was improperly tagged as still compatible with Python 3.8, and still had some mention of compatibility with 3.8. IPython 8.13.1 is identical to 8.13 but with the exception of being correctly tagged. This release and yank was mostly done to fix CI."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "IPython 8.12.2 and 8.13.2 contain UI fixes, with respect to right arrow not working in some case in the terminal, and 8.12.2 contain also a requested backport of "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14029"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14029",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " (Allow safe access to the "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "__getattribute__"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " method of modules) for tab completion."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.13.1, 8.13.2 and 8.12.2"
        }
      ],
      "level": 1,
      "target": "version 8.12.2"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual for the end of the month, minor release of IPython. This release is significant in that it not only has a number of bugfixes, but also drop support for Python 3.8 as per NEP 29 ("
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14023"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14023",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ")."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "All the critical bugfixes have been backported onto the 8.12.1 release (see below). In addition to that went into 8.12.1 you'll find:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Pretty representation for "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "Counter"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " has been fixed to match the Python one    and be in decreasing order. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14032"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14032",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Module completion is better when jedi is disabled "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14029"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14029",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Improvement of "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%%bash"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " magic that would get stuck "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14019"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14019",
                          "title": ""
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We hope you enjoy this release an will maybe see you at JupyterCon in less than two weeks."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.13 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/115?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.13"
        }
      ],
      "level": 1,
      "target": "version 8.13"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This is the twin release of IPython 8.13 that contain only critical UI and bug fixes. The next minor version of IPython has dropped support for Python 3.8 – as per Nep 29 and this IPython 8.12.x will now only receive bugfixes."
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14004"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14004",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix a bug introduced in IPython 8.12 that crash when    inspecting some docstrings."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14010"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14010",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix fast traceback code that was not working in some case."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14014"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14014",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Fix "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%page"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " magic broken in some case."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14026"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14026",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14027"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14027",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Tweak default shortcut with respect to    autosuggestions."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#14033"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/14033",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " add back the ability to use "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": ".get()"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " on OInfo object for    backward compatibility with h5py (this will be re-deprecated later, and h5py    will also get a fix)."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.12.1 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/116?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.12.1"
        }
      ],
      "level": 1,
      "target": "version 8.12.1"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Hopefully slightly early release for IPython 8.12. Last Thursday of the month, even if I guess it's likely already Friday somewhere in the pacific ocean."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "A number of PRs and bug fixes this month with close to 20 PRs merged !"
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The IPython repo reached "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14000"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14000",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " !! Actually the PR that create those exact release note is "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#14000"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/14000",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ". Ok, more issues and PR is not always better, and I'd love to have more time to close issues and Pull Requests."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Let's note that in less than 2 month JupyterCon is back, in Paris please visit "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "jupytercon.com"
                }
              ],
              "url": "https://jupytercon.com",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", and looking forward to see you there."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Packagers should take note that "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "typing_extension"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is now a mandatory dependency for Python versions "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "<3.10"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Let's note also that according to "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "NEP29"
                }
              ],
              "url": "https://numpy.org/neps/nep-0029-deprecation_policy.html",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", It is soon time to stop support for Python 3.8 that will be release more than 3 and 1/2 years ago      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "On Apr 14, 2023 drop support for Python 3.8 (initially released on Oct 14, 2019)",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thus I am likely to stop advertising support for Python 3.8 in the next release at the end of April."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Here are some miscellaneous updates of interest:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13957"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13957",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " brings updates to the Qt integration, particularly for Qt6."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13960"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13960",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " fixes the %debug magic command to give access to the local    scope."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13964"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13964",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " fixes some crashes with the new fast traceback code. Note that    there are still some issues with the fast traceback code, and I a, likely    to fix and tweak behavior."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13973"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13973",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " We are slowly migrating IPython internals to use proper type    objects/dataclasses instead of dictionaries to allow static typing checks.    These are technically public API and could lead to breakage, so please let us    know if that's the case and I'll mitigate."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13990"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13990",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13991"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13991",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13994"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13994",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " all improve keybinding and    shortcut configurability."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.12 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/114?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We want to thank the D.E. Shaw group for requesting and sponsoring the work on the following big feature. We had productive discussions on how to best expose this feature"
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.12"
        }
      ],
      "level": 1,
      "target": "version 8.12.0"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We are experimenting with dynamic documentation dispatch for object attribute. See "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13860"
                }
              ],
              "url": "https://github.com/IPython/IPython/issues/13860",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ". The goal is to allow object to define documentation for their attributes, properties, even when those are dynamically defined with "
            },
            {
              "__type": "InlineRole",
              "__tag": 4003,
              "value": "__getattr__",
              "domain": null,
              "role": null,
              "inventory": null
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In particular when those objects are base types it can be useful to show the documentation"
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "In [1]: class User:\n   ...:\n   ...:     __custom_documentations__ = {\n   ...:         \"first\": \"The first name of the user.\",\n   ...:         \"last\": \"The last name of the user.\",\n   ...:     }\n   ...:\n   ...:     first:str\n   ...:     last:str\n   ...:\n   ...:     def __init__(self, first, last):\n   ...:         self.first = first\n   ...:         self.last = last\n   ...:\n   ...:     @property\n   ...:     def full(self):\n   ...:         \"\"\"`self.first` and `self.last` joined by a space.\"\"\"\n   ...:         return self.first + \" \" + self.last\n   ...:\n   ...:\n   ...: user = Person('Jane', 'Doe')\n\nIn [2]: user.first?\nType:            str\nString form:     Jane\nLength:          4\nDocstring:       the first name of a the person object, a str\nClass docstring:\n....\n\nIn [3]: user.last?\nType:            str\nString form:     Doe\nLength:          3\nDocstring:       the last name, also a str\n...",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We can see here the symmetry with IPython looking for the docstring on the properties:"
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "In [4]: user.full?\nHERE\nType:        property\nString form: <property object at 0x102bb15d0>\nDocstring:   first and last join by a space",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Note that while in the above example we use a static dictionary, libraries may decide to use a custom object that define "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "__getitem__"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", we caution against using objects that would trigger computation to show documentation, but it is sometime preferable for highly dynamic code that for example export an API as object."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Dynamic documentation dispatch"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Back on almost regular monthly schedule for IPython with end-of-month really-late-Friday release to make sure some bugs are properly fixed. Small addition of with a few new features, bugfix and UX improvements."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This is a non-exhaustive list, but among other you will find:"
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.11"
        }
      ],
      "level": 1,
      "target": "version 8.11.0"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Resurrection of pre-IPython-8 traceback highlighting code."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Really long and complicated files were slow to highlight in traceback with IPython 8 despite upstream improvement that make many case better. Therefore starting with IPython 8.11 when one of the highlighted file is more than 10 000 line long by default, we'll fallback to a faster path that does not have all the features of highlighting failing AST nodes."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This can be configures by setting the value of "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "IPython.code.ultratb.FAST_THRESHOLD"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " to an arbitrary low or large value."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Faster Traceback Highlighting"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We introduce more descriptive names for the "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%autoreload"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " parameter:"
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": false,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%autoreload now"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " (also "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%autoreload"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": ") - perform autoreload immediately."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%autoreload off"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " (also "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%autoreload 0"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": ") - turn off autoreload."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%autoreload explicit"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " (also "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%autoreload 1"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": ") - turn on autoreload only for modules   whitelisted by "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%aimport"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " statements."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%autoreload all"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " (also "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%autoreload 2"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": ") - turn on autoreload for all modules except those   blacklisted by "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%aimport"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " statements."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%autoreload complete"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " (also "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "%autoreload 3"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": ") - all the features of "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "all"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " but also adding new   objects from the imported modules (see   IPython/extensions/tests/test_autoreload.pytest_autoload_newly_added_objects)."
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The original designations (e.g. \"2\") still work, and these new ones are case-insensitive."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Additionally, the option "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "--print"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " or "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "-p"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " can be added to the line to print the names of modules being reloaded. Similarly, "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "--log"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " or "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "-l"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " will output the names to the logger at INFO level. Both can be used simultaneously."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The parsing logic for "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%aimport"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is now improved such that modules can be whitelisted and blacklisted in the same line, e.g. it's now possible to call "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%aimport os, -math"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " to include "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "os"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%autoreload explicit"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and exclude "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "math"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for modes "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "all"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "complete"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Autoreload verbosity"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Previously modifying shortcuts was only possible by hooking into startup files and practically limited to adding new shortcuts or removing all shortcuts bound to a specific key. This release enables users to override existing terminal shortcuts, disable them or add new keybindings."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "For example, to set the "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "right"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " to accept a single character of auto-suggestion you could use      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "my_shortcuts = [\n    {\n        \"command\": \"IPython:auto_suggest.accept_character\",\n        \"new_keys\": [\"right\"]\n    }\n]\n%config TerminalInteractiveShell.shortcuts = my_shortcuts",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "You can learn more in "
            },
            {
              "__type": "InlineRole",
              "__tag": 4003,
              "value": "TerminalInteractiveShell.shortcuts",
              "domain": "std",
              "role": "configtrait",
              "inventory": null
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " configuration reference."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Terminal shortcuts customization"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%gui"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " should now support PySide6. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13864"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13864",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Cli shortcuts can now be configured "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13928"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13928",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", see above.    (note that there might be an issue with prompt_toolkit 3.0.37 and shortcut configuration)."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Capture output should now respect "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": ";"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " semicolon to suppress output.    "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13940"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13940",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Base64 encoded images (in jupyter frontend), will not have trailing newlines.    "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13941"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13941",
                          "title": ""
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.11 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/113?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Miscellaneous"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Out of schedule release of IPython with minor fixes to patch a potential CVE-2023-24816. This is a really low severity CVE that you most likely are not affected by unless:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "You are on windows."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "You have a custom build of Python without "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "_ctypes"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "You cd or start IPython or Jupyter in untrusted directory which names may be    valid shell commands."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "You can read more on "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the advisory"
                }
              ],
              "url": "https://github.com/ipython/ipython/security/advisories/GHSA-29gw-9793-fvw7",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In addition to fixing this CVE we also fix a couple of outstanding bugs and issues."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.10 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/112?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In Particular:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "bump minimum numpy to "
                        },
                        {
                          "__type": "InlineRole",
                          "__tag": 4003,
                          "value": ">=1.21",
                          "domain": null,
                          "role": null,
                          "inventory": null
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " version following NEP29. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13930"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13930",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "fix for compatibility with MyPy 1.0. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13933"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13933",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "fix nbgrader stalling when IPython's "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "showtraceback"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " function is    monkeypatched. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13934"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13934",
                          "title": ""
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As this release also contains those minimal changes in addition to fixing the CVE I decided to bump the minor version anyway."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This will not affect the normal release schedule, so IPython 8.11 is due in about 2 weeks."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.10"
        }
      ],
      "level": 1,
      "target": "version 8.10.0"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Second release of IPython in 2023, last Friday of the month, we are back on track. This is a small release with a few bug-fixes, and improvements, mostly with respect to terminal shortcuts."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The biggest improvement for 8.9 is a drastic amelioration of the auto-suggestions sponsored by D.E. Shaw and implemented by the more and more active contributor "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "@krassowski"
                }
              ],
              "url": "https://github.com/krassowski",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": false,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "right"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " accepts a single character from suggestion"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "ctrl+right"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " accepts a semantic token (macos default shortcuts take   precedence and need to be disabled to make this work)"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "backspace"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " deletes a character and resumes hinting autosuggestions"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "ctrl-left"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " accepts suggestion and moves cursor left one character."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "backspace"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " deletes a character and resumes hinting autosuggestions"
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "down"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " moves to suggestion to later in history when no lines are present below the cursors."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "up"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " moves to suggestion from earlier in history when no lines are present above the cursor."
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This is best described by the Gif posted by "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "@krassowski"
                }
              ],
              "url": "https://github.com/krassowski",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", and in the PR itself "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13888"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13888",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "autosuggest.gif"
          }
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Please report any feedback in order for us to improve the user experience. In particular we are also working on making the shortcuts configurable."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "If you are interested in better terminal shortcuts, I also invite you to participate in issue "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "13879"
                }
              ],
              "url": "https://github.com/ipython/ipython/issues/13879",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As we follow "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "NEP29"
                }
              ],
              "url": "https://numpy.org/neps/nep-0029-deprecation_policy.html",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", next version of IPython will officially stop supporting numpy 1.20, and will stop supporting Python 3.8 after April release."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.9 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/111?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.9.0"
        }
      ],
      "level": 1,
      "target": "version 8.9.0"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "First release of IPython in 2023 as there was no release at the end of December."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This is an unusually big release (relatively speaking) with more than 15 Pull Requests merged."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Of particular interest are:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13852"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13852",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " that replaces the greedy completer and improves    completion, in particular for dictionary keys."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13858"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13858",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " that adds "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "py.typed"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " to "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "setup.cfg"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " to make sure it is    bundled in wheels."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13869"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13869",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " that implements tab completions for IPython options in the    shell when using "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "argcomplete"
                            }
                          ],
                          "url": "https://github.com/kislyuk/argcomplete",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ". I    believe this also needs a recent version of Traitlets."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13865"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13865",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " makes the "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "inspector"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " class of "
                        },
                        {
                          "__type": "InlineRole",
                          "__tag": 4003,
                          "value": "InteractiveShell",
                          "domain": null,
                          "role": null,
                          "inventory": null
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "    configurable."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13880"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13880",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " that removes minor-version entrypoints as the minor version    entry points that would be included in the wheel would be the one of the    Python version that was used to build the "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "whl"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " file."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In no particular order, the rest of the changes update the test suite to be compatible with Pygments 2.14, various docfixes, testing on more recent python versions and various updates."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.8 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/110",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Many thanks to @krassowski for the many PRs and @jasongrout for reviewing and merging contributions."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.8.0"
        }
      ],
      "level": 1,
      "target": "version 8.8.0"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Small release of IPython with a couple of bug fixes and new features for this month. Next month is the end of year, it is unclear if there will be a release close to the new year's eve, or if the next release will be at the end of January."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Here are a few of the relevant fixes, as usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.7 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/pulls?q=milestone%3A8.7",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13834"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13834",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " bump the minimum prompt toolkit to 3.0.11."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "IPython shipped with the "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "py.typed"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " marker now, and we are progressively      adding more types. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13831"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13831",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13817"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13817",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " add configuration of code blacks formatting."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.7.0"
        }
      ],
      "level": 1,
      "target": "version 8.7.0"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Back to a more regular release schedule (at least I try), as Friday is already over by more than 24h hours. This is a slightly bigger release with a few new features that contain no less than 25 PRs."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We'll notably found a couple of non negligible changes:"
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "install_ext"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and related functions have been removed after being deprecated for years. You can use pip to install extensions. "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "pip"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " did not exist when "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "install_ext"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " was introduced. You can still load local extensions without installing them. Just set your "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "sys.path"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for example. "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13744"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13744",
              "title": ""
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "IPython now has extra entry points that use the major "
            },
            {
              "__type": "Emphasis",
              "__tag": 4047,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "and minor"
                }
              ]
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " version of python. For some of you this means that you can do a quick "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "ipython3.10"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " to launch IPython from the Python 3.10 interpreter, while still using Python 3.11 as your main Python. "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13743"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13743",
              "title": ""
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The completer matcher API has been improved. See "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13745"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13745",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ". This should improve the type inference and improve dict keys completions in many use case. Thanks "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "@krassowski"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for all the work, and the D.E. Shaw group for sponsoring it."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The color of error nodes in tracebacks can now be customized. See "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13756"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13756",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ". This is a private attribute until someone finds the time to properly add a configuration option. Note that with Python 3.11 that also shows the relevant nodes in traceback, it would be good to leverage this information (plus the \"did you mean\" info added on attribute errors). But that's likely work I won't have time to do before long, so contributions welcome."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As we follow NEP 29, we removed support for numpy 1.19 "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13760"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13760",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "open()"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " function present in the user namespace by default will now refuse to open the file descriptors 0,1,2 (stdin, out, err), to avoid crashing IPython. This mostly occurs in teaching context when incorrect values get passed around."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "?"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "??"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", and corresponding "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "pinfo"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "pinfo2"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " magics can now find objects inside arrays. That is to say, the following now works      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": ">>> def my_func(*arg, **kwargs):pass\n>>> container = [my_func]\n>>> container[0]?",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "If "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "container"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " define a custom "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "getitem"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", this __will__ trigger the custom method. So don't put side effects in your "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "getitems"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ". Thanks to the D.E. Shaw group for the request and sponsoring the work."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As usual you can find the full list of PRs on GitHub under "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.6 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/pulls?q=milestone%3A8.6",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to all hacktoberfest contributors, please contribute to "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "closember.org"
                }
              ],
              "url": "https://closember.org/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.6.0"
        }
      ],
      "level": 1,
      "target": "version 8.6.0"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "First release since a couple of month due to various reasons and timing preventing me for sticking to the usual monthly release the last Friday of each month. This is of non negligible size as it has more than two dozen PRs with various fixes an bug fixes."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Many thanks to everybody who contributed PRs for your patience in review and merges."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Here is a non-exhaustive list of changes that have been implemented for IPython 8.5.0. As usual you can find the full list of issues and PRs tagged with "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the 8.5 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/pulls?q=is%3Aclosed+milestone%3A8.5+",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Added a shortcut for accepting auto suggestion. The End key shortcut for    accepting auto-suggestion This binding works in Vi mode too, provided    "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " is set to be    "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "True"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13566"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13566",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "No popup in window for latex generation when generating latex (e.g. via    "
                        },
                        {
                          "__type": "InlineRole",
                          "__tag": 4003,
                          "value": "_latex_repr_",
                          "domain": null,
                          "role": null,
                          "inventory": null
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ") no popup window is shows under Windows. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13679"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13679",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fixed error raised when attempting to tab-complete an input string with    consecutive periods or forward slashes (such as \"file:///var/log/...\").    "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13675"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13675",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Relative filenames in Latex rendering :    The "
                        },
                        {
                          "__type": "InlineRole",
                          "__tag": 4003,
                          "value": "latex_to_png_dvipng",
                          "domain": null,
                          "role": null,
                          "inventory": null
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " command internally generates input and output file    arguments to "
                        },
                        {
                          "__type": "InlineRole",
                          "__tag": 4003,
                          "value": "latex",
                          "domain": null,
                          "role": null,
                          "inventory": null
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " and "
                        },
                        {
                          "__type": "InlineRole",
                          "__tag": 4003,
                          "value": "dvipis",
                          "domain": null,
                          "role": null,
                          "inventory": null
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ". These arguments are now generated as    relative files to the current working directory instead of absolute file    paths. This solves a problem where the current working directory contains    characters that are not handled properly by "
                        },
                        {
                          "__type": "InlineRole",
                          "__tag": 4003,
                          "value": "latex",
                          "domain": null,
                          "role": null,
                          "inventory": null
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " and "
                        },
                        {
                          "__type": "InlineRole",
                          "__tag": 4003,
                          "value": "dvips",
                          "domain": null,
                          "role": null,
                          "inventory": null
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ". There are    no changes to the user API. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13680"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13680",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Stripping decorators bug: Fixed bug which meant that ipython code blocks in    restructured text documents executed with the ipython-sphinx extension    skipped any lines of code containing python decorators. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13612"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13612",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Allow some modules with frozen dataclasses to be reloaded. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13732"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13732",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fix paste magic on wayland. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13671"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13671",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "show maxlen in deque's repr. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13648"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13648",
                          "title": ""
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.5.0"
        }
      ],
      "level": 1,
      "target": "version 8.5.0"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Line number information in tracebacks from input are restored. Line numbers from input were removed during the transition to v8 enhanced traceback reporting."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "So, instead of      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "---------------------------------------------------------------------------\nZeroDivisionError                         Traceback (most recent call last)\nInput In [3], in <cell line: 1>()\n----> 1 myfunc(2)\n\nInput In [2], in myfunc(z)\n      1 def myfunc(z):\n----> 2     foo.boo(z-1)\n\nFile ~/code/python/ipython/foo.py:3, in boo(x)\n      2 def boo(x):\n----> 3     return 1/(1-x)\n\nZeroDivisionError: division by zero",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The error traceback now looks like        "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "---------------------------------------------------------------------------\nZeroDivisionError                         Traceback (most recent call last)\nCell In [3], line 1\n----> 1 myfunc(2)\n\nCell In [2], line 2, in myfunc(z)\n      1 def myfunc(z):\n----> 2     foo.boo(z-1)\n\nFile ~/code/python/ipython/foo.py:3, in boo(x)\n      2 def boo(x):\n----> 3     return 1/(1-x)\n\nZeroDivisionError: division by zero",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "or, with xmode=Plain      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "Traceback (most recent call last):\n  Cell In [12], line 1\n    myfunc(2)\n  Cell In [6], line 2 in myfunc\n    foo.boo(z-1)\n  File ~/code/python/ipython/foo.py:3 in boo\n    return 1/(1-x)\nZeroDivisionError: division by zero",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13560"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13560",
              "title": ""
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Restore line numbers for Input"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Previously, when starting IPython in a virtual environment without IPython installed (so IPython from the global environment is used), the following warning was printed:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "Paragraph",
              "__tag": 4045,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Attempting to work in a virtualenv. If you encounter problems, please install IPython inside the virtualenv."
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This warning can be permanently silenced by setting "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "c.InteractiveShell.warn_venv"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " to "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "False"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " (the default is "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "True"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ")."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13706"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13706",
              "title": ""
            }
          ]
        },
        {
          "__type": "ThematicBreak",
          "__tag": 4019
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "New setting to silence warning if working inside a virtual environment"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As for 7.34, this version contains a single fix:  fix uncaught BdbQuit exceptions on ipdb exit "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13668"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13668",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", and a single typo fix in documentation: "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13682"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13682",
              "title": ""
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.4.0"
        }
      ],
      "level": 1,
      "target": "version 8.4.0"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13625"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13625",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", using "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "?"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "??"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "*?"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " will not call    "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "set_next_input"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " as most frontend allow proper multiline editing and it was    causing issues for many users of multi-cell frontends. This has been backported to 7.33"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13600"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13600",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "pre_run_*"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "-hooks will now have a "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "cell_id"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " attribute on    the info object when frontend provides it. This has been backported to 7.33"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13624"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13624",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", fixed "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "End"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " key being broken after accepting an    auto-suggestion."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13657"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13657",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " fixed an issue where history from different sessions would be mixed."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.3.0"
        }
      ],
      "level": 1,
      "target": "version 8.3.0"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "IPython 8.2 mostly bring bugfixes to IPython."
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Auto-suggestion can now be elected with the "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "end"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " key. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13566"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13566",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Some traceback issues with "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "assert etb is not None"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " have been fixed. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13588"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13588",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "History is now pulled from the sqitel database and not from in-memory.    In particular when using the "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%paste"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " magic, the content of the pasted text will    be part of the history and not the verbatim text "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%paste"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " anymore. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13592"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13592",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fix "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "Ctrl-\\\\"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " exit cleanup "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13603"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13603",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fixes to "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "ultratb"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " ipdb support when used outside of IPython. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13498"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13498",
                          "title": ""
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "I am still trying to fix and investigate "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13598"
                }
              ],
              "url": "https://github.com/IPython/IPython/issues/13598",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", which seems to be random, and would appreciate help if you find a reproducible minimal case. I've tried to make various changes to the codebase to mitigate it, but a proper fix will be difficult without understanding the cause."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "All the issues on pull-requests for this release can be found in the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "8.2 milestone."
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/100",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " . And some documentation only PR can be found as part of the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "7.33 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/101",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " (currently not released)."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.2.0"
        }
      ],
      "level": 1,
      "target": "version 8.2.0"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Fix an issue with virtualenv and Python 3.8 introduced in 8.1"
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Revert "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13537"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13537",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " (fix an issue with symlinks in virtualenv) that raises an error in Python 3.8, and fixed in a different way in "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13559"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13559",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.1.1"
        }
      ],
      "level": 1,
      "target": "version 8.1.1"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "IPython 8.1 is the first minor release after 8.0 and fixes a number of bugs and updates a few behaviors that were problematic with the 8.0 as with many new major release."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Note that beyond the changes listed here, IPython 8.1.0 also contains all the features listed in "
            },
            {
              "__type": "CrossRef",
              "__tag": 4002,
              "value": "version 7.32",
              "reference": {
                "__type": "LocalRef",
                "__tag": 4022,
                "kind": "docs",
                "path": "whatsnew:version7"
              },
              "kind": "exists"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Misc and multiple fixes around quotation auto-closing. It is now disabled by    default. Run with "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "TerminalInteractiveShell.auto_match=True"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " to re-enabled"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Require pygments>=2.4.0 "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13459"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13459",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ", this was implicit in the code, but    is now explicit in "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "setup.cfg"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "/"
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "setup.py"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Docs improvement of "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "core.magic_arguments"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " examples. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13433"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13433",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Multi-line edit executes too early with await. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13424"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13424",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "black"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "  is back as an optional dependency, and autoformatting disabled by    default until some fixes are implemented (black improperly reformat magics).    "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13471"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13471",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " Additionally the ability to use "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "yapf"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " as a code    reformatter has been added "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13528"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13528",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " . You can use    "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "TerminalInteractiveShell.autoformatter=\"black\""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ",    "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "TerminalInteractiveShell.autoformatter=\"yapf\""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " to re-enable auto formatting    with black, or switch to yapf."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fix and issue where "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "display"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " was not defined."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Auto suggestions are now configurable. Currently only    "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "AutoSuggestFromHistory"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " (default) and "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "None"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": ". new provider contribution    welcomed. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13475"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13475",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "multiple packaging/testing improvement to simplify downstream packaging    (xfail with reasons, try to not access network...)."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Update deprecation. "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "InteractiveShell.magic"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " internal method has been    deprecated for many years but did not emit a warning until now."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "internal "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "appended_to_syspath"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " context manager has been deprecated."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "fix an issue with symlinks in virtualenv "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13537"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13537",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " (Reverted in 8.1.1)"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fix an issue with vim mode, where cursor would not be reset on exit "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13472"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13472",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "ipython directive now remove only known pseudo-decorators "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13532"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13532",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "IPython/lib/security"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " which used to be used for jupyter notebook has been    removed."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Fix an issue where "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "async with"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " would execute on new lines. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13436"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13436",
                          "title": ""
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We want to remind users that IPython is part of the Jupyter organisations, and thus governed by a Code of Conduct. Some of the behavior we have seen on GitHub is not acceptable. Abuse and non-respectful comments on discussion will not be tolerated."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Many thanks to all the contributors to this release, many of the above fixed issues and new features were done by first time contributors, showing there is still plenty of easy contribution possible in IPython . You can find all individual contributions to this milestone "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "on github"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/91",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thanks as well to the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "D. E. Shaw group"
                }
              ],
              "url": "https://deshaw.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for sponsoring work on IPython and related libraries. In particular the Lazy autoloading of magics that you will find described in the 7.32 release notes."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.1.0"
        }
      ],
      "level": 1,
      "target": "version 8.1"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "IPython 8.0.1, 7.31.1 and 5.11 are security releases that change some default values in order to prevent potential Execution with Unnecessary Privileges."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Almost all version of IPython looks for configuration and profiles in current working directory. Since IPython was developed before pip and environments existed it was used a convenient way to load code/packages in a project dependent way."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In 2022, it is not necessary anymore, and can lead to confusing behavior where for example cloning a repository and starting IPython or loading a notebook from any Jupyter-Compatible interface that has ipython set as a kernel can lead to code execution."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "I did not find any standard way for packaged to advertise CVEs they fix, I'm thus trying to add a "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "__patched_cves__"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " attribute to the IPython module that list the CVEs that should have been fixed. This attribute is informational only as if a executable has a flaw, this value can always be changed by an attacker."
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "In [1]: import IPython\n\nIn [2]: IPython.__patched_cves__\nOut[2]: {'CVE-2022-21699'}\n\nIn [3]: 'CVE-2022-21699' in IPython.__patched_cves__\nOut[3]: True",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Thus starting with this version:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "The current working directory is not searched anymore for profiles or    configurations files."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Added a "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "__patched_cves__"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " attribute (set of strings) to IPython module that contain    the list of fixed CVE. This is informational only."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Further details can be read on the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "GitHub Advisory"
                }
              ],
              "url": "https://github.com/ipython/ipython/security/advisories/GHSA-pq7m-3gw7-gq5x",
              "title": ""
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.0.1 (CVE-2022-21699)"
        }
      ],
      "level": 1,
      "target": "version 8.0.1"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "IPython 8.0 is bringing a large number of new features and improvements to both the user of the terminal and of the kernel via Jupyter. The removal of compatibility with an older version of Python is also the opportunity to do a couple of performance improvements in particular with respect to startup time. The 8.x branch started diverging from its predecessor around IPython 7.12 (January 2020)."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This release contains 250+ pull requests, in addition to many of the features and backports that have made it to the 7.x branch. Please see the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "8.0 milestone"
                }
              ],
              "url": "https://github.com/ipython/ipython/milestone/73?closed=1",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for the full list of pull requests."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Please feel free to send pull requests to update those notes after release, I have likely forgotten a few things reviewing 250+ PRs."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython 8.0"
        }
      ],
      "level": 1,
      "target": "version 8.0"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Most of our building steps have been changed to be (mostly) declarative and follow PEP 517. We are trying to completely remove "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "setup.py"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " ("
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#13238"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/13238",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ") and are looking for help to do so."
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "minimum supported "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "traitlets"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " version is now 5+"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "we now require "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "stack_data"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "minimal Python is now 3.8"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "nose"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " is not a testing requirement anymore"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "pytest"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " replaces nose."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "iptest"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "/"
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "iptest3"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " cli entrypoints do not exist anymore."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "the minimum officially ​supported "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "numpy"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " version has been bumped, but this should    not have much effect on packaging."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Dependencies changes/downstream packaging"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We removed almost all features, arguments, functions, and modules that were marked as deprecated between IPython 1.0 and 5.0. As a reminder, 5.0 was released in 2016, and 1.0 in 2013. Last release of the 5 branch was 5.10.0, in May 2020. The few remaining deprecated features we left have better deprecation warnings or have been turned into explicit errors for better error messages."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "I will use this occasion to add the following requests to anyone emitting a deprecation warning:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Please add at least "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "stacklevel=2"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " so that the warning is emitted into the    caller context, and not the callee one."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Please add "
                        },
                        {
                          "__type": "Strong",
                          "__tag": 4048,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "since which version"
                            }
                          ]
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " something is deprecated."
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As a side note, it is much easier to conditionally compare version numbers rather than using "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "try/except"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " when functionality changes with a version."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "I won't list all the removed features here, but modules like "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "IPython.kernel"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", which was just a shim module around "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "ipykernel"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for the past 8 years, have been removed, and so many other similar things that pre-date the name "
            },
            {
              "__type": "Strong",
              "__tag": 4048,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Jupyter"
                }
              ]
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " itself."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We no longer need to add "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "IPython.extensions"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " to the PYTHONPATH because that is being handled by "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "load_extension"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We are also removing "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "Cythonmagic"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "sympyprinting"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "rmagic"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " as they are now in other packages and no longer need to be inside IPython."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Deprecation and removal"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The majority of our docstrings have now been reformatted and automatically fixed by the experimental "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Vélin"
                }
              ],
              "url": "https://pypi.org/project/velin/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " project to conform to numpydoc."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Documentation"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "While IPython itself is highly dynamic and can't be completely typed, many of the functions now have type annotations, and part of the codebase is now checked by mypy."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Type annotations"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Here is a features list of changes in IPython 8.0. This is of course non-exhaustive. Please note as well that many features have been added in the 7.x branch as well (and hence why you want to read the 7.x what's new notes), in particular features contributed by QuantStack (with respect to debugger protocol and Xeus Python), as well as many debugger features that I was pleased to implement as part of my work at QuanSight and sponsored by DE Shaw."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Featured changes"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Previously, error tracebacks for errors happening in code cells were showing a hash, the one used for compiling the Python AST      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "In [1]: def foo():\n...:     return 3 / 0\n...:\n\nIn [2]: foo()\n---------------------------------------------------------------------------\nZeroDivisionError                         Traceback (most recent call last)\n<ipython-input-2-c19b6d9633cf> in <module>\n----> 1 foo()\n\n<ipython-input-1-1595a74c32d5> in foo()\n    1 def foo():\n----> 2     return 3 / 0\n    3\n\nZeroDivisionError: division by zero",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The error traceback is now correctly formatted, showing the cell number in which the error happened      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "In [1]: def foo():\n...:     return 3 / 0\n...:\n\nInput In [2]: foo()\n---------------------------------------------------------------------------\nZeroDivisionError                         Traceback (most recent call last)\ninput In [2], in <module>\n----> 1 foo()\n\nInput In [1], in foo()\n    1 def foo():\n----> 2     return 3 / 0\n\nZeroDivisionError: division by zero",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "stack_data"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " package has been integrated, which provides smarter information in the traceback; in particular it will highlight the AST node where an error occurs which can help to quickly narrow down errors."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "For example in the following snippet      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "def foo(i):\n    x = [[[0]]]\n    return x[0][i][0]\n\n\ndef bar():\n    return foo(0) + foo(\n        1\n    ) + foo(2)",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "calling "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "bar()"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " would raise an "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "IndexError"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " on the return line of "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "foo"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", and IPython 8.0 is capable of telling you where the index error occurs       "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "IndexError\nInput In [2], in <module>\n----> 1 bar()\n        ^^^^^\n\nInput In [1], in bar()\n      6 def bar():\n----> 7     return foo(0) + foo(\n                            ^^^^\n      8         1\n         ^^^^^^^^\n      9     ) + foo(2)\n         ^^^^\n\nInput In [1], in foo(i)\n      1 def foo(i):\n      2     x = [[[0]]]\n----> 3     return x[0][i][0]\n                   ^^^^^^^",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The corresponding locations marked here with "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "^"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " will show up highlighted in the terminal and notebooks."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Finally, a colon "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "::"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and line number is appended after a filename in traceback       "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "ZeroDivisionError               Traceback (most recent call last)\nFile ~/error.py:4, in <module>\n      1 def f():\n      2     1/0\n----> 4 f()\n\nFile ~/error.py:2, in f()\n      1 def f():\n----> 2     1/0",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Many terminals and editors have integrations enabling you to directly jump to the relevant file/line when this syntax is used, so this small addition may have a high impact on productivity."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Traceback improvements"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Autosuggestion is a very useful feature available in "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "fish"
                }
              ],
              "url": "https://fishshell.com/",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "zsh"
                }
              ],
              "url": "https://en.wikipedia.org/wiki/Z_shell",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", and "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "prompt-toolkit"
                }
              ],
              "url": "https://python-prompt-toolkit.readthedocs.io/en/master/pages/asking_for_input.html#auto-suggestion",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Ptpython"
                }
              ],
              "url": "https://github.com/prompt-toolkit/ptpython#ptpython",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " allows users to enable this feature in "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "ptpython/config.py"
                }
              ],
              "url": "https://github.com/prompt-toolkit/ptpython/blob/master/examples/ptpython_config/config.py#L90",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This feature allows users to accept autosuggestions with ctrl e, ctrl f, or right arrow as described below."
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": true,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Start ipython"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "auto_suggest_1_prompt_no_text.png"
          }
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": true,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Run "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "print(\"hello\")"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "auto_suggest_2_print_hello_suggest.png"
          }
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": true,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "start typing "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "print"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " again to see the autosuggestion"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "auto_suggest_3_print_hello_suggest.png"
          }
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": true,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Press "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "ctrl-f"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": ", or "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "ctrl-e"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": ", or "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "right-arrow"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " to accept the suggestion"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "auto_suggest_4_print_hello.png"
          }
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "You can also complete word by word:"
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": true,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Run "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "def say_hello(): print(\"hello\")"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "auto_suggest_second_prompt.png"
          }
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": true,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Start typing  the first letter if "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "def"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " to see the autosuggestion"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "auto_suggest_d_phantom.png"
          }
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": true,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Press "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "alt-f"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " (or "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "escape"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " followed by "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "f"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "), to accept the first word of the suggestion"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "auto_suggest_def_phantom.png"
          }
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Importantly, this feature does not interfere with tab completion:"
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": true,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "After running "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "def say_hello(): print(\"hello\")"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": ", press d"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "auto_suggest_d_phantom.png"
          }
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": true,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Press Tab to start tab completion"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "auto_suggest_d_completions.png"
          }
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "3A. Press Tab again to select the first option"
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "auto_suggest_def_completions.png"
          }
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "3B. Press "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "alt f"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " ("
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "escape"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "f"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ") to accept to accept the first word of the suggestion"
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "auto_suggest_def_phantom.png"
          }
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "3C. Press "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "ctrl-f"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " or "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "ctrl-e"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " to accept the entire suggestion"
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "auto_suggest_match_parens.png"
          }
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Currently, autosuggestions are only shown in the emacs or vi insert editing modes:"
            }
          ]
        },
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": false,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "The ctrl e, ctrl f, and alt f shortcuts work by default in emacs mode."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "To use these shortcuts in vi insert mode, you will have to create "
                    },
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "custom keybindings in your config.py"
                        }
                      ],
                      "url": "https://github.com/mskar/setup/commit/2892fcee46f9f80ef7788f0749edc99daccc52f4/",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "."
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Autosuggestions"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In IPDB, it is now possible to show the information about an object using \"?\" and \"??\", in much the same way that it can be done when using the IPython prompt      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "ipdb> partial?\nInit signature: partial(self, /, *args, **kwargs)\nDocstring:\npartial(func, *args, **keywords) - new function with partial application\nof the given arguments and keywords.\nFile:           ~/.pyenv/versions/3.8.6/lib/python3.8/functools.py\nType:           type\nSubclasses:",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Previously, "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "pinfo"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " or "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "pinfo2"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " command had to be used for this purpose."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Show pinfo information in ipdb using \"?\" and \"??\""
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Example: When an IPython session is run with the 'autoreload' extension loaded, you will now have the option '3' to select, which means the following:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": true,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "replicate all functionality from option 2"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "autoload all new funcs/classes/enums/globals from the module when they are added"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "autoload all newly imported funcs/classes/enums/globals from external modules"
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Try "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%autoreload 3"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " in an IPython session after running "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%load_ext autoreload"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "For more information please see the following unit test"
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "extensions/tests/test_autoreload.py:test_autoload_newly_added_objects"
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Autoreload 3 feature"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This feature was present in 7.x, but disabled by default."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "In 8.0, input was automatically reformatted with Black when black was installed. This feature has been reverted for the time being. You can re-enable it by setting "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "TerminalInteractiveShell.autoformatter"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " to "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "\"black\""
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Auto formatting with black in the CLI"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Previously, when using "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%history"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", users could specify either a range of sessions and lines, for example:"
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "~8/1-~6/5   # see history from the first line of 8 sessions ago,\n            # to the fifth line of 6 sessions ago.``",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Or users could specify a glob pattern:"
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "-g <pattern>  # glob ALL history for the specified pattern.",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "However users could "
            },
            {
              "__type": "Emphasis",
              "__tag": 4047,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "not"
                }
              ]
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " specify both."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "If a user "
            },
            {
              "__type": "Emphasis",
              "__tag": 4047,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "did"
                }
              ]
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " specify both a range and a glob pattern, then the glob pattern would be used (globbing "
            },
            {
              "__type": "Emphasis",
              "__tag": 4047,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "all"
                }
              ]
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " history) "
            },
            {
              "__type": "Emphasis",
              "__tag": 4047,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "and the range would be ignored"
                }
              ]
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "With this enhancement, if a user specifies both a range and a glob pattern, then the glob pattern will be applied to the specified range of history."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "History Range Glob feature"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "From now on, IPython will not ask for the next line of input when given a single line with more closing than opening brackets. For example, this means that if you (mis)type "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "]]"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " instead of "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "[]"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", a "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "SyntaxError"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " will show up, instead of the "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "...:"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " prompt continuation."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Don't start a multi-line cell with sunken parenthesis"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The ipdb "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "interact"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " starts an IPython shell instead of Python's built-in "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "code.interact()"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "IPython shell for ipdb interact"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "When pasting code into IPython, it will strip the leading prompt characters if there are any. For example, you can paste the following code into the console - it will still work, even though each line is prefixed with prompts ("
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "In"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "Out"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ")      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "In [1]: 2 * 2 == 4\nOut[1]: True\n\nIn [2]: print(\"This still works as pasted\")",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Previously, this was not the case for the Vi-mode prompts      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "In [1]: [ins] In [13]: 2 * 2 == 4\n   ...: Out[13]: True\n   ...:\n  File \"<ipython-input-1-727bb88eaf33>\", line 1\n    [ins] In [13]: 2 * 2 == 4\n          ^\nSyntaxError: invalid syntax",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This is now fixed, and Vi prompt prefixes - "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "[ins]"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "[nav]"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " -  are skipped just as the normal "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "In"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " would be."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "IPython shell can be started in the Vi mode using "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "ipython --TerminalInteractiveShell.editing_mode=vi"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", You should be able to change mode dynamically with "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%config TerminalInteractiveShell.editing_mode='vi'"
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Automatic Vi prompt stripping"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "A number of magics that take history ranges can now be used with an empty range. These magics are:"
            }
          ]
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%save"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%load"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%pastebin"
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%pycat"
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Using them this way will make them take the history of the current session up to the point of the magic call (such that the magic itself will not be included)."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Therefore it is now possible to save the whole history to a file using "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%save <filename>"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", load and edit it using "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%load"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " (makes for a nice usage when followed with "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "F2"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "), send it to "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "dpaste.org"
                }
              ],
              "url": "http://dpast.org",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " using "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%pastebin"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", or view the whole thing syntax-highlighted with a single "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%pycat"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Empty History Ranges"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Timing on Windows, for example with "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "%%time"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ",  was changed from being based on "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "time.perf_counter"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " (which counted time even when the process was sleeping) to being based on "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "time.process_time"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " instead (which only counts CPU time). This brings it closer to the behavior on Linux. See "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "#12984"
                }
              ],
              "url": "https://github.com/IPython/IPython/pull/12984",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Windows timing implementation: Switch to process_time"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "BulletList",
              "__tag": 4053,
              "ordered": false,
              "start": 1,
              "children": [
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Non-text formatters are not disabled in the terminal, which should simplify    writing extensions displaying images or other mimetypes in supporting terminals.    "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#12315"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/12315",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "It is now possible to automatically insert matching brackets in Terminal IPython using the    "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "TerminalInteractiveShell.auto_match=True"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " option. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#12586"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/12586",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "We are thinking of deprecating the current "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%%javascript"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " magic in favor of a better replacement. See "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13376"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13376",
                          "title": ""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "."
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "~"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " is now expanded when part of a path in most magics "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13385"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13385",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%/%%timeit"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " magic now adds a comma every thousands to make reading a long number easier "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13379"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13379",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "\"info\""
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " messages can now be customised to hide some fields "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13343"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13343",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "collections.UserList"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " now pretty-prints "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13320"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13320",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "The debugger now has a persistent history, which should make it less    annoying to retype commands "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#13246"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/13246",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "!pip"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "!conda"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "!cd"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " or "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "!ls"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " are likely doing the wrong thing. We    now warn users if they use one of those commands. "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#12954"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/12954",
                          "title": ""
                        }
                      ]
                    }
                  ]
                },
                {
                  "__type": "ListItem",
                  "__tag": 4054,
                  "children": [
                    {
                      "__type": "Paragraph",
                      "__tag": 4045,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "Make "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "%precision"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " work for "
                        },
                        {
                          "__type": "InlineCode",
                          "__tag": 4051,
                          "value": "numpy.float64"
                        },
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": " type "
                        },
                        {
                          "__type": "Link",
                          "__tag": 4049,
                          "children": [
                            {
                              "__type": "Text",
                              "__tag": 4046,
                              "value": "#12902"
                            }
                          ],
                          "url": "https://github.com/IPython/IPython/pull/12902",
                          "title": ""
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Miscellaneous"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "XDG support through the years comes and goes. There is a tension between having an identical location for configuration in all platforms versus having simple instructions. After initial failures a couple of years ago, IPython was modified to automatically migrate XDG config files back into "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "~/.ipython"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ". That migration code has now been removed. IPython now checks the XDG locations, so if you _manually_ move your config files to your preferred location, IPython will not move them back."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Re-added support for XDG config directories"
        }
      ],
      "level": 3,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "To prepare for Python 3.10, we have started working on removing reliance and any dependency that is not compatible with Python 3.10. This includes migrating our test suite to pytest and starting to remove nose. This also means that the "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "iptest"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " command is now gone and all testing is via pytest."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This was in large part thanks to the NumFOCUS Small Developer grant, which enabled us to allocate $4000 to hire "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Nikita Kniazev (@Kojoley)"
                }
              ],
              "url": "https://github.com/Kojoley",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", who did a fantastic job at updating our code base, migrating to pytest, pushing our coverage, and fixing a large number of bugs. I highly recommend contacting them if you need help with C++ and Python projects."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "You can find all relevant issues and PRs with "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "the SDG 2021 tag"
                }
              ],
              "url": "https://github.com/ipython/ipython/issues?q=label%3A%22Numfocus+SDG+2021%22+",
              "title": ""
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Preparing for Python 3.10"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We are removing support for Python up through 3.7, allowing internal code to use the more efficient "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "pathlib"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and to make better use of type annotations."
            }
          ]
        },
        {
          "__type": "Figure",
          "__tag": 4024,
          "value": {
            "__type": "RefInfo",
            "__tag": 4000,
            "module": "IPython",
            "version": "9.13.0",
            "kind": "assets",
            "path": "pathlib_pathlib_everywhere.jpg"
          }
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We had about 34 PRs only to update some logic to update some functions from managing strings to using Pathlib."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The completer has also seen significant updates and now makes use of newer Jedi APIs, offering faster and more reliable tab completion."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Removing support for older Python versions"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Here are some numbers      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "7.x: 296 files, 12561 blank lines, 20282 comments, 35142 line of code.\n8.0: 252 files, 12053 blank lines, 19232 comments, 34505 line of code.\n\n$ git diff --stat 7.x...master  | tail -1\n340 files changed, 13399 insertions(+), 12421 deletions(-)",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "We have commits from 162 authors, who contributed 1916 commits in 23 month, excluding merges (to not bias toward maintainers pushing buttons).     "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "$ git shortlog  -s --no-merges  7.x...master | sort -nr\n535\tMatthias Bussonnier\n 86\tNikita Kniazev\n 69\tBlazej Michalik\n 49\tSamuel Gaist\n 27\tItamar Turner-Trauring\n 18\tSpas Kalaydzhisyki\n 17\tThomas Kluyver\n 17\tQuentin Peter\n 17\tJames Morris\n 17\tArtur Svistunov\n 15\tBart Skowron\n 14\tAlex Hall\n 13\trushabh-v\n 13\tTerry Davis\n 13\tBenjamin Ragan-Kelley\n  8\tmartinRenou\n  8\tfarisachugthai\n  7\tdswij\n  7\tGal B\n  7\tCorentin Cadiou\n  6\tyuji96\n  6\tMartin Skarzynski\n  6\tJustin Palmer\n  6\tDaniel Goldfarb\n  6\tBen Greiner\n  5\tSammy Al Hashemi\n  5\tPaul Ivanov\n  5\tInception95\n  5\tEyenpi\n  5\tDouglas Blank\n  5\tCoco Mishra\n  5\tBibo Hao\n  5\tAndré A. Gomes\n  5\tAhmed Fasih\n  4\ttakuya fujiwara\n  4\tpalewire\n  4\tThomas A Caswell\n  4\tTalley Lambert\n  4\tScott Sanderson\n  4\tRam Rachum\n  4\tNick Muoh\n  4\tNathan Goldbaum\n  4\tMithil Poojary\n  4\tMichael T\n  4\tJakub Klus\n  4\tIan Castleden\n  4\tEli Rykoff\n  4\tAshwin Vishnu\n  3\t谭九鼎\n  3\tsleeping\n  3\tSylvain Corlay\n  3\tPeter Corke\n  3\tPaul Bissex\n  3\tMatthew Feickert\n  3\tFernando Perez\n  3\tEric Wieser\n  3\tDaniel Mietchen\n  3\tAditya Sathe\n  3\t007vedant\n  2\trchiodo\n  2\tnicolaslazo\n  2\tluttik\n  2\tgorogoroumaru\n  2\tfoobarbyte\n  2\tbar-hen\n  2\tTheo Ouzhinski\n  2\tStrawkage\n  2\tSamreen Zarroug\n  2\tPete Blois\n  2\tMeysam Azad\n  2\tMatthieu Ancellin\n  2\tMark Schmitz\n  2\tMaor Kleinberger\n  2\tMRCWirtz\n  2\tLumir Balhar\n  2\tJulien Rabinow\n  2\tJuan Luis Cano Rodríguez\n  2\tJoyce Er\n  2\tJakub\n  2\tFaris A Chugthai\n  2\tEthan Madden\n  2\tDimitri Papadopoulos\n  2\tDiego Fernandez\n  2\tDaniel Shimon\n  2\tCoco Bennett\n  2\tCarlos Cordoba\n  2\tBoyuan Liu\n  2\tBaoGiang HoangVu\n  2\tAugusto\n  2\tArthur Svistunov\n  2\tArthur Moreira\n  2\tAli Nabipour\n  2\tAdam Hackbarth\n  1\trichard\n  1\tlinar-jether\n  1\tlbennett\n  1\tjuacrumar\n  1\tgpotter2\n  1\tdigitalvirtuoso\n  1\tdalthviz\n  1\tYonatan Goldschmidt\n  1\tTomasz Kłoczko\n  1\tTobias Bengfort\n  1\tTimur Kushukov\n  1\tThomas\n  1\tSnir Broshi\n  1\tShao Yang Hong\n  1\tSanjana-03\n  1\tRomulo Filho\n  1\tRodolfo Carvalho\n  1\tRichard Shadrach\n  1\tReilly Tucker Siemens\n  1\tRakessh Roshan\n  1\tPiers Titus van der Torren\n  1\tPhanatosZou\n  1\tPavel Safronov\n  1\tPaulo S. Costa\n  1\tPaul McCarthy\n  1\tNotWearingPants\n  1\tNaelson Douglas\n  1\tMichael Tiemann\n  1\tMatt Wozniski\n  1\tMarkus Wageringel\n  1\tMarcus Wirtz\n  1\tMarcio Mazza\n  1\tLumír 'Frenzy' Balhar\n  1\tLightyagami1\n  1\tLeon Anavi\n  1\tLeafyLi\n  1\tL0uisJ0shua\n  1\tKyle Cutler\n  1\tKrzysztof Cybulski\n  1\tKevin Kirsche\n  1\tKIU Shueng Chuan\n  1\tJonathan Slenders\n  1\tJay Qi\n  1\tJake VanderPlas\n  1\tIwan Briquemont\n  1\tHussaina Begum Nandyala\n  1\tGordon Ball\n  1\tGabriel Simonetto\n  1\tFrank Tobia\n  1\tErik\n  1\tElliott Sales de Andrade\n  1\tDaniel Hahler\n  1\tDan Green-Leipciger\n  1\tDan Green\n  1\tDamian Yurzola\n  1\tCoon, Ethan T\n  1\tCarol Willing\n  1\tBrian Lee\n  1\tBrendan Gerrity\n  1\tBlake Griffin\n  1\tBastian Ebeling\n  1\tBartosz Telenczuk\n  1\tAnkitsingh6299\n  1\tAndrew Port\n  1\tAndrew J. Hesford\n  1\tAlbert Zhang\n  1\tAdam Johnson",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This does not, of course, represent non-code contributions, for which we are also grateful."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Misc Statistics"
        }
      ],
      "level": 2,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This is an experimental exhaustive API difference using "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Frappuccino"
                }
              ],
              "url": "https://pypi.org/project/frappuccino/",
              "title": ""
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The following items are new in IPython 8.0       "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "+ IPython.core.async_helpers.get_asyncio_loop()\n+ IPython.core.completer.Dict\n+ IPython.core.completer.Pattern\n+ IPython.core.completer.Sequence\n+ IPython.core.completer.__skip_doctest__\n+ IPython.core.debugger.Pdb.precmd(self, line)\n+ IPython.core.debugger.__skip_doctest__\n+ IPython.core.display.__getattr__(name)\n+ IPython.core.display.warn\n+ IPython.core.display_functions\n+ IPython.core.display_functions.DisplayHandle\n+ IPython.core.display_functions.DisplayHandle.display(self, obj, **kwargs)\n+ IPython.core.display_functions.DisplayHandle.update(self, obj, **kwargs)\n+ IPython.core.display_functions.__all__\n+ IPython.core.display_functions.__builtins__\n+ IPython.core.display_functions.__cached__\n+ IPython.core.display_functions.__doc__\n+ IPython.core.display_functions.__file__\n+ IPython.core.display_functions.__loader__\n+ IPython.core.display_functions.__name__\n+ IPython.core.display_functions.__package__\n+ IPython.core.display_functions.__spec__\n+ IPython.core.display_functions.b2a_hex\n+ IPython.core.display_functions.clear_output(wait=False)\n+ IPython.core.display_functions.display(*objs, include='None', exclude='None', metadata='None', transient='None', display_id='None', raw=False, clear=False, **kwargs)\n+ IPython.core.display_functions.publish_display_data(data, metadata='None', source='<deprecated>', *, transient='None', **kwargs)\n+ IPython.core.display_functions.update_display(obj, *, display_id, **kwargs)\n+ IPython.core.extensions.BUILTINS_EXTS\n+ IPython.core.inputtransformer2.has_sunken_brackets(tokens)\n+ IPython.core.interactiveshell.Callable\n+ IPython.core.interactiveshell.__annotations__\n+ IPython.core.ultratb.List\n+ IPython.core.ultratb.Tuple\n+ IPython.lib.pretty.CallExpression\n+ IPython.lib.pretty.CallExpression.factory(name)\n+ IPython.lib.pretty.RawStringLiteral\n+ IPython.lib.pretty.RawText\n+ IPython.terminal.debugger.TerminalPdb.do_interact(self, arg)\n+ IPython.terminal.embed.Set",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The following items have been removed (or moved to superclass)      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "- IPython.core.application.BaseIPythonApplication.initialize_subcommand\n- IPython.core.completer.Sentinel\n- IPython.core.completer.skip_doctest\n- IPython.core.debugger.Tracer\n- IPython.core.display.DisplayHandle\n- IPython.core.display.DisplayHandle.display\n- IPython.core.display.DisplayHandle.update\n- IPython.core.display.b2a_hex\n- IPython.core.display.clear_output\n- IPython.core.display.display\n- IPython.core.display.publish_display_data\n- IPython.core.display.update_display\n- IPython.core.excolors.Deprec\n- IPython.core.excolors.ExceptionColors\n- IPython.core.history.warn\n- IPython.core.hooks.late_startup_hook\n- IPython.core.hooks.pre_run_code_hook\n- IPython.core.hooks.shutdown_hook\n- IPython.core.interactiveshell.InteractiveShell.init_deprecation_warnings\n- IPython.core.interactiveshell.InteractiveShell.init_readline\n- IPython.core.interactiveshell.InteractiveShell.write\n- IPython.core.interactiveshell.InteractiveShell.write_err\n- IPython.core.interactiveshell.get_default_colors\n- IPython.core.interactiveshell.removed_co_newlocals\n- IPython.core.magics.execution.ExecutionMagics.profile_missing_notice\n- IPython.core.magics.script.PIPE\n- IPython.core.prefilter.PrefilterManager.init_transformers\n- IPython.core.release.classifiers\n- IPython.core.release.description\n- IPython.core.release.keywords\n- IPython.core.release.long_description\n- IPython.core.release.name\n- IPython.core.release.platforms\n- IPython.core.release.url\n- IPython.core.ultratb.VerboseTB.format_records\n- IPython.core.ultratb.find_recursion\n- IPython.core.ultratb.findsource\n- IPython.core.ultratb.fix_frame_records_filenames\n- IPython.core.ultratb.inspect_error\n- IPython.core.ultratb.is_recursion_error\n- IPython.core.ultratb.with_patch_inspect\n- IPython.external.__all__\n- IPython.external.__builtins__\n- IPython.external.__cached__\n- IPython.external.__doc__\n- IPython.external.__file__\n- IPython.external.__loader__\n- IPython.external.__name__\n- IPython.external.__package__\n- IPython.external.__path__\n- IPython.external.__spec__\n- IPython.kernel.KernelConnectionInfo\n- IPython.kernel.__builtins__\n- IPython.kernel.__cached__\n- IPython.kernel.__warningregistry__\n- IPython.kernel.pkg\n- IPython.kernel.protocol_version\n- IPython.kernel.protocol_version_info\n- IPython.kernel.src\n- IPython.kernel.version_info\n- IPython.kernel.warn\n- IPython.lib.backgroundjobs\n- IPython.lib.backgroundjobs.BackgroundJobBase\n- IPython.lib.backgroundjobs.BackgroundJobBase.run\n- IPython.lib.backgroundjobs.BackgroundJobBase.traceback\n- IPython.lib.backgroundjobs.BackgroundJobExpr\n- IPython.lib.backgroundjobs.BackgroundJobExpr.call\n- IPython.lib.backgroundjobs.BackgroundJobFunc\n- IPython.lib.backgroundjobs.BackgroundJobFunc.call\n- IPython.lib.backgroundjobs.BackgroundJobManager\n- IPython.lib.backgroundjobs.BackgroundJobManager.flush\n- IPython.lib.backgroundjobs.BackgroundJobManager.new\n- IPython.lib.backgroundjobs.BackgroundJobManager.remove\n- IPython.lib.backgroundjobs.BackgroundJobManager.result\n- IPython.lib.backgroundjobs.BackgroundJobManager.status\n- IPython.lib.backgroundjobs.BackgroundJobManager.traceback\n- IPython.lib.backgroundjobs.__builtins__\n- IPython.lib.backgroundjobs.__cached__\n- IPython.lib.backgroundjobs.__doc__\n- IPython.lib.backgroundjobs.__file__\n- IPython.lib.backgroundjobs.__loader__\n- IPython.lib.backgroundjobs.__name__\n- IPython.lib.backgroundjobs.__package__\n- IPython.lib.backgroundjobs.__spec__\n- IPython.lib.kernel.__builtins__\n- IPython.lib.kernel.__cached__\n- IPython.lib.kernel.__doc__\n- IPython.lib.kernel.__file__\n- IPython.lib.kernel.__loader__\n- IPython.lib.kernel.__name__\n- IPython.lib.kernel.__package__\n- IPython.lib.kernel.__spec__\n- IPython.lib.kernel.__warningregistry__\n- IPython.paths.fs_encoding\n- IPython.terminal.debugger.DEFAULT_BUFFER\n- IPython.terminal.debugger.cursor_in_leading_ws\n- IPython.terminal.debugger.emacs_insert_mode\n- IPython.terminal.debugger.has_selection\n- IPython.terminal.debugger.vi_insert_mode\n- IPython.terminal.interactiveshell.DISPLAY_BANNER_DEPRECATED\n- IPython.terminal.ipapp.TerminalIPythonApp.parse_command_line\n- IPython.testing.test\n- IPython.utils.contexts.NoOpContext\n- IPython.utils.io.IOStream\n- IPython.utils.io.IOStream.close\n- IPython.utils.io.IOStream.write\n- IPython.utils.io.IOStream.writelines\n- IPython.utils.io.__warningregistry__\n- IPython.utils.io.atomic_writing\n- IPython.utils.io.stderr\n- IPython.utils.io.stdin\n- IPython.utils.io.stdout\n- IPython.utils.io.unicode_std_stream\n- IPython.utils.path.get_ipython_cache_dir\n- IPython.utils.path.get_ipython_dir\n- IPython.utils.path.get_ipython_module_path\n- IPython.utils.path.get_ipython_package_dir\n- IPython.utils.path.locate_profile\n- IPython.utils.path.unquote_filename\n- IPython.utils.py3compat.PY2\n- IPython.utils.py3compat.PY3\n- IPython.utils.py3compat.buffer_to_bytes\n- IPython.utils.py3compat.builtin_mod_name\n- IPython.utils.py3compat.cast_bytes\n- IPython.utils.py3compat.getcwd\n- IPython.utils.py3compat.isidentifier\n- IPython.utils.py3compat.u_format",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The following signatures differ between 7.x and 8.0      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "- IPython.core.completer.IPCompleter.unicode_name_matches(self, text)\n+ IPython.core.completer.IPCompleter.unicode_name_matches(text)\n\n- IPython.core.completer.match_dict_keys(keys, prefix, delims)\n+ IPython.core.completer.match_dict_keys(keys, prefix, delims, extra_prefix='None')\n\n- IPython.core.interactiveshell.InteractiveShell.object_inspect_mime(self, oname, detail_level=0)\n+ IPython.core.interactiveshell.InteractiveShell.object_inspect_mime(self, oname, detail_level=0, omit_sections='()')\n\n- IPython.core.interactiveshell.InteractiveShell.set_hook(self, name, hook, priority=50, str_key='None', re_key='None', _warn_deprecated=True)\n+ IPython.core.interactiveshell.InteractiveShell.set_hook(self, name, hook, priority=50, str_key='None', re_key='None')\n\n- IPython.core.oinspect.Inspector.info(self, obj, oname='', formatter='None', info='None', detail_level=0)\n+ IPython.core.oinspect.Inspector.info(self, obj, oname='', info='None', detail_level=0)\n\n- IPython.core.oinspect.Inspector.pinfo(self, obj, oname='', formatter='None', info='None', detail_level=0, enable_html_pager=True)\n+ IPython.core.oinspect.Inspector.pinfo(self, obj, oname='', formatter='None', info='None', detail_level=0, enable_html_pager=True, omit_sections='()')\n\n- IPython.core.profiledir.ProfileDir.copy_config_file(self, config_file, path='None', overwrite=False)\n+ IPython.core.profiledir.ProfileDir.copy_config_file(self, config_file, path, overwrite=False)\n\n- IPython.core.ultratb.VerboseTB.format_record(self, frame, file, lnum, func, lines, index)\n+ IPython.core.ultratb.VerboseTB.format_record(self, frame_info)\n\n- IPython.terminal.embed.InteractiveShellEmbed.mainloop(self, local_ns='None', module='None', stack_depth=0, display_banner='None', global_ns='None', compile_flags='None')\n+ IPython.terminal.embed.InteractiveShellEmbed.mainloop(self, local_ns='None', module='None', stack_depth=0, compile_flags='None')\n\n- IPython.terminal.embed.embed(**kwargs)\n+ IPython.terminal.embed.embed(*, header='', compile_flags='None', **kwargs)\n\n- IPython.terminal.interactiveshell.TerminalInteractiveShell.interact(self, display_banner='<object object at 0xffffff>')\n+ IPython.terminal.interactiveshell.TerminalInteractiveShell.interact(self)\n\n- IPython.terminal.interactiveshell.TerminalInteractiveShell.mainloop(self, display_banner='<object object at 0xffffff>')\n+ IPython.terminal.interactiveshell.TerminalInteractiveShell.mainloop(self)\n\n- IPython.utils.path.get_py_filename(name, force_win32='None')\n+ IPython.utils.path.get_py_filename(name)",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The following are new attributes (that might be inherited)      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "+ IPython.core.completer.IPCompleter.unicode_names\n+ IPython.core.debugger.InterruptiblePdb.precmd\n+ IPython.core.debugger.Pdb.precmd\n+ IPython.core.ultratb.AutoFormattedTB.has_colors\n+ IPython.core.ultratb.ColorTB.has_colors\n+ IPython.core.ultratb.FormattedTB.has_colors\n+ IPython.core.ultratb.ListTB.has_colors\n+ IPython.core.ultratb.SyntaxTB.has_colors\n+ IPython.core.ultratb.TBTools.has_colors\n+ IPython.core.ultratb.VerboseTB.has_colors\n+ IPython.terminal.debugger.TerminalPdb.do_interact\n+ IPython.terminal.debugger.TerminalPdb.precmd",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The following attribute/methods have been removed      "
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "- IPython.core.application.BaseIPythonApplication.deprecated_subcommands\n- IPython.core.ultratb.AutoFormattedTB.format_records\n- IPython.core.ultratb.ColorTB.format_records\n- IPython.core.ultratb.FormattedTB.format_records\n- IPython.terminal.embed.InteractiveShellEmbed.init_deprecation_warnings\n- IPython.terminal.embed.InteractiveShellEmbed.init_readline\n- IPython.terminal.embed.InteractiveShellEmbed.write\n- IPython.terminal.embed.InteractiveShellEmbed.write_err\n- IPython.terminal.interactiveshell.TerminalInteractiveShell.init_deprecation_warnings\n- IPython.terminal.interactiveshell.TerminalInteractiveShell.init_readline\n- IPython.terminal.interactiveshell.TerminalInteractiveShell.write\n- IPython.terminal.interactiveshell.TerminalInteractiveShell.write_err\n- IPython.terminal.ipapp.LocateIPythonApp.deprecated_subcommands\n- IPython.terminal.ipapp.LocateIPythonApp.initialize_subcommand\n- IPython.terminal.ipapp.TerminalIPythonApp.deprecated_subcommands\n- IPython.terminal.ipapp.TerminalIPythonApp.initialize_subcommand",
          "execution_status": null,
          "out": ""
        },
        {
          "__type": "ThematicBreak",
          "__tag": 4019
        },
        {
          "__type": "Footnote",
          "__tag": 4067,
          "label": "1",
          "children": [
            {
              "__type": "Paragraph",
              "__tag": 4045,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "If this make you uncomfortable feel free to not use IPython 8.23."
                }
              ]
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "API Changes using Frappuccino"
        }
      ],
      "level": 2,
      "target": null
    }
  ],
  "local_refs": []
}