Skip to content

Releases: haesleinhuepf/bia-bob

0.23.3

16 Oct 12:41
Compare
Choose a tag to compare

What's Changed

  • Ensure Python 3.8 compatibility by updating pyproject.toml with target version and requires-python. by @github-actions in #214
  • expand compatible python versions to >= 3.8 and <= 3.12 by @haesleinhuepf in #216

Full Changelog: 0.23.2...0.23.3

0.23.2

10 Oct 19:37
Compare
Choose a tag to compare

What's Changed

  • bugfix: re-initialization without endpoint failed by @haesleinhuepf in #209
  • Special handling for pyclesperanto versus pyclesperanto_prototype by @haesleinhuepf in #210
  • Bugfix in code output when calling bia-bob from terminal

Full Changelog: 0.23.0...0.23.2

0.23.0

21 Sep 16:29
e3b1e64
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.22.1...0.23.0

0.22.1

19 Sep 14:03
Compare
Choose a tag to compare

What's Changed

  • Exclude "open" and "bob" from functions and "bia_bob" from modules in system message. This should improve poor code suggestions involving these. By @github-actions in #207

Full Changelog: 0.22.0...0.22.1

0.22.0

03 Sep 19:12
Compare
Choose a tag to compare

What's Changed

  • Use model alias-large for blablador in custom_endpoints.ipynb by @thawn in #201
  • bugfix: ollama vision models didn't work and chat history didn't contain image content by @haesleinhuepf in #203
  • Persistent endpoint config by @haesleinhuepf in #204

New Contributors

Full Changelog: 0.21.2...0.22.0

0.21.2

12 Aug 10:00
Compare
Choose a tag to compare

What's Changed

  • add git-bob github workflow by @haesleinhuepf in #186
  • Update default models to GPT-4 Omni 'gpt-4o-2024-08-06' for improved cost-efficiency by @github-actions in #187
  • Fix typos and improve grammar in project documentation by @github-actions in #189
  • Initialize LLM infrastructure in ask_llm to prevent NoneType error. by @haesleinhuepf in #196
  • fix unbound variable error reported by @thawn, fixed by @haesleinhuepf in #200

New Contributors

  • @github-actions made their first contribution in #187

Full Changelog: 0.21.1...0.21.2

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