- Linux x86_64: add cp310, cp311, cp313 (.so), built in conda-forge envs.
- Windows AMD64: add cp310, cp311, cp313 (.pyd), built with MSVC v14.50.
- All eight binaries verified to produce identical numerical output.
- README compatibility table + build provenance updated.
- macOS still deferred.
- Section 2: research-only use granted royalty-free.
- Section 3: commercial use requires a separate written licence
(contact licensing@sevana.biz).
- Sections 4-5: full AS IS disclaimer + zero-dollar liability cap.
- Section 6: automatic termination on breach.
- Section 8: attribution requirement for academic publications.
README.md updated with a one-paragraph summary that points to
LICENSE for full text.
The previous version exposed:
- exp(-d/lam) as the literal similarity-kernel form
- 'Euclidean' as the literal distance metric
- the O1+O2 conditions of the one-sided-mask routine
in both the Python docstrings and the README API tables.
Replaced with operational descriptions: 'similarity score in [0,1]
against the closest member', 'distance matrix between rows', etc.
The library's behaviour and call signatures are unchanged.