Skip to content

Releases: exxamalte/python-aio-quakeml-client

v0.8

30 Aug 12:28

Choose a tag to compare

  • Changed depth from integer to float (thanks @FoxxMD).
  • Removed Python 3.8 support.
  • Code quality improvements.

v0.7

01 Feb 13:16

Choose a tag to compare

  • Added Python 3.12 support.
  • Bumped dateparser to 1.2.0.
  • Bumped haversine to 2.8.1.
  • Bumped library versions: black, flake8, isort.
  • Migrated to pytest.
  • Code quality improvements.

v0.6

27 Jan 03:04

Choose a tag to compare

  • Added Python 3.11 support.
  • Removed deprecated asynctest dependency.
  • Bumped library versions: black, dateparser, xmltodict, haversine.

v0.5

09 May 13:39

Choose a tag to compare

  • Improved extensibility for implementing libraries.
  • General code improvements.

v0.4

29 Apr 10:16

Choose a tag to compare

  • Remove unnecessary print statement.
  • Remove string capitalisation in two instances.

v0.3

28 Apr 18:50

Choose a tag to compare

  • Extract last timestamp from entries' creation info.
  • Fix potential bug where dynamic URL is not yet initialised.

v0.2

28 Apr 16:59

Choose a tag to compare

  • Made feed URL dynamically configurable in case the QuakeML feed supports parameters that could change with each call.

v0.1

27 Apr 04:21

Choose a tag to compare

  • Initial release as base for QuakeML feeds.
  • Calculating distance to home coordinates.
  • Support for filtering by distance and magnitude.
  • Filter out entries without any geo location data.
  • Simple Feed Manager.