Skip to content

Commit c9b2e1a

Browse files
committed
Prepare for 0.15.0.
1 parent a6b86da commit c9b2e1a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.changelog/117.bugfix

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

.changelog/71.feature

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Fil 0.15.0 (2021-02-18)
2+
3+
4+
### Features
5+
6+
- Fil now supports profiling individual functions in normal Python scripts; previously this was only possible in Jupyter. ([#71](https://github.com/pythonspeed/filprofiler/issues/71))
7+
8+
9+
### Bugfixes
10+
11+
- Fil now works better with subprocessses. It doesn't support memory tracking in subprocesses yet, but it doesn't break them either. ([#117](https://github.com/pythonspeed/filprofiler/issues/117))
12+
13+
114
# Fil 0.14.1 (2021-01-15)
215

316

0 commit comments

Comments
 (0)