> ## Documentation Index
> Fetch the complete documentation index at: https://docs.woodwide.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Documentation updates and API changes.

## Unreleased

### Python SDK 0.9.0 documentation

* Updated Python examples for the flat `client.datasets`, `client.models`, `client.jobs`, and `client.data_connections` resource hierarchy.
* Standardized SDK authentication on `WOODWIDE_API_KEY` and `WOODWIDE_BASE_URL`.
* Updated training examples to use `client.models.train(model_type=...)`.
* Updated model polling to use `model.status` values `processing`, `ready`, and `failed`.
* Updated synchronous inference examples to pass files to `client.models.infer(...)`.
* Added Python SDK examples for data connections.

<Note>
  The SDK examples in these docs target `woodwide==0.9.0`, released July 21, 2026. The REST API reference schema will be refreshed separately.
</Note>
