- ✨ feat: add state for
Executor
when running (fe2b122
)
- ✨ feat: add functionality for getting available resources by utilization (
7c5f095
)
- 🐛 fix: fix task matrix when
workflow.matrix
isNone
(27da9a5
)
- 📝 docs: update readme (
f7739ee
)
- ♻️ refactor: change command name
generate_commands
totry_run
and add arg for run command (863804b
)
- ✨ feat: add
DynamicResourcePool
andGPUResourcePool
(f650d87
)
- ⬆️ deps: upgrade python to 3.12 (
4c1c664
)
- ✨ feat: add support for generate-commands (
83de3ed
)
- ♻️ refactor: format task name based on its own matrix (
687e65b
)
- 🐛 fix: fix issue where task does not execute when
resource_pool
isNone
(42603ac
)
- ⚡ perf: improve user experience with clearer log messages (
0c20b5d
)
- 📝 docs: update README (
c6a4aa7
)
- ✨ feat: support
matrix
in task config (f7430a3
)
- ✨ feat: support
matrix
in flow config (a0218d5
)
- ♻️ refactor: move some cli code to
cli.py
(c86b839
)
- ✨ feat: support
args
in task config (196fb80
)
- 👷 ci: improve release (
d903e31
)
- 📝 docs: update readme (
5939118
)
- 🔧 chore: update README and add LICENCE (
739888d
)
- ✨ feat: support custom resources in config (#2) (
f4c3175
)
- 🔧 chore: improve log (
92b521e
)
- ♻️ refactor: rename
execute_gpu_parallel_tasks
toexecute_gpu_parallel_tasks
(6e7290b
)
- ✨ feat: add basic tui (
23a49e1
)
- 🐛 fix: use uv run in justfile (
eeb5371
)
- 📝 docs: add examples (
77ab584
)
- 🔧 chore: remove version_variables in releaserc (
e83cf7d
)
- ✨ feat: support retry functionality (
9e74aa2
)
- 👷 ci: add coverage to actions (
e690f6a
)
- 🔧 chore: optimize dependency configuration and improve logging (
f421645
)
- 🐛 fix: when the original node in dependencies is also added to the nodes that need to be executed (
2a5efdf
)
-
✨ feat: add resource_modifier functionality (
5f8aa29
) -
✨ feat: add
nanoflow
command line interface (4c03741
)
- 👷 ci: fix pdm build action (
0766eac
)
- 🔧 chore: run pre-commit for formatting (
768090b
)
- 🎉 init: init project (
8350466
)