Changelog#

Release v0.0.4#

πŸ’« Highlights#

  • New mapping function antarctic_plots.maps

  • Pre-set regions for commonly plotted areas

  • Added Gallery examples

  • Created a Binder environment

  • More datasets included in fetch

πŸš€ Features#

New module Maps#

  • plot_grd

New datasets in Fetch#

  • bedmachine

  • geothermal

New functions in Utils#

  • alter_region

  • coherency

  • grd_compare

  • grd_trend

  • make_grid

  • raps

  • set_proj

πŸ“– Documentation#

  • Added Tutorials and Gallery examples to the docs

  • Added tutorial for modules fetch and region

β›” Maintenance#

  • Closed Issue #6: Create gallery examples

  • Closed Issue #9: Code formating

  • Closed Issue #13: Specify dependency version

  • Closed Issue #15: Add inset map of Antarctica

  • Closed Issue #16: Add Welcome Bot message to first time contributors

  • Closed Issue #20: Add options to use the package online

  • Closed Issue #25: Add GHF data to fetch module

  • Closed Issue #26: Add BedMachine Data to fetch

  • Closed Issue #27: fetch.bedmap2 issue with xarray

  • Closed Issue #28: Set region strings for commonly plotted areas

  • Closed Issue #22: Create Zenodo DOI

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

@mdtanker


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