Skip to content

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 14 Jul 06:12
· 32 commits to main since this release

Summary

Critical fix for Windows one-click launchers: first-run pip install of the bundled wheel with [all] extras no longer collapses to a bare [all] requirement.

Fixed

  • Windows launchers (Neiro UI.bat / Neiro CLI.bat): install via %%~ff[all] inside the for loop (absolute path). %NEIRO_WHL% was expanded at parse time inside an if block and was empty.

Changed

  • Unix launchers use an absolute path ($PWD/wheels/...) before pip install …[all].
  • Release zip packs only the current-version wheel from dist/.

Assets

  • Neiro-0.3.3.zip — one-click launcher bundle (use this on Windows/macOS/Linux)
  • Wheel / sdist — for pip install

See CHANGELOG for details.