- Adding workflow for GitHub pages.
- Website update.
- Including more attributes (in particular status and date).
- Correcting a bug to include multipolygons.
- Get started notebook.
- Website update.
- Minor changes.
- New logo.
- New website using Sphinx.
- At: https://ecology.ghislainv.fr/pywdpa.
- Use of reST markup language in Python docstrings.
- Dependence to
python-dotenv
has been removed. - The
.env
file has to be created if usingpython-dotenv
. - See https://pypi.org/project/python-dotenv/.
- Tests have been added for functions.
- First release of the package.
- Two functions
.get_token()
and.get_wdpa()
. - Dependence to
python-dotenv
to manage WDPA API token.