You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ 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.4.2 - 2019-08-09
8
+
### Added
9
+
- Element.Builder.setValue overridden to accept Object Type
10
+
### Removed
11
+
- Match.childScores is dropped to reduce memory footprint.
12
+
### Changed
13
+
- ScoringFunction changed to BiFunction from Function. It takes a List<Score> of childScores as the second input.
14
+
This allows childScores to be stored in function stack when score is evaluated instead of the heap, and reduces the overall memory footprint of the library
15
+
7
16
## 0.4.1 - 2019-07-03
8
17
### Fixed
9
18
- Reduced memory footprint by removing tokens not meeting match threshold
0 commit comments