From c9b2e1a761128a9793c238902075bcd283dffd93 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 18 Feb 2021 14:03:58 -0500 Subject: [PATCH] Prepare for 0.15.0. --- .changelog/117.bugfix | 1 - .changelog/71.feature | 1 - CHANGELOG.md | 13 +++++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) delete mode 100644 .changelog/117.bugfix delete mode 100644 .changelog/71.feature diff --git a/.changelog/117.bugfix b/.changelog/117.bugfix deleted file mode 100644 index 2add8522..00000000 --- a/.changelog/117.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fil now works better with subprocessses. It doesn't support memory tracking in subprocesses yet, but it doesn't break them either. \ No newline at end of file diff --git a/.changelog/71.feature b/.changelog/71.feature deleted file mode 100644 index b356289c..00000000 --- a/.changelog/71.feature +++ /dev/null @@ -1 +0,0 @@ -Fil now supports profiling individual functions in normal Python scripts; previously this was only possible in Jupyter. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e9119c81..451cf179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Fil 0.15.0 (2021-02-18) + + +### Features + +- 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)) + + +### Bugfixes + +- 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)) + + # Fil 0.14.1 (2021-01-15)