Version 0.2, 2024-10-10 - Add folder examples o eg_utils.py > eg_blanklist > eg_tilemap > eg_hfac - Add module utils.py o gen_blanklist computes blanklist o hfac computes hfacc,W,S masks o readbin reads bin files o tilecmap plots tile distribution o writebin writes bin files - Add module conversion.py o pfromz converts metres to dbar - Add module density.py o linear computes rho from linear o poly3 computes rho from knusen formula o ini_poly3 loads the coefficients for poly3 o jmd95 computes bulk from jmd95 polynomia o bulkmodjmd95 computes bulk for jmd95 o unesco computes rho from unesco polynomia o bulkmodunesco computes bulk for unesco o mdjwf computes rho from mdjwf polynomia o teos10 computes rho from teos 48 polynomia - Edit modules: o llc.py moved to the llc folder o llc was added to __init__.py - Delete modules: o mdjwf.py moved to density o jmd95.py moved to density Version 0.1.3, 2024-05-12 - Fix readstats for multiple regions and multiple lines of fields. Return empty array instead of zeros for per-layer stats of 2-D variables. - Update for newer matplotlib. Version 0.1.2, 2021-01-11 - Fix readstats for multiple fields in one file - Fix more deprecation and syntax warnings - Add more llc utilities: o div computes diverenge of a vector field on u/v points o uv2c averages the components of a vector field to c points o grad computates gradient of scalar field Version 0.1.1, 2019-09-26 - Fix some deprecation warnings from numpy and matplotlib - Change doc strings to numpy format so they work with autodoc Version 0.1.0, 2019-09-17 Initial release