Hi,
0.0.8 release mentions:
v0.0.8
*Enabled compatibility with ARM and MacOS
yet all builded variants are Linux ones:
SVS shared and static libraries are included in the tarballs. Binary variants included in this release:
svs-shared-library-0.0.8.tar.gz: Standard build for GCC 11+ and glibc 2.28+ — compatible with most modern Linux distributions
glibc2_26 suffix: Build for GCC 11+ and glibc 2.26 (e.g. Amazon Linux 2)
clang suffix: Build for Clang-18+
reduced suffix: Lighter-weight builds for specific integrations — not recommended for general use
can include prebuilt MacOS arm64 library in 0.0.8 release?
EDIT:
also macos arm64 python wheels would be nice..:
pip install scalable-vs==0.0.8
only has manylinux variants like for example:
[scalable_vs-0.0.8-0-cp313-cp313-manylinux_2_28_x86_64.whl](https://files.pythonhosted.org/packages/f7/8e/b9172b82173ab4310e859154758288afbab5e25f01e52b5b785cf6bee217/scalable_vs-0.0.8-0-cp313-cp313-manylinux_2_28_x86_64.whl) (8.0 MB [view details](https://pypi.org/project/scalable-vs/0.0.8/#scalable_vs-0.0.8-0-cp313-cp313-manylinux_2_28_x86_64.whl))
Uploaded 29 jul 2025 CPython 3.13manylinux: glibc 2.28+ x86-64
thanks..