Skip to content

Latest commit

 

History

History
163 lines (95 loc) · 11.3 KB

File metadata and controls

163 lines (95 loc) · 11.3 KB

Changelog

0.7.0 (2026-07-24)

Features

Bug Fixes

  • correct word_similarity argument order in PostGIS fuzzy search (#215) (02e5155)
  • merge segments and serialize GeoDataFrame values correctly (#191) (747b71c)

0.6.0 (2026-06-19)

Features

0.5.0 (2026-06-18)

Features

0.4.3 (2026-06-11)

Bug Fixes

  • composite: align behavior with documented per-source max_results (#162) (16e46fd)
  • raise ParsingError instead of assert for GeoQuery type check (#161) (f314206)

Documentation

0.4.2 (2026-06-05)

Performance Improvements

  • optimize geopandas/Shapely usage across datasources and spatial operations (#143) (aaf9e9b)

0.4.1 (2026-05-12)

Bug Fixes

  • address security issue with urllib3 (from 2.6.3 to 2.7.0) (#123) (45a4fa0)

0.4.0 (2026-05-11)

Features

  • add clipping and bordering spatial relations (#118) (d2002df)
  • area-based distance inference, geodesic spatial ops, type improvements (#122) (a5ac40d)
  • union multiple geometries in apply_spatial_relation (#119) (ec7525b)

0.3.0 (2026-05-06)

Features

  • add geometry output format selection (GeoJSON, WKT, WKB) (#107) (22ded27)
  • reject attribute-only queries with NoReferenceLocationError (#112) (85432ff)
  • store llm model as env var (#16) (1dc9d05)

0.2.1 (2026-04-23)

Bug Fixes

  • align OBJEKTART_TYPE_MAP with swissNAMES3D 2025 catalogue (#96) (e0a3fb4)
  • reduce prompt token count by ~34% (#94) (4e1876e)

0.2.0 (2026-04-22)

Features

  • add additional_instructions parameter to GeoFilterParser (#87) (5a8c872)
  • add async aparse method to GeoFilterParser (#86) (008890b)
  • introduce LocationTypeName and TypeMap (#78) (8bb8adf)

0.1.3 (2026-04-21)

Documentation

  • update installation instructions now that etter is on PyPI (#83) (36ac9f8)

0.1.2 (2026-04-21)

Bug Fixes

  • reorganize project metadata in pyproject.toml (#81) (16244b2)

0.1.1 (2026-04-21)

Bug Fixes

  • update package docstring (8069885)

0.1.0 (2026-04-21)

Features

  • add datasources (5fa2731)
  • add Docker support with Dockerfile and docker-compose configuration (8c84c9e)
  • add MCP App (dbbe8fa)
  • add rapidfuzz (2d954b5)
  • add sponsor (a90fa2e)
  • add sponsor (ee6d29b)
  • add support for IGN BD-CARTO data source (a206c16)
  • add timing to /api/query/stream (fb16004)
  • add timing to /api/query/stream (3a5acc2)
  • better near relation for polygon (6b51ac2)
  • better near relation for polygon (0e654f0)
  • datasources: add generic PostGISDataSource (09bd020)
  • datasources: add type mapping support for PostGISDataSource (34dfeb4)
  • datasources: add unaccent support for name matching in PostGISDataSource (14da5f3)
  • docs: add VitePress site with guides and CI deployment (aeaa203)
  • enhance apply_spatial_relation with spatial_config parameter (11fdeef)
  • enhance PostGISDataSource with unaccent support and improve fuzzy search logic (b9d0630)
  • enhance type filtering in SwissNames3DSource with hierarchical matching (382fbc0)
  • implement GeoLLM MCP server with query parsing functionality (93a559e)
  • implement streaming query processing with real-time reasoning (ceb5009)
  • implement streaming query processing with real-time reasoning (a758e57)
  • make sur doc is up to date (c233589)
  • make sur doc is up to date (65cbb49)
  • nicer repl (9f1e3e6)
  • nicer repl (8f9fdba)
  • right/left bank (58e209b)
  • right/left bank (8424d26)
  • update Makefile to improve installation and demo commands (77fb4c5)

Bug Fixes

  • handle MultiLineString geometries for right and left buffer (e07364e)
  • improve database connection error handling in PostGISDataSource (aef33a4)
  • remove deduplication from search results in CompositeDataSource (6860f24)
  • update doc (0175ce2)
  • update GeoLLM server URL in mcp.json (e4b4bc6)
  • update LLM invocation to use asynchronous method (352b0db)

Documentation

  • add README for GeoLLM MCP App with architecture and setup instructions (e2d282c)
  • clarify Phase 2 is fully implemented with datasources (e62cd57)
  • clarify search method description in CompositeDataSource (6490343)
  • update README to include streaming support and usage examples (72663ce)