hunter v3.2.0 Release Notes

Release Date: 2020-08-16 // over 3 years ago
    • ๐Ÿ–จ Implemented the :class:~hunter.actions.StackPrinter action.
    • Implemented the :class:~hunter.predicates.Backlog predicate. Contributed by Dan Ailenei in #81 <https://github.com/ionelmc/python-hunter/pull/81>_.
    • ๐Ÿ‘Œ Improved contributing section in docs a bit. Contributed by Tom Schraitle in #85 <https://github.com/ionelmc/python-hunter/pull/85>_.
    • ๐Ÿ‘Œ Improved filtering performance by avoiding a lot of unnecessary PyObject_GetAttr calls in the Cython implementation of :class:~hunter.predicates.Backlog.
    • Implemented the :class:~hunter.actions.ErrorSnooper action.
    • โž• Added support for profiling mode (eg: trace(profile=True)). This mode will use setprofile instead of settrace.
    • โž• Added ARM64 wheels and CI.
    • โž• Added :ref:~hunter.event.Event.instruction and :ref:~hunter.event.Event.builtin (usable in profile mode).
    • โž• Added more cookbook entries.