v0.3.3
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 theforloop (absolute path).%NEIRO_WHL%was expanded at parse time inside anifblock and was empty.
Changed
- Unix launchers use an absolute path (
$PWD/wheels/...) beforepip 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.