Skip to content

v0.5.0

Compare
Choose a tag to compare
@mdtanker mdtanker released this 04 Aug 17:38
· 24 commits to main since this release

v0.5.0 (2024-08-04)

Breaking

  • refactor: change origin_shift parameter options

BREAKING CHANGE: please update your code for functions plot_grd and basemap to use the following options for origin_shift: 'x', 'y', 'both', 'initialize', or None. (4e751c8)

Build

  • build(deps): bump codecov/codecov-action from 4.3.1 to 4.5.0

Bumps codecov/codecov-action from 4.3.1 to 4.5.0.


updated-dependencies:

  • dependency-name: codecov/codecov-action
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

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

Chore

  • chore: automatically updating changelog [skip ci] (3d771ac)

  • chore: add test deps to conda_install for testing conda releases (0cc2da2)

  • chore: updates from learn-scientific-python (07d79a9)

  • chore: automatically updating changelog [skip ci] (656db91)

  • chore: automatically updating changelog [skip ci] (8c4d0b4)

  • chore: automatically updating changelog [skip ci] (5c90c18)

  • chore: update binder env wih polartoolkit v0.4.0 (47ff400)

Documentation

  • docs: fix issues with autoapi and typehints (51f4266)

  • docs: rerun all doc notebooks (1c0fcb3)

  • docs: minor corrections to docs (64ee497)

  • docs: reduce notebook size with pygmt dpi parameter (46aadb8)

  • docs: add make setup instructions to contrib guide (18fe9cf)

  • docs: remove install info from readme (09ef175)

  • docs: typos in notebook (d539795)

  • docs: fix missing instruction in contrib guide (8128a8f)

  • docs: move contrib guide into docs/ (3001032)

  • docs: update license to 2024 for source files (127b173)

  • docs: add citation info (d1281da)

  • docs: update docs with numbered tutorials and other fixes (fdb7227)

  • docs: point binder link to tutorials (3fddb27)

Feature

  • feat: add 'easting' and 'northing' as defaults for plotting points (13b917b)

  • feat: add earthaccess dependency and use for login credentials (1b87ca8)

Fix

  • fix: add warning for deprecated origin shift parameters (728a218)

  • fix: found bug in utils.square_subplots (f87f2e1)

  • fix: drop band and spatial_ref variables from fetched grids (40f6ba2)

Refactor

  • refactor: organize plot_grd and enable more mapping features for basemap (684e86e)

  • refactor: remove kwargs for add_gridlines (e86144d)

  • refactor: mock import geopandas (ab3437d)

  • refactor: use figshare sample shapefiles and remove data/ from repo (de684bb)

  • refactor: remove quotes from scalebar (7995f9f)

Style

Unknown

  • docs:rerun doc notebooks (4424866)