Skip to content

Releases: haesleinhuepf/bia-bob

0.8.1

26 Dec 12:01
9d748f9
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

What's Changed

  • Bugfix: backwards compatibility with older releases of importlib by @haesleinhuepf in #104

Full Changelog: 0.8.0...0.8.1

0.8.0

26 Dec 11:47
d4119f8
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

What's Changed

Potentially backwards compatibility breaking changes

  • Suggestions for showing/inspecting images using stackview might be different now as the default suggestions for stackview were removed. These suggestions should come via the new extension mechanism. Install recent stackview>=0.7.4 to make sure the new suggestions are on board.

Full Changelog: 0.7.0...0.8.0

0.7.0

21 Dec 12:17
95005bc
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

What's Changed

  • Add support for Google's gemini-pro and gemini-pro-vision models by @haesleinhuepf in #102

Full Changelog: 0.6.2...0.7.0

0.6.2

17 Dec 16:01
bc862b9
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.6.1...0.6.2

0.6.1

03 Dec 09:38
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

13 Nov 07:21
89fb87a
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

What's Changed

This is a hot-fix as openai 1.0.0 was released 4 days ago and broke bob. API changes in openai were implemented as described here.

Full Changelog: 0.5.0...0.6.0

0.5.0

11 Nov 13:14
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

What's Changed

Backwards compatibility breaking changes

  • When passing a numpy-compatible image/array variable name behind %%bob, the image will be turned into a RGB image and submitted to the open-ai server. This way you can use gpt-4-vision-preview to let bob guess what's in the image.

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

31 Oct 16:51
b03be51
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

What's Changed

Backwards compatibility breaking changes

  • The parameter temperature was removed from bob.initialize() as discussed in #53

Full Changelog: 0.3.0...0.4.0

0.3.0

09 Oct 16:01
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

What's Changed

  • Bob prints code in the next Jupyter cell by @tischi
  • Bob has memory now allowing to better interact with it (by @tischi)
  • Bob uses a list of predefined libraries (numpy, scipy, cellpose, stardist, ...) in case they are installed (by @haesleinhuepf )

Backwards compatibility breaking changes

  • We're no longer using langchain to call pre-defined functions. We let chatGPT/bob generate code instead. Previously running examples may not work anymore. Let us know via github issue if there are specific examples you would like to have working again.
  • Voice recognition and speech have been removed as it was hard to install on Mac and Linux.

Full Changelog: 0.2.3...0.3.0

0.2.3

19 Aug 08:01
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.2...0.2.3