Releases: exxamalte/python-aio-quakeml-client
Releases · exxamalte/python-aio-quakeml-client
v0.8
30 Aug 12:28
Compare
Sorry, something went wrong.
No results found
Changed depth from integer to float (thanks @FoxxMD ).
Removed Python 3.8 support.
Code quality improvements.
v0.7
01 Feb 13:16
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added Python 3.11 support.
Removed deprecated asynctest dependency.
Bumped library versions: black, dateparser, xmltodict, haversine.
v0.5
09 May 13:39
Compare
Sorry, something went wrong.
No results found
Improved extensibility for implementing libraries.
General code improvements.
v0.4
29 Apr 10:16
Compare
Sorry, something went wrong.
No results found
Remove unnecessary print statement.
Remove string capitalisation in two instances.
v0.3
28 Apr 18:50
Compare
Sorry, something went wrong.
No results found
Extract last timestamp from entries' creation info.
Fix potential bug where dynamic URL is not yet initialised.
v0.2
28 Apr 16:59
Compare
Sorry, something went wrong.
No results found
Made feed URL dynamically configurable in case the QuakeML feed supports parameters that could change with each call.
v0.1
27 Apr 04:21
Compare
Sorry, something went wrong.
No results found
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.