Skip to content

Releases: zrr-lab/nanoflow

0.10.0

23 Dec 14:02
Compare
Choose a tag to compare

0.10.0 (2024-12-23)

✨ feat

  • ✨ feat: add state for Executor when running (fe2b122)

0.9.0

17 Dec 09:03
Compare
Choose a tag to compare

0.9.0 (2024-12-17)

✨ feat

  • ✨ feat: add functionality for getting available resources by utilization (7c5f095)

🐛 fix

  • 🐛 fix: fix task matrix when workflow.matrix is None (27da9a5)

📝 docs

  • 📝 docs: update readme (f7739ee)

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)