From 645b8a9f224c03211cbe4e124347e02e99d57bd61e2132dba2e151df718a656d Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 6 Nov 2022 10:43:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=97 --- python-ipython.changes | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python-ipython.changes b/python-ipython.changes index 60e88b5..de2e21e 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -7,11 +7,6 @@ Sat Nov 5 19:43:48 UTC 2022 - Arun Persaud extensions. pip did not exists when install_ext was introduced. You can still load local extensions without installing them. Just set your sys.path for example. :ghpull:`13744` - * IPython now have extra entry points that that the major and minor - version of python. For some of you this mean that you can do a - quick ipython3.10 to launch IPython from the Python 3.10 - interpreter, while still using Python 3.11 as your main - Python. :ghpull:`13743` * The completer matcher API have been improved. See :ghpull:`13745`. This should improve the type inference and improve dict keys completions in many use case. Tanks @krassowski