v1.5.1
Released on 2026-03-22
Contributors:
- Matt Tankersley
- Boris Konstantinov
π Added
- several Moho elevation and crustal thickness models for Antarctica
- added Scooby as a dependency, giving a nice environment report to use in the issues template
- all functions now allow passing an EPSG code instead of a hemisphere string
- many plotting functions now work for non polar stereographic projection by passing an EPSG code
- support for variable figure sizes when using
origin_shift - new function
polygon_to_shapefileto convert output of interactive clicking to a shapefile - new function
square_around_regionto define a square centered around a region, used in theadd_insetfunction - new function
epsg_central_coordinatesto get the central point of a EPSG projection, to be used for interactive data plotting - new parameter
inset_width_factorto make region of the inset map a square x times larger than the figure region, centered on the figure region - new function
gmt_projection_from_epsg - new section of docs for Gallery examples
- new How-to notebook for plotting non-polar data
βοΈ Changed
- replaced Nox, Make, and Conda commands with Pixi
- add all user-facing functions to
polartoolkitnamespace to be used with needed module names - removed autodoc in favor of manually created .rst file for API
β οΈ Deprecated
- rename function
grd_trendtogrid_trend - rename function
grd_comparetogrid_compare - rename function
plot_grdtoplot_grid - rename function
change_regtochange_registration - rename function
grd_blendtogrid_blend - rename function
mask_from_shptomask_from_shapefile - rename function
points_inside_shptopoints_inside_shapefile, and have it return a subset of the dataframe, instead of adding a new column 'inside' - rename parameter
filt_typetofilter_type - rename parameter
shp_masktoshapefile - rename parameter
inset_regtoinset_region
β Removed
- function
default_hemispherein favor of new functiondefault_epsg
π Fixed
- issues with preprocessing of Martos-2017 and AQ1 heat flow models
- bug getting region from points during plotting
- error message with grid of constant value during plotting
- bug which didn't make points use same cmap as grid
- annoying warning about GMT invalid font
- ensure all past deprecation warnings are actually raised for users
- incorrect link to the Contributor Guide in the docs
- a bug when in the add_modis function