Skip to content

Commit

Permalink
Prepare for 2021.7.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarst committed Jul 12, 2021
1 parent d2ebb6a commit 2c5fdd8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
1 change: 0 additions & 1 deletion .changelog/167.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/201.feature

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/202.bugfix

This file was deleted.

28 changes: 21 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,42 @@
# Fil 2021.05.0 (2021-05-06)
# Fil 2021.7.0 (2021-07-12)


### Features

- Added a `--disable-oom-detection` to disable the out-of-memory detection heuristic. ([#201](https://github.com/pythonspeed/filprofiler/issues/201))


### Bugfixes

- When using the Jupyter `%%filprofile` magic, locals defined in the cell are now stored in the Jupyter session as usual. ([#167](https://github.com/pythonspeed/filprofiler/issues/167))
- Emulate Python's module running code more faithfully, to enable profiling things like Apache Beam. ([#202](https://github.com/pythonspeed/filprofiler/issues/202))


# Fil 2021.5.0 (2021-05-06)


### Bugfixes

- Fixed bug where certain allocations went missing during thread creation and cleanup. ([#179](https://github.com/pythonspeed/filprofiler/issues/179))


# Fil 2021.04.4 (2021-04-28)
# Fil 2021.4.4 (2021-04-28)


### Bugfixes

- Fixed race condition in threads that resulting in wrong allocation being removed in the tracking code. ([#175](https://github.com/pythonspeed/filprofiler/issues/175))


# Fil 2021.04.3 (2021-04-15)
# Fil 2021.4.3 (2021-04-15)


### Bugfixes

- **Major bugfix:** mmap() was usually not added correctly on Linux, and when it was, munmap() was ignored. ([#161](https://github.com/pythonspeed/filprofiler/issues/161))


# Fil 2021.04.2 (2021-04-14)
# Fil 2021.4.2 (2021-04-14)


### Features
Expand All @@ -37,21 +51,21 @@
- Fixed potential problem with threads noticing profiling is enabled. ([#156](https://github.com/pythonspeed/filprofiler/issues/156))


# Fil 2021.04.1 (2021-04-08)
# Fil 2021.4.1 (2021-04-08)


### Bugfixes

- Fixed bug where reverse SVG sometimes was generated empty, e.g. if source code used tabs. ([#150](https://github.com/pythonspeed/filprofiler/issues/150))


# Fil 2021.04.0 (2021-04-01)
# Fil 2021.4.0 (2021-04-01)

### Bugfixes
- Fil no longer blows up if checking cgroup memory is not possible, e.g. on CentOS 7. ([#147](https://github.com/pythonspeed/filprofiler/issues/147))


# Fil 2021.03.0 (2021-03-19)
# Fil 2021.3.0 (2021-03-19)

### Features

Expand Down

0 comments on commit 2c5fdd8

Please sign in to comment.