Skip to content

Releases: mdtanker/polartoolkit

v0.1.0

10 Dec 01:54
Compare
Choose a tag to compare

v0.1.0 (2023-12-10)

Build

  • build(deps): bump conda-incubator/setup-miniconda from 2 to 3

Bumps conda-incubator/setup-miniconda from 2 to 3.


updated-dependencies:

  • dependency-name: conda-incubator/setup-miniconda
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]> (aa2f220)

  • build: fix path to docs (4bbbd96)

  • build: add ipython to interactive deps (4c706ad)

  • build: remove isort required import (a82ea7a)

  • build: add jupyterlab to dev deps (b370b6f)

  • build: configure pytest (6c7f351)

  • build: update pyproject.toml deps and info (5653436)

  • build: update env folder (9a4fa68)

  • build: update github actions (a1c5644)

Chore

  • chore: reduce sig figs of fetch tests (15e5c3d)

  • chore: match test env to pyproject (155f1cf)

  • chore: switch python 3.8 to 3.9 for CI testing (1a17424)

  • chore: exclude some tests for CI (ac535d9)

  • chore: update binder env and links (fe80114)

  • chore: type checking fixes (6ec45e1)

  • chore: update changelog template (1418eb8)

  • chore: add refactor to changelog template (8738126)

  • chore: add mypy to dev deps (8102792)

  • chore: add mypy make command (ed80102)

  • chore: add run_notebook make command (1272361)

  • chore: add types-request to mypy (6e14d17)

  • chore: ignore contrib guide in pre-commit (be24667)

  • chore: remove RTD mock imports (80d6d0f)

  • chore: remove dynamic version (53f018b)

  • chore: update license notice file (c51b7b1)

  • chore: add changelog template (855691e)

  • chore: update project urls (4cf10f8)

  • chore: switches version management system

changes from setuptools_scm to python-semantic-release (46df13d)

  • chore: add pylint config (91dfa92)

  • chore: add ruff config (5688ab9)

  • chore: add mypy config (cd1805b)

  • chore: move regions to src (c22281f)

  • chore: move utils to src (39e477d)

  • chore: move profile to src (0c6a014)

  • chore: move maps to src (e2e561d)

  • chore: move fetch to src (5a915b6)

  • chore: move init to src (d3f229f)

  • chore: remove test init (a381570)

  • chore: add github/matchers file (99ed168)

  • chore: pre-commit ignore .github files (ffb36c9)

  • chore: add noxfile (6cac09d)

  • chore: update makefile (d619207)

  • chore: add pre-commit config (8c33642)

  • chore: update gitignore (5912c52)

  • chore: move tests outside src (e7b30e9)

Documentation

  • docs: update notebooks (7851e53)

  • docs: rerun gallery examples (3c6f4c0)

  • docs: rerun tutorials (e61324a)

  • docs: update cover_fig (1377bf0)

  • docs: fixes small issues (e8339ed)

  • docs: add/fix all docstrings (7c670d9)

  • docs: setup nbgallery for docs (48f061a)

  • docs: update contrib guide (69663f9)

  • docs: update README and index (fea2b09)

  • docs: remove notebook output files (4a8c78b)

  • docs: add module descriptions to overview (92edec5)

  • docs: pin RTD python version (f25810d)

  • docs: move changelog (50c5439)

  • docs: add citing, overview, references (f27a893)

  • docs: rename tutorials.md (5134420)

  • docs: rename gallery.md (4371781)

  • docs: update api docs with template (116f06e)

  • docs: rename install file (4b97d66)

  • docs: switch docs theme (c1a5d5a)

  • docs: move contrib guide (d4e47ca)

  • docs: combine index and readme (1f4bfc1)

  • docs: change RTD config ([`e17be26...

Read more

v0.0.6

20 Mar 03:59
5527633
Compare
Choose a tag to compare

Release v0.0.6

💫 Highlights

  • Switched from Poetry to Setuptools
  • Can install with conda
  • Eased the dependecy constraints

⛔ Maintenance

  • renamed various util functions

🧑‍🤝‍🧑 Contributors

@mdtanker

v0.0.4

08 Sep 03:46
db743f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

25 Jul 05:14
Compare
Choose a tag to compare

💫 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

Closed https://github.com/mdtanker/antarctic_plots/issues/7

🧑‍🤝‍🧑 Contributors

Matt Tankersley

v0.0.1

19 Jul 06:11
8817448
Compare
Choose a tag to compare

First release of Antarctic-plots: Functions to automate Antarctic data visualization.

Main functions:

  • fetch common Antarctic datasets
    • Bedmap2 layers
    • LIMA imagery
    • Grounding lines and coastlines
    • DeepBedMap
    • Gravity anomalies
    • Magnetic anomalies
    • Ross Ice Shelf basement depths
  • create profiles defined by 2 coordinates or a shapefile
  • plot cross-sections, and data profiles
  • plot profile location map, with customizable map background
  • various useful functions
    • converting between lat long and EPSG3031
    • generate region strings for GMT
    • mask grids from shapefiles
    • automate pygmt plotting

This release contains contributions from:
Matt Tankersley