Skip to content

v1.4.0 - batch fixes & perf

Latest

Choose a tag to compare

@yaythomas yaythomas released this 06 Apr 18:36
· 7 commits to main since this release
Immutable release. Only release title and notes can be modified.

Summary

  • feat: version is now exported from the package root (#293)
  • fix: BatchResult import and completion reason logic corrected (#294, #286)
  • fix: map and parallel now exit early on empty input list (#324)
  • fix: Empty checkpoints coalesced in batch to improve performance (#336)

Detailed Changes

  • fix: Import concrete BatchResult by @yaythomas in #294
  • fix: BatchResult completion reason logic by @yaythomas in #286
  • docs: Fix python map function in agent md. by @dhegberg in #306
  • docs: remove unimplemented ItemBatcher documentation from map.md by @abhu85 in #310
  • docs: change python version to supported runtime in agents.md by @dhegberg in #302
  • docs: Fix getting started example. by @eruvanos in #305
  • docs: fix map operation examples to return JSON-serializable dict by @yaythomas in #312
  • chore(deps): bump the actions-deps group with 2 updates by @dependabot[bot] in #298
  • feat: export version from package root by @Iamrodos in #293
  • chore: Add github action, pin hatch version by @wangyb-A in #318
  • test: Remove token when pulling repo by @dhegberg in #314
  • chore(deps): bump the actions-deps group across 1 directory with 3 updates by @dependabot[bot] in #319
  • fix: exit earily on empty list in map and parallel by @yaythomas in #324
  • chore(deps): bump the actions-deps group across 1 directory with 4 updates by @dependabot[bot] in #326
  • chore(deps): bump github/codeql-action from 4.32.6 to 4.35.1 in the actions-deps group by @dependabot[bot] in #331
  • chore: pin 3rd action version to SHA by @wangyb-A in #334
  • fix: coalesce empty checkpoints by @AdityaAudi in #336
  • chore: v1.3.0 -> v1.4.0 by @yaythomas in #338

New Contributors

Full Changelog: v1.3.0...v1.4.0