From 6d19f8e5ae63012ad357bcf8ea918126f338477f Mon Sep 17 00:00:00 2001 From: Matin Mahmood Date: Wed, 13 Dec 2023 14:39:16 -0500 Subject: [PATCH] =?UTF-8?q?release:=20version=200.2=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.md | 71 +++++++++++++++++++++++++++++++++++++++++++++++ earth_osm/VERSION | 2 +- 2 files changed, 72 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 7b484c1..be5850d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,77 @@ Changelog (unreleased) ------------ +- Improve tests. [Matin Mahmood] +- Improve gfk logging. [Matin Mahmood] +- Dynamically get feature from taginfo api. [Matin Mahmood] +- Update README.md. [Max Parzen] +- Update api-docs. [Matin Mahmood] +- Add lazydoc auto api documentaiton generation. [Matin Mahmood] +- Add api docs generation. [Matin Mahmood] +- Update docs workflow to use makefile. [Matin Mahmood] +- Separate docs. [Matin Mahmood] +- Update docs-ci.yml. [Matin Mahmood] +- Add MkDocs. [Matin Mahmood] +- Improve readibility. [Matin Mahmood] +- Improve readability. [Matin Mahmood] +- Update README.md. [Matin Mahmood] +- Create docs-ci.yml. [Matin Mahmood] +- Improve test. [Matin Mahmood] +- Improve test. [Matin Mahmood] +- Add building to config. [Matin Mahmood] +- Add data_dir. [Matin Mahmood] +- General bug fix. [Matin Mahmood] +- Rename multiprocessing. [Matin Mahmood] +- Push aggregation. [Matin Mahmood] +- Rename get_osm_data to save_osm_data. [Matin Mahmood] +- Add area (#38) [Matin Mahmood] + + * add way_or_area funciton + + * add way_to_polygon function + + * fix retun statement in ways_lines + + * add tags melt and explode functions + + * combine functions to pd_to_gdf + + * add output_creation + + * add debug code + + * improve imports + + * rename country to region + + * refactor process pipe + + * add comments and small refactor + + * reduce config + + * add notes + + * small refactor + + * improve base test + + * remove comment + + * add power tests + + * add todo code + + * remove lint from make test for now +- Remove code cov fixes #35. [Matin Mahmood] +- Update protobuf. [Matin Mahmood] +- Update README.md. [Matin Mahmood] +- Improve error message missing region (#34) [Davide Fioriti] + + +0.1.0 (2023-03-04) +------------------ +- Release: version 0.1.0 🚀 [Matin Mahmood] - Update utils.py (#30) [Davide Fioriti] Drop non-way elements in way entries diff --git a/earth_osm/VERSION b/earth_osm/VERSION index 6e8bf73..3b04cfb 100644 --- a/earth_osm/VERSION +++ b/earth_osm/VERSION @@ -1 +1 @@ -0.1.0 +0.2