Skip to content

Releases: isaacus-dev/isaacus-python

v0.6.1

10 May 10:34
c3258d6

Choose a tag to compare

0.6.1 (2025-05-10)

Full Changelog: v0.6.0...v0.6.1

Bug Fixes

  • client: fix bug where types occasionally wouldn't generate (e1bec40)
  • package: support direct resource imports (46ada4d)

Chores

  • internal: avoid errors for isinstance checks on proxies (e4ffb62)
  • internal: codegen related update (ed8951f)

Documentation

  • api: fixed incorrect description of how extraction results are ordered (4c6ee63)
  • remove or fix invalid readme examples (71a39ed)

v0.6.0

30 Apr 08:17
2ac4c2b

Choose a tag to compare

0.6.0 (2025-04-30)

Full Changelog: v0.5.0...v0.6.0

Features

  • api: introduced extractive QA (7b9856c)

Bug Fixes

  • pydantic v1: more robust ModelField.annotation check (40be0d5)

Chores

  • broadly detect json family of content-type headers (ef18419)
  • ci: add timeout thresholds for CI jobs (f0438ce)
  • ci: only use depot for staging repos (869c0ff)
  • internal: codegen related update (8860ae0)
  • internal: fix list file params (6dc4e32)
  • internal: import reformatting (57473e2)
  • internal: refactor retries to not use recursion (513599c)

v0.5.0

19 Apr 04:06
73769e7

Choose a tag to compare

0.5.0 (2025-04-19)

Full Changelog: v0.4.0...v0.5.0

⚠ BREAKING CHANGES

  • api: changed how end offsets are computed

Features

  • api: changed how end offsets are computed (3c96279)

v0.4.0

19 Apr 03:52
58a6bab

Choose a tag to compare

0.4.0 (2025-04-19)

Full Changelog: v0.3.3...v0.4.0

⚠ BREAKING CHANGES

  • api: made universal classification endpoint multi-input only

Features

  • api: made universal classification endpoint multi-input only (4fb2535)

Chores

  • internal: bump pyright version (2f992e7)
  • internal: update models test (bb3df78)

v0.3.3

16 Apr 01:41
21d7ec4

Choose a tag to compare

0.3.3 (2025-04-16)

Full Changelog: v0.3.2...v0.3.3

Bug Fixes

  • perf: optimize some hot paths (eee757b)
  • perf: skip traversing types for NotGiven values (7705a99)

Chores

  • client: minor internal fixes (a8dad58)
  • internal: codegen related update (93cdfa0)
  • internal: expand CI branch coverage (cc5df77)
  • internal: reduce CI branch coverage (2cb8fb8)
  • internal: slight transform perf improvement (6f47eaf)
  • internal: update pyright settings (7dd9ad4)

Documentation

  • api: removed description of certain objects due to Mintlify bug (9099926)

v0.3.2

07 Apr 00:04
964456f

Choose a tag to compare

0.3.2 (2025-04-04)

Full Changelog: v0.3.1...v0.3.2

Chores

  • internal: remove trailing character (#53) (1074f1e)

v0.3.1

01 Apr 09:23
20cc094

Choose a tag to compare

0.3.1 (2025-04-01)

Full Changelog: v0.3.0...v0.3.1

Bug Fixes

  • stainless: added missing reranking endpoint to SDK API (#50) (65bcc7c)

v0.3.0

01 Apr 02:50
5ef5f65

Choose a tag to compare

0.3.0 (2025-04-01)

Full Changelog: v0.2.0...v0.3.0

Features

v0.2.0

30 Mar 06:36
9adb964

Choose a tag to compare

0.2.0 (2025-03-30)

Full Changelog: v0.1.6...v0.2.0

⚠ BREAKING CHANGES

  • api: started sorting chunks by score and added index field (#45)

Features

  • api: started sorting chunks by score and added index field (#45) (c9999cd)

Chores

v0.1.6

18 Mar 00:03
b2f3395

Choose a tag to compare

0.1.6 (2025-03-18)

Full Changelog: v0.1.5...v0.1.6

Chores