Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 29, 2024
1 parent 1ac957a commit 685bce1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v0.4.0 (2024-06-29)

### Feature

* feat: add map_activations_fn param in ConceptMatcher (#6)

* feat: allow passing a map_activations_fn to ConceptMatcher

* it seems tranformers >4.42.0 is broken ([`1ac957a`](https://github.com/chanind/linear-relational/commit/1ac957a0f3e3977e07c565c0594f394f960ca058))


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

### 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.3.1"
__version__ = "0.4.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.3.1"
version = "0.4.0"
description = "A Python library for working with Linear Relational Embeddings (LREs) and Linear Relational Concepts (LRCs) for LLMs"
authors = ["David Chanin <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 685bce1

Please sign in to comment.