Releases: BCG-X-Official/artkit
Releases · BCG-X-Official/artkit
1.0.8
TEST: Potential fix for limiting recursion (#73) * TEST: Potential fix for limiting recursion * TEST: Change mocking behaviour away from aiohttp * DOC: Add 1.0.8 release notes * DOC: Add key takeaway for release 1.0.8 * DOC: Clean release notes * DOC: Fix hyperlinks in RST file --------- Co-authored-by: Wong, Matthew <Wong.Matthew@bcg.com>
1.0.7
Prepare for next release 1.0.8
1.0.6
API/add http interface (#57) * API: Add ABCs for custom endpoints * API: Add tests for custom endpoints * DOCS: Add Custom Connector to Release Notes * API: WIP Modify retry decorator and subclass CustomChatEndpointConnector from ChatModel * FIX: Added missing testing dependency * API: Refactored custom endpoint connector * FIX: Removed unused variables * FEAT: Updated hugging face url chat to use httpx * FEAT: Updated bedrock connector to use httpx and to support chat history * DOC: Added httpx to requirements * FEAT: Updated custom http diffusion connector * DOC: Updated creating new model classes guide * FIX: Fixed issue with concurrent client usage * FIX: Create new client instance per request * FEAT: Cache async clients per event loop via weak key mapping * BUILD: fix version to match latest main's --------- Co-authored-by: Andy <74530089+breakbotz@users.noreply.github.com> Co-authored-by: AlexanderLontke <lontke.alexander@yahoo.com> Co-authored-by: Alexander Lontke <77338841+AlexanderLontke@users.noreply.github.com> Co-authored-by: Andy Moon <moon.andy@bcg.com>
1.0.5
DOCS: Fix release notes (#67) * DOCS: Fix release notes * DOC: Add Amazon in front of the model connections * DOCS: Add more detail to 1.0.3 release note
1.0.4
API: Add AWS Titan LLM Integration (#48) * Initial commit * API: Expose BaseBedrockChat as ABC * Add release notes * BUILD: add additional dependencies to release pipeline * BUILD: Fix testing dependencies and add docs * BUILD: Remove unnecessary boto3-stub and add moto * BUILD: Re-add boto3-stubs * BUILD: Fix typo on environment.yml * BUILD: Remove boto3 and moto from run in meta.yaml * BUILD: update build.matrix.max versions for boto3, moto --------- Co-authored-by: Andy <74530089+breakbotz@users.noreply.github.com> Co-authored-by: Andy Moon <moon.andy@bcg.com>
1.0.3
DOC: Update PR template and clarify pre-commit hooks requirement (#42) * DOC: Update PR template and clarify pre-commit hooks requirement * DOC: Clarify run vs developer dependency * DOC: Simplify PR template and add PR detail to PR guidelines in sphinx doc * DOC: move PR template into a GH-recognized hidden directory * DOC: tweak language on pre-commit setup in local dev env --------- Co-authored-by: Andy Moon <moon.andy@bcg.com>
1.0.2
Merge remote-tracking branch 'refs/remotes/origin/release/1.0.1' into…
1.0.1
FIX: Add imports for diffusion and vision cached model classes to `ar…
1.0.0
BUILD: update fluxus dependencies (#8) * BUILD: update fluxus dependencies * BUILD: update version to 1.0.0 --------- Co-authored-by: Andy <74530089+breakbotz@users.noreply.github.com>
1.0rc2
Initial commit