Commit Graph

2 Commits

Author SHA1 Message Date
vvs 3e588f8024 Sanitize wrapper docstrings + README: remove kernel formula and metric-specific exposure
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.
2026-05-09 14:22:01 +01:00
vvs 39d9f0d71a Initial release: precompiled Linux x86_64 / CPython 3.12 binary + Python wrapper
OpenMP-parallel numerical kernel library.  No build step required at
install: drop-in shared object plus thin numpy-facing wrapper.

Contents:
  - sem_cython12/sem_core12.cpython-312-x86_64-linux-gnu.so
  - sem_cython12/wrapper.py
  - sem_cython12/__init__.py
  - requirements.txt
  - README.md
2026-05-09 14:02:02 +01:00