Skip to content

Commit 54d4c2e

Browse files
committed
Update changelog
1 parent 8687b89 commit 54d4c2e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.7.0] - 2023-08-25
8+
9+
### Added
10+
* Anchor types tab to anchorlist, anchor classes in scope are automatically detected,
11+
and can be dynamically added and removed.
12+
* Color delineation to anchors, each row in the anchorlist and anchor in anchorviz is
13+
colored corresponding to anchor color (configurable in anchor types tab.)
14+
* Ability to change what anchor type is used when the "example" buttons are clicked.
15+
* Optional description and name class attributes to anchors for display in the interface.
16+
* Individual anchor-level `cache` dictionary that gets loaded and saved with the anchor
17+
* Access to anchor list cache through an anchor `global_cache` property.
18+
19+
### Removed
20+
* Similarity functions from model constructor and the similarity function anchor
21+
(subclass the `SimilarityAnchorBase` and provide it with a `featurize()`
22+
function instead - see the `lm_similarity_example` notebook.)
23+
24+
25+
26+
727
## [0.6.0] - 2023-08-22
828

929
### Added

0 commit comments

Comments
 (0)