From cedf4ffdcf1fc661e1840d31234ceb6d32b33f74 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 7 Aug 2024 22:02:53 +0000 Subject: [PATCH] 0.6.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ linear_relational/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1acaa1f..fc5e870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v0.6.2 (2024-08-07) + +### Chore + +* chore: update repository / homepage metadata ([`b917d47`](https://github.com/chanind/linear-relational/commit/b917d47eab1d63c605479d345c0edab51cdda249)) + +### Fix + +* fix: bug with gemma cache on non-fp32 (#10) ([`52a9fb7`](https://github.com/chanind/linear-relational/commit/52a9fb7c09b076554b9d84f2c430cc85710b8240)) + + ## v0.6.1 (2024-08-07) ### Fix diff --git a/linear_relational/__init__.py b/linear_relational/__init__.py index fc7a515..3f98f9d 100644 --- a/linear_relational/__init__.py +++ b/linear_relational/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.1" +__version__ = "0.6.2" from .CausalEditor import ( CausalEditor, diff --git a/pyproject.toml b/pyproject.toml index 3b23fdb..d50754e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "linear-relational" -version = "0.6.1" +version = "0.6.2" description = "A Python library for working with Linear Relational Embeddings (LREs) and Linear Relational Concepts (LRCs) for LLMs" authors = ["David Chanin "] readme = "README.md"