Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@jpvantassel jpvantassel released this 17 May 20:15
45b212c

In this release

  • ✨ Replace Target with ModalTarget.
  • ✨ Add TargetSet to allow it to contain multiple ModalTargets.
  • ✨ Ensure full support of TargetSet and Parameterization with SUPPORTED_GEOPSY_VERSIONS.
  • ✨ Add support for Python 3.10.
  • ✨ Add __len__ method to Suite class.
  • ✨ Use pathlib for more robust pathing in unit tests.
  • 💥 Make support of geopsy versions explicit with SUPPORTED_GEOPSY_VERSIONS.
  • 💥 Remove LNI Parameter and associated LN depth.
  • 🐛 Improve geopsy dispersion output parsing in response to #6.
  • 🚌 Reorganize testing data for clarity.
  • ✅ Increase test coverage.
  • 📚 Replace relative link to figures in readme to raw link for pypi.
  • 📚 Expand documentation for new class definitions.