Skip to content

Commit

Permalink
Fix release notes to use RST tags (#75)
Browse files Browse the repository at this point in the history
* DOC: Use correct RST tags for release notes

* DOC: Revert latest test release note
  • Loading branch information
seanggani authored Sep 27, 2024
1 parent 3763e5d commit 324f0ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ Release Notes

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

- TEST: Fix `test_huggingface_retry() <https://github.com/BCG-X-Official/artkit/blob/1.0.x/test/artkit_test/model/llm/huggingface_tests/test_hugging_face.py>`_ where the session was not mocked correctly
- TEST: Fix `test_huggingface_retry <https://github.com/BCG-X-Official/artkit/blob/1.0.x/test/artkit_test/model/llm/huggingface_tests/test_hugging_face.py>`_ 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 `VertexAIChat <https://github.com/BCG-X-Official/artkit/blob/1.0.x/src/artkit/model/llm/vertexai/_vertexai.py>`_ to grant users access to Gemini models deployed on Google Vertex AI.
- 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.

- API: Added the `HTTPXChatConnector <https://github.com/BCG-X-Official/artkit/blob/1.0.x/src/artkit/model/llm/base/_httpx_chat_connector.py>`_ class which requires further customization by a user for implementation but considerably expands ARTKIT's connectivity with custom target systems.
- DOC: Added section `Calling custom endpoints via HTTP <https://github.com/BCG-X-Official/artkit/blob/1.0.x/sphinx/source/user_guide/advanced_tutorials/creating_new_model_classes.ipynb>`_ to guide implementation of the HTTPX connector
- API: Added the :class:`.HTTPXChatConnector` class which requires further customization by a user for implementation but considerably expands ARTKIT's connectivity with custom target systems.
- DOC: Added "Calling custom endpoints via HTTP" section in :doc:`user_guide/advanced_tutorials/creating_new_model_classes` to guide implementation of the HTTPX connector

*artkit* 1.0.5
--------------
Expand All @@ -36,14 +36,14 @@ This release adds access to the Titan diffusion model in AWS bedrock and improve

- BUILD: Add prefix to veracode scan number
- DOC: Add clarifying documentation including links, badges, and extra details on dev dependencies
- API: Add `TitanDiffusion <https://github.com/BCG-X-Official/artkit/blob/1.0.x/src/artkit/model/diffusion/bedrock/_titan.py>`_ to enable users to access Titan diffusion models.
- 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.

- API: Added `TitanBedrockChat <https://github.com/BCG-X-Official/artkit/blob/1.0.x/src/artkit/model/llm/bedrock/_titan.py>`_ to enable users to access models deployed on AWS Bedrock.
- API: Added :class:`.TitanBedrockDiffusionModel` to enable users to access models deployed on AWS Bedrock.

*artkit* 1.0.3
--------------
Expand Down

0 comments on commit 324f0ec

Please sign in to comment.