Skip to content

v1.2.0

Compare
Choose a tag to compare
@tsutterley tsutterley released this 09 Mar 20:13
· 32 commits to main since this release
05a2c9b

First release under the new gravity-toolkit repository name 🎉

Summary: Provides additional Load Love numbers for estimating the elastic responses to surface load changes. Generalization of HDF5 and netCDF4 io functions for more variables and attributes. Updates for calculating and working with GRACE/GRACE-FO scaling factors (Landerer and Swenson, 2012). Fixes to harmonics and units classes for operating on the degree-0 and single degree cases.

  • refactor: new repo name (#99)
  • refactor: simplified unit factors in spherical caps and disc loads (#111)
  • refactor: remove deprecated functions (#112)
  • feat: added function to retrieve named units (#102)
  • feat: added wrapper function for smoothing and converting to output units (#102)
  • feat: add PREM hard and soft sediment love numbers (#104)
  • feat: data class for load love numbers with attributes for model (#105)
  • feat: customizable file-level attributes to netCDF4 and HDF5 (#106)
  • feat: add root attributes to output netCDF4 and HDF5 files (#107)
  • feat: add indexing of filenames to object iterators (#109)
  • feat: new scaling_factors inheritance of spatial class (#110)
  • fix: only attempt to squeeze from final dimension in harmonics objects (#108)
  • fix: case insensitive searching for HDF5 and netCDF4 GIA attributes (#111)
  • fix: verify warnings have type and filtered after (#101)
  • fix: set custom units as top option in if/else statements (#102)
  • fix: expand harmonics case where data is a single degree (#103)
  • fix: harmonics case where maximum spherical harmonic degree is 0 (#103)
  • fix: units case where maximum spherical harmonic degree is 0 (#103)
  • fix: load love number case with maximum spherical harmonic degree is 0 (#103)
  • docs: update docstrings (#100)
  • docs: slimmer builds by placing imports within try/except (#111)
  • test: add test for getting units (#102)

Full Changelog: 1.1.0...1.2.0