Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 2, 2024
1 parent 2066999 commit 03660f3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.3.0 (2024-05-02)

### Chore

* chore: adding codecov (#4) ([`d25bc48`](https://github.com/chanind/linear-relational/commit/d25bc4803fe7d4748ada69843db4c63036e97beb))

* chore: Update README.md ([`d35bc8b`](https://github.com/chanind/linear-relational/commit/d35bc8b540862429338fbddba809fe9c06099b48))

* chore: removing unused constant ([`5b60e5b`](https://github.com/chanind/linear-relational/commit/5b60e5b546f4a9a2cb2378d6d48dcab6c3643d40))

### Feature

* feat: allow setting max prompts in LRE training (#5) ([`2066999`](https://github.com/chanind/linear-relational/commit/2066999bf4d60ae63beb287dbb367c0de78006c0))


## v0.2.1 (2024-02-16)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion linear_relational/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.1"
__version__ = "0.3.0"

from .CausalEditor import (
CausalEditor,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "linear-relational"
version = "0.2.1"
version = "0.3.0"
description = "A Python library for working with Linear Relational Embeddings (LREs) and Linear Relational Concepts (LRCs) for LLMs"
authors = ["David Chanin <chanindav@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 03660f3

Please sign in to comment.