Skip to content

Releases: haesleinhuepf/bia-bob

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

0.2.2

18 Aug 20:27
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.1...0.2.2

bia_bob_with_voice.mp4

0.2.1

17 Aug 18:25
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

10 Aug 11:29
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.5...0.2.0

0.1.5

07 Aug 16:35
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

New features

  • Bob's answers are rendered using Markdown