Skip to content

Commit a8adcca

Browse files
authored
Publish v2.1.6 (#290)
1 parent 81068f9 commit a8adcca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.1.6
4+
5+
**Date** - 01/28/2026
6+
7+
**Release Tag** - [v2.1.6](https://github.com/datacommonsorg/api-python/releases/tag/v2.1.6)
8+
9+
**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)
10+
11+
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.
12+
313
## 2.1.5
414

515
**Date** - 01/12/2026

datacommons_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.1.5"
1+
__version__ = "2.1.6"
22
"""
33
Data Commons Client Package
44

0 commit comments

Comments
 (0)