Path to this page:
Subject: CVS commit: pkgsrc/devel/py-ipython
From: Adam Ciarcinski
Date: 2022-05-11 11:34:03
Message id: 20220511093403.B0E87FA94@cvs.NetBSD.org
Log Message:
py-ipython: updated to 8.3.0
IPython 8.3.0
-------------
- :ghpull:`13625`, using ``?``, ``??``, ``*?`` will not call
``set_next_input`` 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
- :ghpull:`13600`, ``pre_run_*``-hooks will now have a ``cell_id`` attribute on
the info object when frontend provide it. This has been backported to 7.33
- :ghpull:`13624`, fixed :kbd:`End` key being broken after accepting an
auto-suggestion.
- :ghpull:`13657` fix issue where history from different sessions would be mixed.
Files: