Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (10m)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (178d) 

2024-06-06 12:56:52 UTC Now

2023-09-29 13:40:02 UTC MAIN commitmail json YAML

py-ipython: updated to 8.16.0

IPython 8.16
------------

Small double release of IPython (with the 8.12.3 release notes just below).
Mostly bug fixes and cleanups, and type annotations. Of interest for users:

- Fix a bug of the new iPdb chained traceback where some
  Exception would not have any traceback. (see upstream fix in CPython for more
  details).
- Fix an error where semicolon would not suppress output.
- Fix case with spurious message about event loops when using
  matplotlib.

(adam)