Skip to content

Releases: masci/banks

v2.4.1

17 Feb 11:21

Choose a tag to compare

What's Changed

  • CI: explicitly ignore missing stubs for griffe by @masci in #72
  • fix: add back support for Python 3.9 by @yuqi1129 in #71

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

06 Feb 15:06

Choose a tag to compare

What's Changed

  • Support binary inputs to Image, Audio, Video, and Document types by @bschloss in #67
  • docs: move AI guidance to AGENTS.md for tool-agnostic access by @masci in #69

Full Changelog: v2.3.0...v2.4.0

v2.3.0

21 Jan 10:03
1c8f4e8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

18 Jul 16:28
790f4a1

Choose a tag to compare

What's Changed

  • feat: implement XML filter for Pydantic/dictionary/deserializable string by @AstraBert in #59
  • fix: add support for base64 URLs to the image filter by @masci in #60

Full Changelog: v2.1.3...v2.2.0

v2.1.3

27 Jun 07:12
17c1bc5

Choose a tag to compare

What's Changed

  • fix: populate template path when reading the directory index by @masci in #57

Full Changelog: v2.1.2...v2.1.3

v2.1.2

20 Apr 07:09
fb9a8dd

Choose a tag to compare

What's Changed

  • fix: fix unknown role error message + other small fixes by @anakin87 in #52
  • chore: update Chat example in README by @anakin87 in #53
  • fix: detect multiline text blocks interleaved with image blocks by @masci in #55

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

31 Mar 15:42
147ef52

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

29 Mar 08:38
1c6f5d3

Choose a tag to compare

What's Changed

  • Support string as input for DirectoryPromptRegistry and FilePromptRegistry and documentation correction by @AstraBert in #44
  • improve content block regex by @logan-markewich in #47

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

22 Mar 14:50
99dc27d

Choose a tag to compare

What's Changed

  • feat: add variables property to the Prompt class by @masci in #39
  • fix: make image filter work outside {% chat %} blocks by @masci in #38
  • [breaking] fix deps again by @logan-markewich in #40
  • feat: add audio block to chat messages by @masci in #41
  • feat: add audio filter by @masci in #42

Full Changelog: v1.8.0...v2.0.0

v1.8.0

14 Mar 17:35
b9b3b70

Choose a tag to compare

What's Changed

  • feat: re-introduce support for Python 3.9 by @masci in #37
  • feat: Make litellm and redis optional dependencies, adding minimal extra install option by @logan-markewich in #33

New Contributors

Full Changelog: v1.7.1...v1.8.0