Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.1.11 (2026-06-14)

**Fixed.** Group-membership corrections across the bundled reference data, from a
rebuild of the geo.countries pack. The euro area no longer lists Poland and now
includes Bulgaria (joined 2026-01-01). The G20 drops the 48 African countries that
had been expanded from the African Union's 2023 admission — the AU, like the EU, is
a member as an organization, not through its constituent states. The Commonwealth
adds Canada, Barbados, Brunei, Gabon, and Togo and drops four non-members; the
African Union lists Western Sahara in place of an erroneous Solomon Islands; OPEC
adds Algeria and marks Angola and the UAE as departed; ASEAN adds Timor-Leste; BRICS
adds Indonesia; OECD adds Switzerland; the G77 roster is reconciled to the official
134 members; and the UN list drops Palestine (a non-member observer state) and
corrects Afghanistan's accession year. The four World Bank income groups and the UN
LDC, LLDC, and SIDS lists are regenerated from the current 2026 classifications.

## 0.1.10 (2026-06-14)

**Fixed.** Geo resolution corrections, from a bundled-data rebuild. "Congo, Rep."
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "resolvekit"
version = "0.1.10"
version = "0.1.11"
description = "Entity and place resolution system that maps messy place/entity strings and codes to canonical entities"
requires-python = ">=3.12"

Expand Down
Binary file modified src/resolvekit/_data/geo/countries/entities.sqlite
Binary file not shown.
8 changes: 4 additions & 4 deletions src/resolvekit/_data/geo/countries/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"fts": "fts5",
"symspell": "symspell.dict"
},
"build_timestamp": "2026-06-14T09:06:59.216025+00:00",
"build_timestamp": "2026-06-14T21:33:50.501680+00:00",
"source_datasets": [
"datacommons"
],
Expand All @@ -23,7 +23,7 @@
},
"description": null,
"checksums": {
"sqlite": "09bafabd3f00182cf067884cb64d60c6761bd5400958967d204eae9385c10192",
"sqlite": "c46ad9f54dc83a09e338ec546edc72ed753756b8fd50613c04fe247e65c032f1",
"symspell": "a8254c4a5a18e45adf3e30d4b8d239e6c02a9876baff50c05c0d8c8153e1e815",
"calibrator": "900c09348742718985f3236f270d0cdc2d4941cc38fade9b7310185d6cf845a7"
},
Expand All @@ -41,9 +41,9 @@
"entity_count": 241,
"names_count": 4355,
"codes_count": 9129,
"relations_count": 1911,
"relations_count": 1858,
"names_coverage": 1.0,
"codes_coverage": 1.0,
"relations_density": 7.929460580912863
"relations_density": 7.70954356846473
}
}
4 changes: 2 additions & 2 deletions src/resolvekit/_data/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"entity_types": [
"geo.country"
],
"size_mb": 2.63,
"size_mb": 2.61,
"checksums": {
"sqlite": "09bafabd3f00182cf067884cb64d60c6761bd5400958967d204eae9385c10192"
"sqlite": "c46ad9f54dc83a09e338ec546edc72ed753756b8fd50613c04fe247e65c032f1"
}
},
{
Expand Down
Loading
Loading