- Removed Python 3.8 support.
- Removed dateparser and replaced with python-dateutil.
- Bumped xmltodict to 0.14.2.
- Bumped ruff to 0.7.1.
- Code quality improvements.
- Provide backwards compatibility with v0.15 by exposing constants.
- Removed Python 3.7 support.
- Added Python 3.11 support.
- Added Python 3.12 support.
- Bumped requests to 2.31.0.
- Bumped dateparser to 1.2.0.
- Bumped haversine to 2.8.1.
- Bumped xmltodict to 0.13.0.
- Bumped library versions: black, flake8, isort.
- Migrated to pytest.
- Code quality improvements.
- No functional changes.
- Migrated to github actions.
- Added Python 3.10 support.
- Removed Python 3.6 support.
- Bumped library versions: black, flake8, isort.
- Add license tag (thanks @fabaff).
- General code improvements.
- Python 3.9 support.
- Add non-standard namespace used by EMSC feed.
- Excluded tests from package (thanks @scop).
- Python 3.8 support.
- Fix handling feeds starting with byte order mark.
- Migrated Instituto Geográfico Nacional Sismología feed integration to python-georss-ign-sismologia-client
- Migrated generic GeoRSS feed integration to python-georss-generic-client
- Migrated Western Australia Department of Fire and Emergency Services feed integration to python-georss-wa-dfes-client
- Migrated Queensland Fire and Emergency Services (QFES) Bushfire Alert feed integration to python-georss-qfes-bushfire-alert-client
- Migrated Tasmania Fire Service Incidents feed to python-georss-tfs-incidents-client.
- Migrated INGV Centro Nazionale Terremoti (Earthquakes) feed to python-georss-ingv-centro-nazionale-terremoti-client
- Migrated Natural Resources Canada Earthquakes feed python-georss-nrcan-earthquakes-client
- Dropped Python 3.5 support.
- Fixed issue where the feed entries do not have any suitable timestamps.
- Simple Feed Manager for all feeds added.
- Support for Instituto Geográfico Nacional Sismología (Earthquakes) feed.
- Built-in XML parser.
- Python 3.7 support.
- Third-party library updates.
- Filter out entries without any geo location data.
- Support for Natural Resources Canada Earthquakes feed.
- Support for INGV Centro Nazionale Terremoti (Earthquakes) feed.
- Support for Tasmania Fire Service Incidents feed.
- Support for Western Australia Department of Fire and Emergency Services feed.
- Initial release with support for generic GeoRSS feeds and the QFES Bushfire Alert feed.
- Calculating distance to home coordinates.
- Support for filtering by distance and category for all feeds.