Path to this page:
Subject: CVS commit: pkgsrc/devel/py-ipython
From: Adam Ciarcinski
Date: 2021-11-04 14:31:59
Message id: 20211104133159.597FCFAEC@cvs.NetBSD.org
Log Message:
py-ipython: updated to 7.29.0
IPython 7.29 brings a couple of new functionalities to IPython and a number of \
bugfixes.
It is one of the largest recent release, relatively speaking, with close to 15 \
Pull Requests.
- fix an issue where base64 was returned instead of bytes when showing figures \
:ghpull:`13162`
- fix compatibility with PyQt6, PySide 6 :ghpull:`13172`. This may be of
interest if you are running on Apple Silicon as only qt6.2+ is natively
compatible.
- fix matplotlib qtagg eventloop :ghpull:`13179`
- Multiple docs fixes, typos, ... etc.
- Debugger will now exit by default on SigInt :ghpull:`13218`, this will be
useful in notebook/lab if you forgot to exit the debugger. "Interrupt \
Kernel"
will now exist the debugger.
Files: