Skip to content

Releases: milankl/Sherlogs.jl

v0.2.0

20 Jul 09:16
30645f0
Compare
Choose a tag to compare

Sherlogs v0.2.0

Diff since v0.1.0

Closed issues:

  • register (#11)

Merged pull requests:

v0.1.0

02 Mar 13:02
57bbf58
Compare
Choose a tag to compare

Sherlogs v0.1.0

Closed issues:

  • Ambiguous type definition (#8)

Merged pull requests:

Sherlog16, 32 and 64

15 Nov 15:23
6034942
Compare
Choose a tag to compare

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