Skip to content

Releases: Horizon-Labs-Building-AI-Systems/un-comtrade-sdk

v1.0.3

Choose a tag to compare

@prashantprakash28 prashantprakash28 released this 30 Jun 23:18

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 from https://un-comtrade-sdk.readthedocs.io/ to https://horizon-labs-building-ai-systems.github.io/un-comtrade-sdk/ — the PyPI project page now points at the live GitHub Pages site.
  • Housekeeping .gitignore rules added for local-dev artifacts (website/site/, website/.mkdocs-serve.log, .audit/, dist-check/, _tmp_log.py).
  • Version bumped 1.0.2 -> 1.0.3 in the two canonical sources (pyproject.toml [project].version and un_comtrade/__version__.py).

Install

pip install --upgrade un-comtrade-sdk

Verify

>>> import un_comtrade
>>> un_comtrade.__version__
'1.0.3'

Resources

v1.0.2

Choose a tag to compare

@prashantprakash28 prashantprakash28 released this 30 Jun 22:48

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

UN Comtrade SDK v1.0.1

Choose a tag to compare

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)