Releases: Horizon-Labs-Building-AI-Systems/un-comtrade-sdk
Releases · Horizon-Labs-Building-AI-Systems/un-comtrade-sdk
Release list
v1.0.3
un-comtrade-sdk v1.0.3
Metadata-only patch release. No SDK code, tests, or workflows changed.
What is in v1.0.3
- Documentation URL in
[project.urls]switched fromhttps://un-comtrade-sdk.readthedocs.io/tohttps://horizon-labs-building-ai-systems.github.io/un-comtrade-sdk/— the PyPI project page now points at the live GitHub Pages site. - Housekeeping
.gitignorerules added for local-dev artifacts (website/site/,website/.mkdocs-serve.log,.audit/,dist-check/,_tmp_log.py). - Version bumped
1.0.2->1.0.3in the two canonical sources (pyproject.toml [project].versionandun_comtrade/__version__.py).
Install
pip install --upgrade un-comtrade-sdkVerify
>>> import un_comtrade
>>> un_comtrade.__version__
'1.0.3'Resources
- Documentation: https://horizon-labs-building-ai-systems.github.io/un-comtrade-sdk/
- Changelog: docs/CHANGELOG.md
- v1.x release notes: docs/032_v1_RELEASE_NOTES.md
v1.0.2
un-comtrade-sdk v1.0.2
Production release of the UN Comtrade (UNSD) Python SDK.
What ships
- All six implementation phases (foundation, trade layer, ETL, storage, analytics, query engine)
- v1.0.1 performance patch — DuckDB bulk-insert ~100x, country_vs_country filter fusion ~5-10x
- v1.0.2 release-metadata sync guard
- Source byte-identical to TestPyPI v1.0.2 (the only delta is the polished README)
Install
\�ash
pip install un-comtrade-sdk
\
Verify
\python
import un_comtrade
un_comtrade.version
''1.0.2''
from un_comtrade import ComtradeClient
client = ComtradeClient()
\
CLI
\�ash
un-comtrade --version
un-comtrade metadata countries
\
Resources
- Documentation: https://horizon-labs-building-ai-systems.github.io/un-comtrade-sdk/
- Changelog: docs/CHANGELOG.md
- v1.x release notes: docs/032_v1_RELEASE_NOTES.md
- Release engineering: docs/037_RELEASE_FREEZE.md (v1.0.1 model; v1.0.2 mirrors it)
UN Comtrade SDK v1.0.1
UN Comtrade Python SDK v1.0.1
Initial public release.
Highlights
- Production-ready Python SDK
- Metadata API
- Trade API
- Analytics Engine
- Query Engine
- ETL Pipeline
- Storage Layer
- CLI
- Cookbook
- Documentation Website
- CI/CD Pipeline
- Trusted Publisher (OIDC)