Contributions to SDP are welcome and encouraged!
Before you create a PR, please double check the following:
- All tests are passing. See tests/README.md for details on how to run tests.
- Code style conforms to our guidelines. The easiest way to ensure this is to
install a pre-commit hook by running
pip install pre-commitand thenpre-commit install.
TODO: information on what docs to add for new features