Bia-bob

Latest version: v0.25.0

Safety actively analyzes 688554 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 8

0.6.2

What's Changed
* Bugfix in skimage snippets related to `enlarge_labels` by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/98


**Full Changelog**: https://github.com/haesleinhuepf/bia-bob/compare/0.6.1...0.6.2

0.6.1

What's Changed
* fix code separation by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/85
* support aicsimageio for loading image files other than tif, jpg and png by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/91
* simplified prompt to avoid code snippet duplicates by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/92
* only propose stackview if it's installed by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/93
* only propose skimage if it's installed by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/94


**Full Changelog**: https://github.com/haesleinhuepf/bia-bob/compare/0.6.0...0.6.1

0.6.0

What's Changed
* update to OpenAI API > 1.2.0 by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/83

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](https://github.com/openai/openai-python/discussions/742).

**Full Changelog**: https://github.com/haesleinhuepf/bia-bob/compare/0.5.0...0.6.0

0.5.0

What's Changed
* Make prompt more generic for non-python requests by tischi in https://github.com/haesleinhuepf/bia-bob/pull/64
* fix programming language name in code by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/75
* Gpt 4 vision preview by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/73
* make available_models part of public API by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/77
* added example and hints to system message by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/79
* rename environment by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/80
* add skan library by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/81

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
* tischi made their first contribution in https://github.com/haesleinhuepf/bia-bob/pull/64

**Full Changelog**: https://github.com/haesleinhuepf/bia-bob/compare/0.4.0...0.5.0

0.4.0

What's Changed
* basic compatibility with ipython console haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/51
* auto-execute code (opt-in) by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/39
* add proposed conda environment to installation instructions by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/50
* documenting code using %%doc by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/56
* Bug fixing using %%fix by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/57
* adding non-bia example notebooks by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/60
* Fix code explanation by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/61
* Code cleanup by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/62

Backwards compatibility breaking changes
* The parameter `temperature` was removed from `bob.initialize()` as discussed in 53

**Full Changelog**: https://github.com/haesleinhuepf/bia-bob/compare/0.3.0...0.4.0

0.3.0

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**: https://github.com/haesleinhuepf/bia-bob/compare/0.2.3...0.3.0

Page 6 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.