Skip to content

Commit

Permalink
Release v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf committed Jun 21, 2023
1 parent b2c7a11 commit 89a6f55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@

No current changes

# v4.4.0

- Improved tracking of execution meta-data
- Realiable `.execution` access to make None-checks obsolete
- Adds `stream_output` to simplify live monitoring of execution logs
- Allow predicate specification based on the element kind
- Prevent index errors in multithreaded enviroments
- Disables automatic gathering of project relationship

# v4.3.1

- Drops commandlib dependency
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 = "machinable"
version = "4.3.1"
version = "4.4.0"
description = "A modular configuration system for research projects"
license = "MIT"
authors = [
Expand Down

0 comments on commit 89a6f55

Please sign in to comment.