Skip to content

Releases: Tanuki/tanuki.py

v0.2.0 - Add Bedrock and Together Support

05 Feb 18:35
e6cd700
Compare
Choose a tag to compare

Add support for Bedrock and Together models for inference. Fixed a series of bugs.

What's Changed

Full Changelog: v0.1.4...v0.2.0

v0.1.4 - Unary operator hotfix

28 Nov 16:42
Compare
Choose a tag to compare

This release fixes a surfaced bug in which negative int/float values of keyword arguments passed into a Pydantic model broke the align parsing.

v0.1.3 - Module hotfix

28 Nov 12:46
Compare
Choose a tag to compare
Updated version number to 0.1.3

Description: This commit updates the version number in the setup.cfg and setup.py files from 0.1.1 to 0.1.3. The author and author_email fields in the setup.cfg file remain unchanged. Additionally, the description field in both files has been updated to provide a clearer explanation of the package's purpose - "The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time."

v0.1.2 - Setup hotfix

28 Nov 12:32
Compare
Choose a tag to compare
Update setup.py and add test_script.py

Description:

v0.1.0 - Renamed to Tanuki, support for Embeddings

28 Nov 09:53
a3af65a
Compare
Choose a tag to compare

Renamed MonkeyPatch to Tanuki, support for embeddings and function configurability is released!

Use embeddings to integrate Tanuki with downstream RAG implementations using OpenAI Ada-2 model.
Function configurability allows to configure Tanuki function executions to ignore certain implemented aspects (finetuning, data-storage communications) for improved latency and serverless integrations.


What's Changed

New Contributors

Full Changelog: v0.0.10...v0.1.0

v0.0.12 - Deprecate MonkeyPatch in favour of Tanuki

28 Nov 10:56
Compare
Choose a tag to compare
Deprecate monkey-patch.py and update dependencies

Deprecate monkey-patch.py and update dependencies

v0.0.10: Feature/telemetry (#67)

18 Nov 02:05
b011f8d
Compare
Choose a tag to compare
* Commit subject: Update models and token limits in LanguageModel class

Commit description:

* Refactor main.py and monkey.py

Description:

* Commit subject: Ignore monkey_patch, trackers, models, and src cache files in .gitignore

Commit description:

* Remove pycache files

Description:

* json dumps for data to endpoint

* Remove outdated cache files and deleted unnecessary files in the feature/telemetry branch.

Remove outdated cache files and deleted unnecessary files

---------

Co-authored-by: Jack Hopkins <jack@raveler.co.uk>
Co-authored-by: Ben Magolan <ben@paperplane.ai>

Support for Tuple, List, Dictionary in Assert.

08 Nov 15:17
e75a03c
Compare
Choose a tag to compare

Added support for nested Pydantic model in asserts. Now the align statements should work for most of the cases.
Added a few examples.

Added missing packages

01 Nov 11:38
Compare
Choose a tag to compare
Renamed test files and added new files

Description: This commit renames several test files in the "aligns" directory. The renamed files now have names starting with "align_" instead of "test_". The affected files are:

Initial Release

31 Oct 15:48
Compare
Choose a tag to compare

What's Changed

  • Changed order of operations for dict instantiating by @MartBakler in #14

Full Changelog: v0.0.1-alpha...v0.0.1