Skip to content

Version 4.3.0

Latest

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.