Skip to content

Commit 623b87e

Browse files
committed
Prep for new release.
1 parent ea078ac commit 623b87e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changelog/389.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/390.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release notes
22

3+
## Fil 2022.07.0 (2022-07-22)
4+
5+
### Bugfixes
6+
7+
- Stopped using `jemalloc` on Linux, for better compatibility with certain libraries. ([#389](https://github.com/pythonspeed/filprofiler/issues/389))
8+
- Speed up rendering of flamegraphs in cases where there are many smaller allocations, by filtering out allocations smaller than 0.2% of total memory. Future releases may re-enable showing smaller allocations if a better fix can be found. ([#390](https://github.com/pythonspeed/filprofiler/issues/390))
9+
310
## Fil 2022.06.0 (2022-06-19)
411

512
### Features

0 commit comments

Comments
 (0)