File python-google-generativeai.changes of Package python-google-generativeai
-------------------------------------------------------------------
Wed Sep 25 06:16:56 UTC 2024 - Adrian Schröter <adrian@suse.de>
- Update to 0.8.2
Breaking changes
* Remove DiscussService and TextService by @shilpakancharla in #512
New features
* Enum support by @MarkDaoust in #529
* Minor updatres and bug fixes
* Fix PIL.Image imports. by @MarkDaoust in #447
* Expand PIL image support. by @MarkDaoust in #523
* Using the GEMINI_API_KEY by default instead of the GOOGLE_API_KEY one by @Giom-V in #418
* make caching visible by default by @MarkDaoust in #493
* Fix tests for 3.12.5 by @MarkDaoust in #521
* Update generativemlanguage version (new prompt_feedback and finish_reasons) by @MarkDaoust in #547
Samples
* Sync count tokens examples by @MarkDaoust in #445
* Add code execution python sample by @shilpakancharla in #451
* Update example to show part types. by @MarkDaoust in #452
* move model_configuration samples by @MarkDaoust in #454
* move model_configuration samples by @MarkDaoust in #456
* Format code execution by @shilpakancharla in #457
* Chat REST samples by @shilpakancharla in #449
* Fix END tuned_models_generate_content tag. by @MarkDaoust in #458
* Update count_tokens.py by @rachelsaunders in #459
* Formatting count tokens by @Giom-V in #460
* Adding count_tokens for rest by @shilpakancharla in #444
* add safety settings examples for curl by @shilpakancharla in #433
* Add markdown docs by @MarkDaoust in #462
* Add REST embeddings & system_instruction sample by @shilpakancharla in #429
* text_generation samples for shell by @shilpakancharla in #430
* Added curl examples for files by @shilpakancharla in #480
* Add other functions to count_tokens by @shilpakancharla in #482
* Add pdf samples by @MarkDaoust in #484
* add audio streaming & pdf examples by @shilpakancharla in #483
* Add function calling REST example by @shilpakancharla in #443
* Adding JSON schema curl samples by @shilpakancharla in #434
* Caching cURL sample by @Giom-V in #455
* rename embeddings -> embed by @MarkDaoust in #487
* Code execution for shell by @shilpakancharla in #491
* Fix example by @MarkDaoust in #494
* Ce rest by @shilpakancharla in #495
* Fix response_schema sample. by @MarkDaoust in #498
* Add a README for /samples by @markmcd in #507
* Add additional functions to files & count_tokens. by @shilpakancharla in #490
* REST for tuned models by @shilpakancharla in #496
* Use flash more often. by @MarkDaoust in #517
* Fix the missing closing backticks in CONTRIBUTING by @rakyll in #514
* Avoid making recommendations about regions in README by @rakyll in #538
* Add more enum samples. by @MarkDaoust in #543
* Update controlled_generation.py by @MarkDaoust in #544
-------------------------------------------------------------------
Mon Sep 23 21:25:31 UTC 2024 - Guang Yee <gyee@suse.com>
- disable "test_error" test case as Python 3.12 parseargs is incompatible with
the previous versions. Instead of raising SystemExit exception on invalid
arguments, Python 3.12 now raise an InvalidArgument exception instead. This
cause "test_error" test case to fail.
-------------------------------------------------------------------
Wed Aug 28 02:15:49 UTC 2024 - Guang Yee <gyee@suse.com>
- Release v0.7.2
Bugfixes
* Fix bug passing single-string safety settings. by @MarkDaoust in #417
* Fix operator conversion. by @MarkDaoust in #419
* Fix 'ResourceWarning: unclosed <ssl.SSLSocket>' by @MarkDaoust in #422
* Fix list_models by @rozha in #439
* Add PngImagePlugin to imports. by @mbanani in #438
* Add webp to mimetypes by @MarkDaoust in #440
Docs and Samples
* Caching samples by @shilpakancharla in #399
* Model list and get samples by @shilpakancharla in #404
* System instructions sample by @shilpakancharla in #407
* Count tokens samples by @shilpakancharla in #403
* fix genai.GenerativeModel argument name in example by @philippemiron in #394
* Adding text generation samples by @shilpakancharla in #405
* Add samples for chat by @shilpakancharla in #408
* Rename json_mode.py and create function calling sample by @shilpakancharla in #406
* Add tuned_models samples by @MarkDaoust in #409
* Add no json schema sample by @shilpakancharla in #416
* fix list initialization and redundant parentheses by @PandasPirate in #412
* Adding a note about free tier not available in Europe by @Giom-V in #401
* Update text only prompts by @shilpakancharla in #420
* Add cache_from_name and cache_chat by @shilpakancharla in #413
* Add create_audio and create_text to samples/files.py by @shilpakancharla in #414
* Add safety_settings sample by @shilpakancharla in #415
* Add REST sample for listing and getting models by @shilpakancharla in #421
* Cleanup samples/files.py by @MarkDaoust in #402
* format-samples by @MarkDaoust in #410
* Add model configuration sample by @shilpakancharla in #427
* move SI by @MarkDaoust in #428
* No 's' by @MarkDaoust in #431
* Fix snippet name. by @MarkDaoust in #432
* Fix snippet names + reorder. by @MarkDaoust in #435
* move tuning to tuned_models by @MarkDaoust in #436
* Fix typos by @PandasPirate in #437
* Update tuned_models.py by @MarkDaoust in #441
* Check video status. by @MarkDaoust in #442