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.10.0 (2024-01-26)
2+
3+ ### Feat
4+
5+ - ** Pipeline** : Optimize pipelines directly with ` optimize() ` (#230 )
6+
17## 1.9.0 (2024-01-26)
28
39### Feat
Original file line number Diff line number Diff line change 11[project ]
22name = " amltk"
3- version = " 1.9 .0"
3+ version = " 1.10 .0"
44dependencies = [
55 " typing_extensions" , # Better typing
66 " more_itertools" , # Better iteration
@@ -98,7 +98,7 @@ exclude_lines = [
9898
9999[tool .commitizen ]
100100name = " cz_conventional_commits"
101- version = " 1.9 .0"
101+ version = " 1.10 .0"
102102update_changelog_on_bump = true
103103version_files = [" pyproject.toml:version" , " src/amltk/__version__.py" ]
104104changelog_start_rev = " 1.0.0"
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- version = "1.9 .0"
3+ version = "1.10 .0"
You can’t perform that action at this time.
0 commit comments