From 6cbc8224a4adc6ff60b15e8de8272502d8ff6c81 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 14 Jun 2026 18:56:01 +0000 Subject: [PATCH] Add a clear Authors and contributors section to the README PyPI's sidebar only renders Author/Maintainer, so contributor credit lives in the project description (README). Promote the buried Attribution line into a dedicated 'Authors and contributors' section so Fred Viole (author/maintainer) and contributors Roberto Spadim and Rasheed Khoshnaw are clearly visible on the PyPI page. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e7adff2..390025cf 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,11 @@ The default parity suite is cache-backed and does not require `Rscript`. `Rscrip Benchmarks compare selected Python paths with installed R NNS 13.0+ baselines. Many core operations are faster in Python, while some large stochastic-dominance workloads remain faster in R because the R package uses compiled kernels for those paths. See [benchmarks](docs/benchmarks.md) for current measurements and commands. +## Authors and contributors + +- **Fred Viole** — author and maintainer +- **Roberto Spadim** — contributor +- **Rasheed Khoshnaw** — contributor + ## Attribution Upstream R package and reference implementation: [OVVO-Financial/NNS](https://github.com/OVVO-Financial/NNS) - -Contributors: Roberto Spadim, Rasheed Khoshnaw