Skip to content

Latest commit

 

History

History
96 lines (65 loc) · 3.9 KB

RELEASE_NOTES.rst

File metadata and controls

96 lines (65 loc) · 3.9 KB

Release Notes

artkit 1.0.10

This release adds access to Azure OpenAI models and adds missing caches for documentation notebooks.

  • API: Added :class:`.AzureOpenAIChat` to grant users access to models deployed on Azure OpenAI.
  • API: Update :class:`.TitanBedrockChat().get_response` to accept a plain message string instead of a JSON string.
  • DOC: Added missing caches in the Connecting to GenAI Models documentation notebook.
  • DOC: Fixed some outdated and unclear instructions in the documentation.

artkit 1.0.9

artkit 1.0.8

This is a bugfix release containing updates for a failing unit test and enhancements to historical release notes.

  • TEST: Fix test_huggingface_retry where the session was not mocked correctly
  • DOC: Retroactively updated release notes for more consistent quality and detail e.g. hyperlinking class definitions

artkit 1.0.7

This release adds access to Google's Vertex AI model and fixes the links in the documentation.

  • API: Added :class:`.VertexAIChat` to grant users access to Gemini models deployed on Google Vertex AI.
  • DOC: Fix broken links on the sphinx homepage

artkit 1.0.6

This release expands ARTKIT's connectivity to include any GenAI application with an exposed HTTP endpoint enabling evaluations of virtually any custom target system.

artkit 1.0.5

This release adds access to the Titan diffusion model in AWS bedrock and improves the documentation.

  • BUILD: Add prefix to veracode scan number
  • DOC: Add clarifying documentation including links, badges, and extra details on dev dependencies
  • API: Add :class:`.TitanBedrockChat` to enable users to access Titan diffusion models.

artkit 1.0.4

This release provides direct ARTKIT access to AWS Bedrock models.

artkit 1.0.3

This release exposes key base classes so that users can access them for typing purposes.

artkit 1.0.2

This is a maintenance release that introduces backward compatibility with Python 3.10 along with a few minor API improvements.

  • BUILD: artkit can now be used with Python versions back to 3.10, allowing use with popular services such as Google Colab.
  • API: Method :meth:`~.CachedGenAIModel.clear_cache` can now clear cache entries after a given create or access time using the new arguments created_after and accessed_after.
  • DOC: Minor documentation cleanups.

artkit 1.0.1

artkit 1.0.0

Initial release of artkit.