Skip to content

Releases: PrefectHQ/marvin

v1.0.0

11 Jul 18:45
e25fa7e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v1.0.0

v1.0.0rc1

11 Jul 18:37
e25fa7e
Compare
Choose a tag to compare
v1.0.0rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.10.0...v1.0.0rc1

v0.10.0

15 Jun 01:44
63bd74c
Compare
Choose a tag to compare

This is an important release, as it introduces support for the new OpenAI APIs that allow GPT-3.5 and GPT-4 to natively output structured JSON. The new marvin.openai module includes versions of AI Models and AI Functions that use the new APIs.

v0.9.2

26 May 22:20
bf7bb2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

18 May 17:13
96b9396
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

11 May 22:12
c4b1a81
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.9.0

v0.8.3

11 May 20:49
1d7ff59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

09 May 21:42
127128b
Compare
Choose a tag to compare

Fixes a bug caused by a race condition between Prefect and Alembic's logging configurations

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

02 May 20:31
1c09e84
Compare
Choose a tag to compare

A change in Langchain callbacks broke the TUI; this release temporarily pins Langchain to the last version with the old streaming API until we release a full update.

Also includes a number of fixes related to enhance plugin selection and performance.

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

22 Apr 17:02
3190e84
Compare
Choose a tag to compare

This release begins to capture useful AI Functions in their own modules:

  • marvin.ai_functions.strings has string-parsing utilities that go beyond simple casing, such as fixing capitalization errors and APA title case
  • marvin.ai_functions.entities has functions for extracting structured keywords, named entities, or categorized entities from unstructured text
  • marvin.ai_functions.data has functions for working with lists of data or dataframes

In addition, this release includes end-to-end Slackbot functionality and significant upgrades to how bots use plugins, including advanced task planning that assist in splitting larger objectives into discrete, separately achievable goals.

What's Changed

New Contributors

Full Changelog: v0.7.6...v0.8.0