Path to this page:
Subject: CVS commit: pkgsrc/devel/py-ipython
From: Adam Ciarcinski
Date: 2024-12-29 10:31:47
Message id: 20241229093147.DC4D6FC1D@cvs.NetBSD.org
Log Message:
py-ipython: updated to 8.31.0
IPython 8.31
Small release for this end of december; This release contains only two notable \
changes:
- :ghpull:`14594` Fix completion in tuples, where the completion was
suggesting tuples methods instead of methods and attributes of the current
element.
- :ghpull:`14598` Fix pdb issue with Python 3.13.1, this fix is not perfect
(see :ghissue:`14620`) but should be sufficient for now.
IPython 8.30
Small release for this end of november;
- :ghpull:`14579` improve the documentatation for custom IPython formatters, and how
you can register formatters for custom mime types.
- :ghpull:`14580` fix a bug in which commands that were not assigned a shortcut
could not be assigned one.
- :ghpull:`12690` fix a bug in which a single ``/`` on an empty line would not be
an error. This is due to the ``autocall`` behavior that we are thinking of
deprecating.
Files: