Changelog#

Release v0.0.3#

πŸ’« Highlights#

  • Finally succeeded in building the docs!

πŸ“– Documentation#

  • Added make build-docs to execute and overwrite .ipynb to use in docs, since PyGMT can’t be included in dependencies and therefore RTD’s can’t execute the .ipynb’s.

β›” Maintenance#

πŸ§‘β€πŸ€β€πŸ§‘ Contributors#

@mdtanker


Release v0.0.2#

πŸ’« Highlights#

  • Created a website for the documentation!

  • Added NumPy formatted docstrings to the modules

  • Wrote contribution guide, which outlines the unique case of publishing a package with dependencies which need C packages, like PyGMT (GMT) and GeoPandas (GDAL).

  • Added Tips for generating shapefiles and picking start/end points

πŸ“– Documentation#

  • Re-wrote docstrings to follow NumPy format.

  • Added type-hints to docstrings.

β›” Maintenance#

πŸ§‘β€πŸ€β€πŸ§‘ Contributors#

@mdtanker


Release v0.0.1#

πŸ’« Highlights#

  • also probably should have been published to TestPyPI πŸ€¦β™‚οΈ

πŸš€ Features#

  • Added a Makefile for streamlining development, publishing, and doc building.

  • Added license notifications to all files.

πŸ“– Documentation#

  • Used Jupyter-Book structure, with a table of contents (_toc.yml) and various markdown files.

  • added Sphinx.autodoc to automatically include API documentation.

β›” Maintenance#

  • Looks of issues with the Poetry -> Jupyter-Books -> Read the Docs workflow

  • Poetry / RTD don’t like PyGMT or GeoPandas since they both rely on C packages which can’t be installed via pip (GMT and GDAL). Next release should fix this.

πŸ§‘β€πŸ€β€πŸ§‘ Contributors#

@mdtanker


Release v0.0.0#

  • πŸŽ‰ First release of Antarctic-plots πŸŽ‰

  • should have been published to TestPyPI πŸ€¦β™‚οΈ

πŸ§‘β€πŸ€β€πŸ§‘ Contributors#

@mdtanker