Contributions to the neural-assemblies project are welcome.
- Bug reports and feature ideas: Open an issue on GitHub.
- Code or docs changes: Open a pull request against the default branch.
Ensure the package test surface passes with
uv run pytest neural_assemblies/tests -q. If you touch release metadata or publishing workflow, read packaging.md first.
From the repo root:
uv sync
uv run pytest neural_assemblies/tests -q
uv run ruff check neural_assemblies/See the root README.md for install options and packaging.md for maintainer release steps.
By contributing, you agree that your contributions will be licensed under the same MIT License as the project.