Skip to content

Changelog

1.5.0 (2026-03-03)

Features

  • add optional timeout parameter to API request methods (#79) (c80f1b9)

1.4.0 (2026-02-17)

Features

  • add example notebook for fetching polygons (#66) (fc9ba29)
  • mkdocs: add mkdocs-jupyter plugin for rendering notebooks (#72) (c8c3d53)
  • refactor bulk data query (#70) (8e68a63)
  • simplify README documentation and enhance quick start instructions (#68) (c74324a)

1.3.0 (2026-02-11)

Features

  • eagerly acquire authentication tokens to prevent cold-start errors (#65) (41568d0)
  • update query handling to require model_name and model_version parameters (#55) (59c4bcf)

1.2.0 (2026-02-04)

Features

  • implement retry logic for HTTP requests on token expiry (#61) (1c4ff14)

1.1.0 (2026-01-13)

Features

  • enhance pagination handling with fallback for JSON parsing errors (#52) (00b4a48)

1.0.0 (2025-12-23)

⚠ BREAKING CHANGES

  • dsis: rename 'field' parameter to 'project' across API, docs and tests (#49)

Features

  • fix types to follow mypy standards (#46) (b7f1889)

Code Refactoring

  • dsis: rename 'field' parameter to 'project' across API, docs and tests (#49) (d3791e6)

0.5.0 (2025-12-10)

Features

0.4.1 (2025-11-13)

Bug Fixes

  • update required Python version to 3.11 in pyproject.toml (#34) (d325265)

0.4.0 (2025-11-12)

Features

  • make json format optional in stead of a forced default (#32) (735f490)

0.3.0 (2025-11-10)

Features

  • add automatic pagination support to DSIS API client (#29) (c4e5766), closes #28

0.2.1 (2025-11-04)

Bug Fixes

  • correct the full form for DSIS in readme (#22) (011a5f6)

0.2.0 (2025-11-04)

Features

  • dsis client setup and query builder (#21) (7342725)
  • Implement query builder for DSIS OData API (7342725)

Documentation

0.1.4 (2025-10-15)

Documentation

  • add absolute links for contributing guidelines and license (d1b11ad)

Continuous Integration

  • build using reusable workflow (56b2dfb)

0.1.3 (2025-10-15)

Continuous Integration

  • run publish to PyPI from caller workflow (d65e88b)

0.1.2 (2025-10-14)

Continuous Integration

  • publish to PyPI on workflow call (945cce6)

0.1.1 (2025-10-14)

Miscellaneous Chores

0.1.0 (2025-10-14)

Documentation

  • add code of conduct (77f7dad)
  • add contributing guidelines (044d116)
  • add initial MkDocs files (b164722)
  • add installation instructions (e5df746)
  • add license section in README (b62b248)
  • add security policy (ce7066c)