From ac398256ec398cd57c52a6580cf9dce576b23e80 Mon Sep 17 00:00:00 2001 From: Keyur Shah Date: Wed, 28 Jan 2026 14:01:14 -0800 Subject: [PATCH] Publish v2.1.6 --- CHANGELOG.md | 10 ++++++++++ datacommons_client/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d973739..f4890aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.1.6 + +**Date** - 01/28/2026 + +**Release Tag** - [v2.1.6](https://github.com/datacommonsorg/api-python/releases/tag/v2.1.6) + +**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master) + +This is a patch update that adds support for resolving indicators (StatisticalVariables and Topics) from natural language queries via the `resolve` endpoint. It introduces a new `fetch_indicators` method and updates the `Candidate` model to include match scores and types. + ## 2.1.5 **Date** - 01/12/2026 diff --git a/datacommons_client/__init__.py b/datacommons_client/__init__.py index 850a058e..ad654341 100644 --- a/datacommons_client/__init__.py +++ b/datacommons_client/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.1.5" +__version__ = "2.1.6" """ Data Commons Client Package