File tree Expand file tree Collapse file tree 4 files changed +480
-460
lines changed
Expand file tree Collapse file tree 4 files changed +480
-460
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0 (2025-06-17)
4+
5+ ### Feat
6+
7+ - apply country filtering during import
8+ - add ability to skip downloading file if path is provided
9+ - replace subprocess/awk with csv
10+ - Added country table, renamed geo column
11+ - voronoi generator
12+
13+ ### Fix
14+
15+ - reverted country_code column name change
16+ - added index on geocoding.country_code
17+
18+ ### Refactor
19+
20+ - fix ruff lint issues for voronoi generator
21+
322## 0.2.1 (2025-02-17)
423
524### Fix
Original file line number Diff line number Diff line change 1- __version__ = "0.2.1 "
1+ __version__ = "1.0.0 "
Original file line number Diff line number Diff line change 11[project ]
22name = " pg-nearest-city"
3- version = " 0.2.1 "
3+ version = " 1.0.0 "
44description = " Given a geopoint, find the nearest city using PostGIS (reverse geocode)."
55authors = [
66 {
name =
" Sam Woodcock" ,
email =
" [email protected] " },
@@ -88,7 +88,7 @@ asyncio_default_fixture_loop_scope="function"
8888
8989[tool .commitizen ]
9090name = " cz_conventional_commits"
91- version = " 0.2.1 "
91+ version = " 1.0.0 "
9292version_files = [
9393 " pyproject.toml:version" ,
9494 " pg_nearest_city/__version__.py" ,
You can’t perform that action at this time.
0 commit comments