File: CHANGELOG

package info (click to toggle)
python-yappi 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,612 kB
  • sloc: python: 4,088; ansic: 2,515; makefile: 29
file content (71 lines) | stat: -rw-r--r-- 1,427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
CHANGELOG
=========

1.7.3 (2025-10-24)

- Better wheel support (https://github.com/sumerc/yappi/pull/196)

1.7.0 (2025-10-23)

- Python 3.14 support

1.6.10 (2024-11-12)

- Fix source distribution not released

1.6.9 (2024-10-31)

- Fix error not cleared from an internal PyObject_GetAttrString call

1.6.0 (2023-12-07)

- Drop support 2.7-3.5 and clean backward compatible code (pull/152)
- Add Python 3.12 wheels

1.5.1 (2023-12-06)

- Add support for Python 3.12
- Fix child callgrind functions disappear

1.4.0 (2022-10-27)

- Add support for Python 3.11

1.3.6 (2022-08-03)

- cibuildwheel integration

1.3.5 (2022-05-20)

- 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 (2021-10-05)

- Fix 3.10 support
- Fix wrong sorting key when tavg is selected

1.3.2 (2020-11-27)

- Add support for Python 3.10

1.3.0 (2020-10-08)

- 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 (2020-04-27)

- Fix tag/ctx_id filtering on get_func_stats

1.2.4 (2020-04-13)

- 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

1.2.3 (2020-04-13)

- Added the CHANGELOG file