Skip to content

Commit

Permalink
Ready for v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed Jan 3, 2024
1 parent ecade76 commit 82a02bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
v0.2.6
- Use pool.terminate() instead of pool.close() to prevent hanging pool.join() (#1)

v0.2.5
- Limit number of BLAS threads during parallelization. Fixes #1
- Limit number of BLAS threads during parallelization (#1)

v0.2.4
- Option to send tqdm progress to logger object
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "job-pool"
version = "0.2.5"
version = "0.2.6"
description = "Enhanced Job Pool for Python Multiprocessing"
authors = ["Matthew The <matthew.the@tum.de>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 82a02bb

Please sign in to comment.