Skip to content

Releases: zrr-lab/nanoflow

0.8.0

03 Nov 10:11
Compare
Choose a tag to compare

0.8.0 (2024-11-03)

♻️ refactor

  • ♻️ refactor: change command name generate_commands to try_run and add arg for run command (863804b)

✨ feat

  • ✨ feat: add DynamicResourcePool and GPUResourcePool (f650d87)

⬆️ deps

  • ⬆️ deps: upgrade python to 3.12 (4c1c664)

0.7.0

22 Oct 13:41
Compare
Choose a tag to compare

0.7.0 (2024-10-22)

✨ feat

  • ✨ feat: add support for generate-commands (83de3ed)

0.6.0

22 Oct 07:35
Compare
Choose a tag to compare

0.6.0 (2024-10-22)

♻️ refactor

  • ♻️ refactor: format task name based on its own matrix (687e65b)

✨ feat

  • ✨ feat: add basic Executor (c5b8d87)

  • ✨ feat: add UnlimitedPool (6bd4f0b)

0.5.2

20 Oct 07:11
Compare
Choose a tag to compare

0.5.2 (2024-10-20)

✅ test

  • ✅ test: add tests for error handling (181f540)

  • ✅ test: add more tests for task config (1346f48)

🐛 fix

  • 🐛 fix: fix issue where task does not execute when resource_pool is None (42603ac)

0.5.1

19 Oct 09:18
Compare
Choose a tag to compare

0.5.1 (2024-10-19)

⚡ perf

  • ⚡ perf: improve user experience with clearer log messages (0c20b5d)

📝 docs

  • 📝 docs: update README (c6a4aa7)

0.5.0

18 Oct 13:05
Compare
Choose a tag to compare

0.5.0 (2024-10-18)

✨ feat

  • ✨ feat: support matrix in task config (f7430a3)

0.4.0

18 Oct 11:00
Compare
Choose a tag to compare

0.4.0 (2024-10-18)

✨ feat

  • ✨ feat: support matrix in flow config (a0218d5)

0.3.0

18 Oct 10:45
Compare
Choose a tag to compare

0.3.0 (2024-10-18)

♻️ refactor

  • ♻️ refactor: move some cli code to cli.py (c86b839)

✨ feat

  • ✨ feat: support args in task config (196fb80)

👷 ci

  • 👷 ci: improve release (d903e31)

📝 docs

  • 📝 docs: update readme (5939118)

🔧 chore

  • 🔧 chore: update README and add LICENCE (739888d)

0.2.0

08 Oct 07:29
Compare
Choose a tag to compare

0.2.0 (2024-10-08)

✨ feat

  • ✨ feat: support custom resources in config (#2) (f4c3175)

👷 ci

  • 👷 ci: add codspeed action (432d331)

  • 👷 ci: add issue auto comments and issues translate (ec70cf6)

🔧 chore

  • 🔧 chore: improve log (92b521e)

0.1.0

03 Oct 07:52
Compare
Choose a tag to compare

0.1.0 (2024-10-03)

♻️ refactor

  • ♻️ refactor: rename execute_gpu_parallel_tasks to execute_gpu_parallel_tasks (6e7290b)

✨ feat

  • ✨ feat: add basic tui (23a49e1)

🐛 fix

  • 🐛 fix: use uv run in justfile (eeb5371)

👷 ci

  • 👷 ci: fix releaserc (8fae1c8)

  • 👷 ci: organize actions (8cf81a5)

  • 👷 ci: add release action (b5fd630)

📝 docs

  • 📝 docs: add examples (77ab584)

🔧 chore

  • 🔧 chore: remove version_variables in releaserc (e83cf7d)