Skip to content

Releases: haesleinhuepf/bia-bob

0.21.1

28 Jul 13:47
fed643f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.21.0...0.21.1

0.21.0

22 Jul 15:08
b2936ee
Compare
Choose a tag to compare

What's Changed

Backwards compatibilty breaking changes

  • The reflection mechanism introduced in #177 has the potential to break pre-existing functionality in very general. Please create a github issue if you are affected!
  • Googles Vertex AI API for accessing gemini and gemini-pro will be removed soon. Use gemini 1.5 flash/pro using a Google API Key instead.

Full Changelog: 0.20.0...0.21.0

0.20.0

17 Jul 09:57
b9175ab
Compare
Choose a tag to compare
0.20.0 Pre-release
Pre-release

What's Changed

Backwards compatibility breaking changes

  • The auto-execution mode (bob.initialize(auto_execute=True)) was removed. If you want to use it, you need to pip install bob<=0.20.0.

New Contributors

Full Changelog: 0.19.0...0.20.0

0.19.0

10 Jul 15:41
1cbd424
Compare
Choose a tag to compare
0.19.0 Pre-release
Pre-release

What's Changed

Backwards compatibiliy breaking change

The custom Jupyter kernel was removed. In order to use it, you must install bia-bob 0.18.0

Full Changelog: 0.18.0...0.19.0

0.18.0

23 Jun 05:15
8adfe4f
Compare
Choose a tag to compare
0.18.0 Pre-release
Pre-release

What's Changed

Backwards compatibility breaking changes

If you never called bob.initialize() and specified a model or vision model, nothing breaks. If you switch between models from time to time, this change might be important: bob now stores the last used model in a local config file (~/.cache/bia-bob) and will use the same model when being started next time. This should make the life easier of people who don't work with the default model (gpt-4o) and prefer others (claude, gemini,...).

Full Changelog: 0.17.0...0.18.0

0.17.0

21 Jun 07:55
Compare
Choose a tag to compare
0.17.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.16.0...0.17.0

0.16.0

07 Jun 08:56
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release

What's Changed

  • Use vision capabilities when generating notebooks by @haesleinhuepf in #138
  • Bugfix: The likelihood that a generated notebook file contains valid json was increased

generate_notebook

Full Changelog: 0.15.1...0.16.0

0.15.1

04 Jun 12:30
bb22a02
Compare
Choose a tag to compare
0.15.1 Pre-release
Pre-release

What's Changed

modify_notebook

Full Changelog: 0.15.0...0.15.1

0.15.0

26 May 09:55
e450bc9
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.14.1...0.15.0

0.14.1

17 May 11:32
Compare
Choose a tag to compare
0.14.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.14.0...0.14.1