820 Commits (v0.3.10-rc2)

Author SHA1 Message Date
  haixuanTao 73c6ae126d Make priority to use uv installed packaged 11 months ago
  haixuantao 961a1dcb79 Add `uv` within start cli command 11 months ago
  haixuantao 28af216c8f Add uv flag to enable build and run through uv run and uv pip 11 months ago
  yjhmelody ca614753a1 chore: use workspace edition 1 year ago
  Haixuan Xavier Tao 69e5cd7558
Print python stdout without buffer even for script (#761) 1 year ago
  haixuantao 3e2613a5cd Use env var for unbuffered python instead of argument flag as python script does not call python interpreter with dora 1 year ago
  Haixuan Xavier Tao c10eb15f68
Use UV for the CI/CD (#757) 1 year ago
  haixuantao ce3c3b23af Refactor readme 1 year ago
  haixuantao 5205102ab3 Remove poetry build system 1 year ago
  haixuantao c04a73b1a4 Make requires python 3.8 to avoid resolution issues 1 year ago
  haixuantao 9e3142d086 Fix license and readme and requires-python 1 year ago
  haixuantao 1f15484d0d Remove ruff and pytest from CI/CD and makes them dev dependencies of each node 1 year ago
  Haixuan Xavier Tao 9fdb0746e9
Daemon: React to ctrl-c during connection setup (#758) 1 year ago
  haixuantao afb20cbadc Migrate dependencies to standardised version 1 year ago
  haixuantao 4325d260dc use generic `project.scripts` instead of `tool.poetry.scripts` 1 year ago
  Philipp Oppermann 10b8c6ad87
Daemon: React to ctrl-c during connection setup 1 year ago
  haixuantao 7a0654a1f8 Replace pylint with ruff 1 year ago
  haixuantao 5b98fd30aa Fix test name containing - instead of _ 1 year ago
  haixuantao c5536efdec Downgrade dev dependency for better support for old python version 1 year ago
  haixuantao 52d883e6b5 Minor template fix 1 year ago
  haixuantao 2573117610 Add category within README.md 1 year ago
  haixuantao 134e6c94b6 Add compliancy tool in requirements 1 year ago
  haixuantao 1ff4583922 Improve compliancy guideline 1 year ago
  haixuantao c07a956b33 Rename CustomNode just Node 1 year ago
  haixuantao ad6ddb237d Improve dora new template to be compliant with formatting, linting, and testing 1 year ago
  haixuantao 0d22903670 Add send_output example 1 year ago
  haixuantao a4940401c2 Rewrite python template to make them pip installable 1 year ago
  haixuantao 2e4c9c16b9 Fix version setting and add setting up architecture in CI/CD 1 year ago
  haixuantao bd0f9768b5 Making cli install the default api for avoid confusion on install 1 year ago
  haixuantao 31c0e76f8a Force python run unbuffered print to avoid having to use flush=True within python 1 year ago
  haixuantao 234ea945d5 Fix clippy warning about queue size within listener loop 1 year ago
  haixuanTao 5ccdbc593e Moving queue size and making node flume queue bigger 1 year ago
  haixuanTao 5f76ea3321 Add an error when a node fails when using dora run by printing 1 year ago
  haixuanTao f7619c23f1 Adding an info log on stdout for each node 1 year ago
  haixuanTao f33da2fcdc Add an error when a node fails when using dora run 1 year ago
  haixuanTao 376ebf81ec Add peft requirement for custom adapter 1 year ago
  Philipp Oppermann 70ca30dd2e
Implement `dora run` command (#703) 1 year ago
  Haixuan Xavier Tao 9062241d04
Update spawn.rs 1 year ago
  Haixuan Xavier Tao abfacd0943
Update spawn.rs 1 year ago
  haixuanTao ce4a6ab1b9 Adding unix flag for cross platform support 1 year ago
  haixuanTao 157eea6a27 Fix child process receiving ctrl-c by setting own process group 1 year ago
  Philipp Oppermann 49aef8bac6
Move more implementation code out of `dora-message` into `dora-core` 1 year ago
  Philipp Oppermann 7c44e7a2e6
Move more types from `dora-core` to `dora-message` to avoid dependency 1 year ago
  Philipp Oppermann 443761841b
Add ctrl-c handler and kill child processes on second ctrl-c 1 year ago
  Philipp Oppermann cd70382cde
Implement `dora run` command 1 year ago
  haixuanTao b1a125dced Add python flag within maturin 1 year ago
  haixuanTao e0afd26e27 fix clippy 1 year ago
  haixuanTao 37bfc31da9 Making dora-cli pip installable independantly from python 1 year ago
  haixuanTao 9ae7467f95 Make pip-release workflow release cli as well 1 year ago
  haixuanTao 9dbaa955c5 Loop over trying to connect to the coordinator on first connection to make it possible to await the coordinator to be ready 1 year ago