Path to this page:
Subject: CVS commit: pkgsrc/devel/py-ipython
From: Adam Ciarcinski
Date: 2023-09-02 07:39:25
Message id: 20230902053925.610E7FBDC@cvs.NetBSD.org
Log Message:
py-ipython: updated to 8.15.0
IPython 8.15
------------
Medium release of IPython after a couple of month hiatus, and a bit
off-schedule.
Among other, IPython 8.15:
- Improve compatibility with future version of Python 3.12/3.13
:ghpull:`14107`, :ghpull:`14139`,
- Improve support for ``ExceptionGroups``, :ghpull:`14108`
- Fix hangs in ``%gui osx``, :ghpull:`14125`
- Fix memory lead with ``%reset``, :ghpull:`14133`
- Unstable config option to modify traceback highlighting that is sometime hard
to read :ghpull:`14138`
- Support ``.`` in ``ipdb`` as an argument to the ``list`` command
:ghpull:`14121`
- Workroud ``parso`` showing warning message when the default logger level is
changed :ghpull:`14119`
- Fix multiple issues with matplotlib interactive mode, qt5/qt6 :ghpull:`14128`
Files: