--- - branch: MAIN date: Thu Jun 10 07:19:46 UTC 2021 files: - new: '1.60' old: '1.59' path: pkgsrc/devel/py-ipython/Makefile pathrev: pkgsrc/devel/py-ipython/Makefile@1.60 type: modified - new: '1.37' old: '1.36' path: pkgsrc/devel/py-ipython/distinfo pathrev: pkgsrc/devel/py-ipython/distinfo@1.37 type: modified id: 20210610T071946Z.a924ff2c4e767562f2ac4b3373957d6682ca1fb8 log: "py-ipython: updated to 7.24.1\n\nIPython 7.24\n============\n\nThird release of IPython for 2021, mostly containing bug fixes. A couple of not\ntypical updates:\n\nMisc\n----\n\n - Fix an issue where ``%recall`` would both succeeded and print an error message\n \ it failed. :ghpull:`12952`\n - Drop support for NumPy 1.16 รข\x80\x93 practically has no effect beyond indicating in\n package metadata that we do not support it. :ghpull:`12937`\n\nDebugger improvements\n---------------------\n\nThe debugger (and ``%debug`` magic) have been improved and can skip or hide frames\noriginating from files that are not writable to the user, as these are less\nlikely to be the source of errors, or be part of system files this can be a useful\naddition when debugging long errors.\n\nIn addition to the global ``skip_hidden True|False`` command, the debugger has\ngained finer grained control of predicates as to whether to a frame should be\nconsidered hidden. So far 3 predicates are available :\n\n \ - ``tbhide``: frames containing the local variable ``__tracebackhide__`` set to\n True.\n - ``readonly``: frames originating from readonly files, set to False.\n - ``ipython_internal``: frames that are likely to be from IPython internal\n \ code, set to True.\n\nYou can toggle individual predicates during a session with\n\n.. code-block::\n\n ipdb> skip_predicates readonly True\n\nRead-only files will now be considered hidden frames.\n\nYou can call ``skip_predicates`` without arguments to see the states of current\npredicates:\n\n.. code-block::\n\n \ ipdb> skip_predicates\n current predicates:\n tbhide : True\n readonly : False\n ipython_internal : True\n\nIf all predicates are set to ``False``, \ ``skip_hidden`` will practically have\nno effect. We attempt to warn you when all predicates are False.\n\nNote that the ``readonly`` predicate may increase disk access as we check for\nfile access permission for all frames on many command invocation, but is usually\ncached by operating systems. Let us know if you encounter any issues.\n\nAs the IPython debugger does not use the traitlets infrastructure for\nconfiguration, by editing your ``.pdbrc`` files and appending commands you would\nlike to be executed just before entering the interactive prompt. For example:\n\n.. code::\n\n # file : ~/.pdbrc\n skip_predicates readonly True\n skip_predicates tbhide False\n\nWill hide read only frames by default and show frames marked with\n``__tracebackhide__``.\n" module: pkgsrc subject: 'CVS commit: pkgsrc/devel/py-ipython' unixtime: '1623309586' user: adam