2.1 KiB
2.1 KiB
v0.1.8 (2026-04-18)
Bug Fixes
- Fix numpy failing to import in the Windows installer — preserve required numpy submodules (
lib,linalg,ma,polynomial,fft,ctypeslib,matrixlib) during build cleanup (68614c9) - Fix numpy failing to locate
libopenblasDLL in the Windows installer — generate_distributor_init_local.pyat build time and callos.add_dll_directory()at runtime (456eb3a) - Fix visualizer toggle button not reflecting actual availability after audio device load (ee51849)
- Fix visualizer WebSocket re-subscription firing before availability is confirmed from the API — moved from
connectWebSockettoloadAudioDevices(ee51849)
Development / Internal
CI/Build
- Generate
numpy/_distributor_init_local.pyin Windows build script to fix DLL loading in embedded Python (456eb3a)
Other
- Broaden audio library import errors from
ImportErrortoExceptionand log atwarninglevel with error details (ee51849)
All Commits
| Hash | Message | Author |
|---|---|---|
| 68614c9 | fix(windows): keep required numpy submodules in build cleanup | alexei.dolgolyov |
| 456eb3a | fix(windows): fix numpy DLL loading in embedded Python distribution | alexei.dolgolyov |
| ee51849 | fix(visualizer): sync state and re-subscribe from audio device load | alexei.dolgolyov |