Contributingο
Contributions are welcome.
Ways to contributeο
You can contribute by:
reporting bugs,
suggesting new unmixing or filtering features,
improving documentation,
adding tests,
or contributing new public example workflows.
Development workflowο
A typical local development workflow is:
create a dedicated Python 3.12 environment,
install the package in editable mode,
run the relevant user scripts or unit tests,
make focused changes,
update documentation and changelog entries when appropriate.
Testingο
Before proposing changes, please run the unit tests:
python -m unittest discover -s tests -v
Documentation contributionsο
Documentation improvements are highly encouraged. In particular, the project uses:
public docstrings intended for autodoc/API pages,
tutorial-style user scripts in
user_scripts/,and Sphinx pages in
docs/source/.
If you add or substantially change user-facing behavior, please update both the relevant docstring and the corresponding tutorial or overview page where appropriate.
Issues and pull requestsο
Please use the GitHub issue tracker for bug reports, questions, and feature requests:
https://github.com/FabrizioMusacchio/spectral-unmixing/issues