Skip to content

Releases: BCG-X-Official/artkit

1.0.8

24 Sep 21:14
eaf208e
Compare
Choose a tag to compare
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

12 Sep 17:30
Compare
Choose a tag to compare
Prepare for next release 1.0.8

1.0.6

19 Aug 17:46
6a7ec55
Compare
Choose a tag to compare
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

14 Aug 20:48
1f0cc29
Compare
Choose a tag to compare
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

12 Jul 19:27
2b56fb8
Compare
Choose a tag to compare
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

03 Jul 20:33
7dfdbd2
Compare
Choose a tag to compare
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

26 Jun 17:04
Compare
Choose a tag to compare
Merge remote-tracking branch 'refs/remotes/origin/release/1.0.1' into…

1.0.1

23 Jun 06:36
5d0f521
Compare
Choose a tag to compare
FIX: Add imports for diffusion and vision cached model classes to `ar…

1.0.0

20 Jun 00:50
f700e57
Compare
Choose a tag to compare
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

19 Jun 00:47
ee1b409
Compare
Choose a tag to compare
Initial commit