Skip to content

v0.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 20:50
· 291 commits to main since this release

0.20.0 (2024-11-17)

Features

  • adapt: add null adaptation (e477975)
  • adapt: add number aggregator (ef9a6be)
  • add built-in adaptation functions (8072481)
  • add compositional adaptation (e5b8634)
  • add reuse/adaptation interface with build/apply helpers (fdd54c0)
  • api: add reuse endpoints (3e728f7)
  • cli: add reuse command (0e5c6bf)
  • migrate from poetry to uv (794455c)
  • prefer polars over pandas (773bed8)
  • reuse: make interface more generic (119ce3b)

Bug Fixes

  • adapt/strings: improve regex (84acce6)
  • adapt/strings: swap order of query and case pattern (84a1a7a)
  • adapt: rename rules to pipe (c60b0d3)
  • aggregator: export pooling functions (49644bd)
  • api: properly extend result classes (b622610)
  • attribute-value: remove unused type parameter (6e6e0cf)
  • cli: add reusers to serve function (43aeb29)
  • helpers: add generics to sim wrappers (dcf4007)
  • loaders: make pydantic optional (5ea54d6)
  • reuse: update typing of apply_single (79983bd)
  • sim/graphs: improve similarity types (176fe2b)