Skip to content

Commit

Permalink
Ready for v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed Jan 2, 2024
1 parent 0411ec4 commit 2f3aeb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.2.5
- Limit number of BLAS threads during parallelization. Fixes #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.4"
version = "0.2.5"
description = "Enhanced Job Pool for Python Multiprocessing"
authors = ["Matthew The <matthew.the@tum.de>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 2f3aeb3

Please sign in to comment.