Releases: milankl/Sherlogs.jl
Releases · milankl/Sherlogs.jl
v0.2.0
v0.1.0
Sherlogs v0.1.0
Closed issues:
- Ambiguous type definition (#8)
Merged pull requests:
- Sherlog64 v0.1 (#1) (@milankl)
- with test .ymls (#2) (@milankl)
- logbook index with Int64 (#3) (@milankl)
- Sherlog32 added (#4) (@milankl)
- with example bitpattern hist (#5) (@milankl)
- Sherlog16 + eps, oneunit implemented (#6) (@milankl)
- matrix solve example (#7) (@milankl)
- Sherlog16 ambiguity removed (#9) (@milankl)
- Ambiguity (#10) (@milankl)
Sherlog16, 32 and 64
Contains
- Sherlog64{T} which behaves like Float64 but logs the arithmetic results into a histogram, where number format T (has to be 16bit) is used for binning
- Same for Sherlog32{T}, which behaves like Float32 and logs using T
- Same for Sherlog16{T}, which behaves like number format T and uses it for logging too.
- reset_logbook(), set_logbook() and return_logbook() to interact with the histogram