- Fix an exception with matplotlib on Python 3.10 (97) - Fix incorrect walltime when same coroutine is ran with concurrent tasks (58)
1.3.3
- Fix 3.10 support - Fix wrong sorting key when tavg is selected
1.3.2
- Add support for Python 3.10
1.3.0
- Add support for profiling gevent applications - A new API has been defined: `set_context_backend` which accepts `greenlet` as a backend. - Fix various issues
1.2.5
- Fix tag/ctx_id filtering on get_func_stats
1.2.4
- Add filter_callback to get_func_stats() for filtering function/module descriptors - FIX: issues related to invalid conversion from long->ptr in Win32 - Optimize tstate->dict retrieval - Various other fixes