Skip to content

v1.0.0

Compare
Choose a tag to compare
@mdtanker mdtanker released this 04 Jun 13:49
· 65 commits to main since this release

v1.0.0 (2025-06-04)

Bug Fixes

  • Bug in maps.subplots (b966565)

  • Bug in distance calculation for profiles, and rename relative and cumulative distance functions (788045d)

  • Bug where coordinates displayed on clicking interactive_map were incorrect (494ecc1)

  • Check cpt_lims for cbar_end_triangles (061e939)

  • Check region and spacing provide if no grid in utils.mask_from_polygon (2567780)

  • Plotting code should be under if plot condition for grd_compare (05daa80)

  • Remove basal_melt fetch due to changed data access (8a8f64c)

  • Remove bug where layers_version wasn't being used in plot_profiles (2f4f118)

  • Remove unneeded checks in resample_grid (3a73b32)

  • Still fill layers in profile if entirely above plot (e850a05)

  • Update fetch tests (3218acf)

  • Update region tests (68d8ebc)

  • Use pygmt.grdsample in grd_compare to ensure grids can be subtracted (c1f9b92)

Build System

  • Add pyogrio as dep and remove geopandas upper version limit (9ffd5ce)

Chores

  • Automatically updating changelog [skip ci] (3bb6a7b)

  • Automatically updating changelog [skip ci] (b366aea)

  • Bump codecov/codecov-action in the actions group (c4ffd4a)

  • Update pre-commit hooks (81d00cc)

Code Style

  • Fixes for new pre-commit hook versions (5b534ce)

  • Minor changes to fetch.py (52b49c2)

  • Pre-commit fixes (b49b4a0)

  • Pre-commit fixes (e2e3516)

Documentation

Features

  • Add regions_overlap function (e8ddbeb)

  • Add kwarg cpt_log to make colormap on a log scale. (e8406b6)

  • Add option to choose modis cmap: modis_cmap (29ad0ac)

  • Allow automatic and chosen colorbar end triangles (77f3547)

  • Allow drapegrid for plot_3d (3f095c1)

  • Allow specifying colorbar height percentage (d327304)

  • Enable absolute values option for colormaps (159de8b)

  • Ensure ice surface, water surface, and earth surface are in correct order in plot_profiles (e668a90)

Refactoring

  • interactive_map zoom level based on basemap type (06125f5)

  • Clean up some code and add some debug logging (9240bc8)

  • Deprecate xr_grid and grid_file parameters for utils.mask_from_shp and use grid instead (9a2af43)

  • For southern hemisphere, change default interactive map basemap to Imagery to allow zooming in (ac11744)

  • Remove clip kwarg from plot_profiles and plot_data and do distance clipping before grd sampling (2f3bed9)

  • Remove show kwarg of interactive_map (2507c8f)

  • Remove all initial region, spacing, and registrations from fetch functions (b9c4203)

  • Require extracting grid info in resample_grid and reorganize function (a38b94b)

  • Use bedmap2 as default for profiles for speed (41dcb5a)

  • Use zarr instead of nc for some preprocessed fetch calls (03c89b0)

  • Various changes to fetch functions (45837a9)


Detailed Changes: v0.9.1...v1.0.0