Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh-lambda committed Dec 8, 2023
1 parent 1119082 commit 02f0031
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@




## ShadeRunner Version 0.7.0

**Features**:
- Retrieval Mode readded
- Added retrieval-k slider for control of amount highlighted
- Control highlight quality with a "precision-vs-recall" slider

**Minor**:
- Added version to sidepanel and options tab
- styling:
- Added dark-mode style to options
- Adapted options page color
- Added logo to sidepanel
- Improved efficiency of mouse hover events in Legend
- Replaced useSessionStorage with useStorage for improved storage handling
- Updated global storage handling
- Testing:
- Implemented batchwise method in `llm_classify`
- Implemented evaluation and visualization improvements in `tabs/testing`


**Bugfixes**:
- Fixed visual bug for inactive topics in legend
- Fixed collapsible box in light-mode
- Bugfix for highlighting not starting without clicking a button
- Fixed scroller to exclude hidden elements
- Resolved issue with precise search limit not working
- Bugfix for amount highlighter not using score
- Addressed multiple highlight update issues in different modes
- Fixed issue with status display
- Corrected error handling in sidepanel when not connected to a webpage
- Bugfixes for issues with bad classifierData


-------



## ShadeRunner Version 0.6.1

**Minor**:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaderunner",
"displayName": "Shaderunner",
"version": "0.6.1",
"version": "0.7.0",
"description": "ShadeRunner",
"author": "Lambda, Inc.",
"scripts": {
Expand Down

0 comments on commit 02f0031

Please sign in to comment.