File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.8.0 (2024-01-22)
2+
3+ ### Feat
4+
5+ - ** Pynisher** : Detect tasks with ` Trial ` to report ` FAIL ` (#220 )
6+ - ** Pipeline** : ` factorize() ` a pipeline into its possibilities (#217 )
7+
18## 1.7.0 (2024-01-16)
29
310### Feat
Original file line number Diff line number Diff line change 11[project ]
22name = " amltk"
3- version = " 1.7 .0"
3+ version = " 1.8 .0"
44dependencies = [
55 " typing_extensions" , # Better typing
66 " more_itertools" , # Better iteration
@@ -97,7 +97,7 @@ exclude_lines = [
9797
9898[tool .commitizen ]
9999name = " cz_conventional_commits"
100- version = " 1.7 .0"
100+ version = " 1.8 .0"
101101update_changelog_on_bump = true
102102version_files = [" pyproject.toml:version" , " src/amltk/__version__.py" ]
103103changelog_start_rev = " 1.0.0"
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- version = "1.7 .0"
3+ version = "1.8 .0"
You can’t perform that action at this time.
0 commit comments