Skip to content

Releases: PrefectHQ/marvin

v2.1.0

17 Jan 21:07
851abc6
Compare
Choose a tag to compare

We're really excited to share that Marvin 2.1 is now on PyPI (not as a pre-release 🙂 ).

Please check out:

and feel free to reach out to chat or ask questions:

All Itemized Changes

What's Changed (a fair amount btw)

New Contributors

Full Changelog: v1.5.6...v2.1

v2.1-beta.2

17 Jan 00:37
473b7fe
Compare
Choose a tag to compare
v2.1-beta.2 Pre-release
Pre-release

fixes #765 due to moved import in openai>=1.8

v2.1-beta.1

16 Jan 18:22
2436b73
Compare
Choose a tag to compare
v2.1-beta.1 Pre-release
Pre-release

see the updated README

What's Changed (spoiler, its a lot)

Full Changelog: v2.0.1-alpha.1...v2.0.1-beta.1

v2.0.1 pre-release

19 Dec 22:44
e0b4803
Compare
Choose a tag to compare
v2.0.1 pre-release Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-alpha.2...v.2.0.1-alpha.1

v2.0.0 pre-release

15 Dec 21:54
Compare
Choose a tag to compare
v2.0.0 pre-release Pre-release
Pre-release

Marvin 2 introduces

  • support for OpenAI 1.X Client and migration to Pydantic V2.
  • a multi-modal API for text-to-speech and image generation.
  • a beta Assistants API for ai-powered workflows
click for detailed changes

Full Changelog: v1.5.6...v2.0.0-alpha.2

v1.5.6

06 Nov 18:57
80b6c64
Compare
Choose a tag to compare

pin openai

What's Changed

New Contributors

Full Changelog: v1.5.5...v1.5.6

v1.5.5

30 Oct 23:27
5794ecd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.4...v1.5.5

v1.5.4

19 Oct 22:41
bd3080b
Compare
Choose a tag to compare

What's Changed

  • set app description as tool doc if used as tool by @zzstoatzz in #613
  • some one accidenlty updated the deployment_name to deployment_id fixe… by @thanseefpp in #616
  • fix pydantic v1 behavior - allow BaseModel return for ai_fn by @zzstoatzz in #615
  • make acall consistent with __call__, add tests, fix a bug by @zzstoatzz in #617

Full Changelog: v1.5.3...v1.5.4

v1.5.3

13 Oct 22:33
e29c8c0
Compare
Choose a tag to compare

A bugfix for AIApplication introduced in 1.5.2

AIApplication released in 1.5.2 was unable to recall previous user messages in the conversation due to a bug in prompt rendering - this is fixed in v1.5.3.

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

11 Oct 23:17
cc12aac
Compare
Choose a tag to compare

What's Changed

Highlight

AIApplication now uses marvin's ChatCompletion.achain instead of the Executor to use tools and process user inputs.

Itemized changes

  • fallback to pydantic.v1 BaseSettings on pydantic-settings import error by @aaazzam in #608
  • azure settings + ai_model param propagation by @aaazzam in #607
  • Ai app refactor by @zzstoatzz in #552

Full Changelog: v1.5.1...v1.5.2