Releases: haesleinhuepf/bia-bob
Releases · haesleinhuepf/bia-bob
0.18.0
What's Changed
- bugfix: crash when calling bia-bob from terminal by @haesleinhuepf in #144
- add permanent config file by @haesleinhuepf in #145
- Refactoring by @haesleinhuepf in #146
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
What's Changed
- add support for Anthropic's claude by @haesleinhuepf in #143
- When initializing bob, it prints out used model version (can be muted using silent=True) by @haesleinhuepf in #142
Full Changelog: 0.16.0...0.17.0
0.16.0
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
Full Changelog: 0.15.1...0.16.0
0.15.1
0.15.0
0.14.1
What's Changed
- Bugfix: Delete chat history when initializing bob by @haesleinhuepf in #131
Full Changelog: 0.14.0...0.14.1
0.14.0
What's Changed
- initialize openai differently by @haesleinhuepf in #129
- update default model and vision-model to gpt4o by @haesleinhuepf in #127
- bugfix: vision capabilities failed if an undocumented dependency (darth-d) wasn't installed
Full Changelog: 0.12.1...0.14.0
0.12.1
What's Changed
%%acc
magic replaces code to GPU accelerate processing by @haesleinhuepf in #121- better support for opening czi files using the czifile library by @haesleinhuepf in #122
Full Changelog: 0.12.0...0.12.1
0.12.0
What's Changed
- Update default model to 'gpt-4-turbo-2024-04-09' by @haesleinhuepf in #118
- add missing word in system prompt by @haesleinhuepf in #120 This should lead to less pre-existing variables being overwritten
Full Changelog: 0.11.1...0.12.0
0.11.1-zenodo
This is just a github-release to test DOI-generation via Zenodo