Skip to content

Commit 048744b

Browse files
authored
release: v4.0.0 (#333)
* release: v4.0.0 We prepare other sources, such as documentation for the release of the next version. * update changelog
1 parent 3a8c0da commit 048744b

File tree

7 files changed

+122
-212
lines changed

7 files changed

+122
-212
lines changed

ChangeLog

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
2025-10-xx v4.0.0
1+
2025-10-31 v4.0.0
2+
3+
Added support for CPython 3.14.
4+
5+
Dropped support for CPython 3.8.
26

37
The MOJO binary output format is now the default. The augmented collapsed
48
stack format is no longer supported.
@@ -7,9 +11,8 @@
711

812
Removed the heap option.
913

10-
Dropped support for CPython 3.8.
11-
12-
Added support for CPython 3.14.
14+
Improved accuracy and performance by more than doubling the maximum attainable
15+
sampling rate.
1316

1417
Added support for the exec system call.
1518

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ folder in either the SVG, PDF or PNG format
513513

514514
# Compatibility
515515

516-
Austin supports Python 3.9 through 3.13, and has been tested on the following
516+
Austin supports Python 3.9 through 3.14, and has been tested on the following
517517
platforms and architectures
518518

519519
| | <img src="art/tux.svg" /> | <img src="art/win.svg"/> | <img src="art/apple.svg"/> |
@@ -531,6 +531,7 @@ summarises the compatibility of Austin with CPython versions
531531
| ----------------- | -------------- |
532532
| 2.3-2.7, 3.3-3.11 | 3.5 |
533533
| 3.8-3.13 | 3.7 |
534+
| 3.9-3.14 | 4.0 |
534535

535536
> [!NOTE]
536537
> Austin *might* work with other platforms and architectures not listed above.

doc/cheatsheet.pdf

18 KB
Binary file not shown.

doc/cheatsheet.png

-70.4 KB
Loading

doc/cheatsheet.svg

Lines changed: 110 additions & 204 deletions
Loading

scripts/build-wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Developers",
1818
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
19-
"Programming Language :: Python :: 3.8",
2019
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",
2423
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2525
],
2626
"Project-URL": [
2727
"Homepage, https://github.com/P403n1x87/austin",

src/austin.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
2-
.TH AUSTIN "1" "August 2025" "austin 4.0.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2+
.TH AUSTIN "1" "October 2025" "austin 4.0.0" "User Commands"
33
.SH NAME
44
austin \- Frame stack sampler for CPython
55
.SH SYNOPSIS

0 commit comments

Comments
 (0)