File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
27
## [ 0.6.0] - 2023-08-22
8
28
9
29
### Added
You can’t perform that action at this time.
0 commit comments