Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

65 lines (50 loc) · 2.76 KB

Changes

0.15 (16/02/2022)

  • No functional changes.
  • Migrated to github actions.
  • Added Python 3.10 support.
  • Removed Python 3.6 support.
  • Bumped library versions: black, flake8, isort.

0.14 (08/06/2021)

  • Add license tag (thanks @fabaff).
  • General code improvements.

0.13 (20/04/2021)

  • Python 3.9 support.

0.12 (30/12/2020)

  • Add non-standard namespace used by EMSC feed.

0.11 (18/10/2020)

  • Excluded tests from package (thanks @scop).
  • Python 3.8 support.

0.10 (05/12/2019)

  • Fix handling feeds starting with byte order mark.

0.9 (01/04/2019)

0.8 (24/03/2019)

  • Fixed issue where the feed entries do not have any suitable timestamps.

0.7 (24/03/2019)

  • Simple Feed Manager for all feeds added.

0.6 (20/03/2019)

  • Support for Instituto Geográfico Nacional Sismología (Earthquakes) feed.

0.5 (14/12/2018)

  • Built-in XML parser.
  • Python 3.7 support.

0.4 (01/11/2018)

  • Third-party library updates.

0.3 (08/10/2018)

  • Filter out entries without any geo location data.
  • Support for Natural Resources Canada Earthquakes feed.
  • Support for INGV Centro Nazionale Terremoti (Earthquakes) feed.

0.2 (05/10/2018)

  • Support for Tasmania Fire Service Incidents feed.
  • Support for Western Australia Department of Fire and Emergency Services feed.

0.1 (27/09/2018)

  • 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.