-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathChangelog
More file actions
26 lines (25 loc) · 2.07 KB
/
Changelog
File metadata and controls
26 lines (25 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
0.9.4 - Changelog started
0.9.5 - 2020-01-20 : Changed KlarfList to be organized like JsonLines format (http://jsonlines.org/) to eventually intersect things like Spark nicer.
0.9.6 - 2020-01-25 : Fixed project description in the POM
0.9.7 - 2020-04-14 : KlarfLists can contain NAs in int32 and doubles, return null in those cases
0.9.8 - 2020-04-29 : KlarfRecord has proper addField,addList,addRecord methods instead of sketchy .getLists().add(x)
0.9.12 - 2021-01-14 : addField renamed to setField to better match behavior
0.9.13 - 2021-02-10 : add simple write support, if parsing to KlarfRecord
0.9.14 - : add setStringField, setNumericField helper methods, which auto set 'quoted' flag'
0.9.4 - Changelog started
0.9.5 - 2020-01-20 : Changed KlarfList to be organized like JsonLines format (http://jsonlines.org/) to eventually intersect things like Spark nicer.
0.9.6 - 2020-01-25 : Fixed project description in the POM
0.9.7 - 2020-04-14 : KlarfLists can contain NAs in int32 and doubles, return null in those cases
0.9.8 - 2020-04-29 : KlarfRecord has proper addField,addList,addRecord methods instead of sketchy .getLists().add(x)
0.9.12 - 2021-01-14 : addField renamed to setField to better match behavior
0.9.13 - 2021-02-10 : add simple write support, if parsing to KlarfRecord
0.9.14 - : add setStringField, setNumericField helper methods, which auto set 'quoted' flag
0.9.15 - 2021-02-10 : Add basic Klarf writeDow support
0.9.21 - 2023-09-12 : Add KlarfToImage for simple wafermaps
0.9.22 - 2024-01-09 : Require java 17 or better, Fixed a bug in KlarfList's set(name,type,values)
0.9.24 - 2024-08-26 : Add KlarfImageList convenience class for pushing imageList updates back into the DefectList
0.9.25 - 2024-08-26 : Fix issue with Writer for multi-record ImageLists
0.9.26 - 2024-09-16 : Enable reading Klarf 1.2 format. (This parser has to be a bit more opinionated about what
the right 1.2 format is (required field, required structure) please let us know if its not working for your
toolset and send an example? (jrudy)
0.9.27 - 2024-09-20 : Fix for 1.2 klarfs with repeated defect lists (jrudy)