Releases: Element84/natural-language-geocoding
Releases · Element84/natural-language-geocoding
Release list
V0.1.3
What's Changed
- Adds support for setting cache_dir via an environment variable by @abbottry in #21
- Updating dependencies by @jasongilman in #22
New Contributors
Full Changelog: 0.1.2...0.1.3
Version 0.1.2
This new release adds the ability to do compass direction based subsets of areas like "west united states" or "northeastern massachusetts"
What's Changed
- Updating dependencies for critical vulnerability by @jasongilman in #18
- Compass Subset by @jasongilman in #19
Full Changelog: 0.1.1...0.1.2
Version 0.1.1
Fixes an issue with ingesting places from Natural Earth.
Version 0.1.0
This is a major update to increase accuracy of named location searches and move to an OpenSearch index for places
- Adds the ability to use an OpenSearch index as the source for place searches.
- Includes code for populating the OpenSearch index from various sources.
- Adds evaluations for LLM uses.
- Changes named place look ups to include hierarchical context from the user's search query. For example, if the user text is "within Florida, north of Miami" it knows to indicate that Florida is a state in the US versus the same name in other locations.
- Adds support for "Off the coast of" to indicate an area away from the coastline of land and not on the land itself.
- Improves error handling for failures
- Improves handling of macro-geographical areas like "Southeast Asia"
- Improves handling of conjunctions. ie "within 50km of X and Y" should be a union and not an intersection.
- Support for ports
- Updated to use Claude 4 Sonnet
Version 0.0.3
0.0.2
What's Changed
- Adding Contributor License Agreement by @brianandres2 in #3
- PyPi Automatic Publish on New Release by @brianandres2 in #4
- Updating for e84-geoai-common and adding tests by @AdeelH in #2
- Added support for borders by @jasongilman in #5
- Additional refactoring for testing by @jasongilman in #7
Full Changelog: 0.0.1...0.0.2