Skip to content

Releases: brmather/Slab-Dip

Version 4.3.0

Choose a tag to compare

@brmather brmather released this 20 Jul 00:49

Packaging modernisation

  • Replaced the deprecated pkg_resources API with importlib.resources for locating the bundled subduction_data.csv. This removes the UserWarning: pkg_resources is deprecated as an API raised under setuptools >= 81.
  • Migrated setup.py to pyproject.toml (PEP 621).
  • Added the missing scipy and scikit-learn runtime dependencies (both were already imported by slabdip.predictor).
  • Dropped stale Python 2.x classifiers and set requires-python >= 3.9.

No changes to the slab dip model or its API.

Version 4.2.2

Choose a tag to compare

@brmather brmather released this 11 Jan 23:37
c2f2fe1

Fixes an issue where some erroneous values were sampled at the edges of age and spreading rate grids.

Full Changelog: v4.2.1...v4.2.2

Version 4.2.1

Choose a tag to compare

@brmather brmather released this 25 Jul 11:27

Full Changelog: v4.2...v4.2.1

v4.2

Choose a tag to compare

@brmather brmather released this 25 Jul 11:24
06d6a9a

What's Changed

  • Optionally change reference frames by @brmather in #3

Full Changelog: v4.1.3...v4.2

Version 4.1.3

Choose a tag to compare

@brmather brmather released this 21 Apr 00:49

Full Changelog: v4.1.2...v4.1.3

v4.1.2

Choose a tag to compare

@brmather brmather released this 18 Apr 11:51

Full Changelog: v4.1.1...v4.1.2

v4.1.1

Choose a tag to compare

@brmather brmather released this 12 Apr 10:48
Merge branch 'main' of github.com:brmather/Slab-Dip

version 4.1

Choose a tag to compare

@brmather brmather released this 11 Apr 21:24

New changes to enable compatibility with gplately >= 0.4

Full Changelog: v4.0...v4.1

Version 4

Choose a tag to compare

@brmather brmather released this 21 Feb 01:18

Generate new figures in notebooks in line with upcoming publication.

What's Changed

Full Changelog: v3.0...v4.0

Version 3

Choose a tag to compare

@brmather brmather released this 25 Aug 06:01
4dd52e0

Replaced the simple linear formulation with a K nearest neighbour implementation.
Also created the SlabDipper object and package installation