This file acknowledges all individuals and organizations who have contributed to this project.
Contributions include code, documentation, design, testing, project management, and community support.
If you have contributed to this project, please submit a pull request adding your name to the list below.
Please include your GitHub username and a short description of your contribution.
- Update the CHANGELOG.md for the upcoming version.
- Update docstrings of functions and comments.
- Update the package's init.py with the new functions.
- Delete the _build and _autosummary folders from docs to ensure nothing old is linked.
- Check that the module's .rst document includes the new functions so that Sphinx autosummary can generate them.
- Add any new libraries imported to the autodoc_mock_imports variable in docs/conf.py.
- Update the version in conf.py and pyproject.toml according to CHANGELOG.md.
- Run pip install -e . in your virtual environment where you are modifying the package - Successfully installed environmentaltools-x.x.x
- Run sphinx-build -b html docs docs/_build and verify there are no errors or warnings. Modify and add functions or information required by Sphinx until it compiles.
- Run python -m build
- Run git tag x.x.x
- Run git push origin x.x.x
- When the changes are significant, add them as a release on Github.
-
Manuel Cobos – Project lead, architecture, and core development
@mcobosb - Environmental Fluid Dynamics Groug (https://dinamicambiental.es), Andalusian Institute for Earth System Research (IISTA), Department of Structural Engineering and Fluid Mechanics, University of Granada. -
Pedro Otiñar – Project development
@potinar - Environmental Fluid Dynamics Groug (https://dinamicambiental.es), Andalusian Institute for Earth System Research (IISTA), Department of Structural Engineering and Fluid Mechanics, University of Granada.
- John Smith – Code optimization and testing
@johnsmith
We thank the following organizations and communities for their support:
- University of Granada
- Open-source geospatial community
- All contributors who have shared ideas, feedback, and improvements
- See also: GitHub Contributors Graph