8000 Release v0.11.13 · Moelf/FHist.jl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.11.13

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 04:57
· 9 commits to main since this release
b49a826

FHist v0.11.13

Diff since v0.11.12

Bug fixing:

  • divide (/) two histograms now results in new histogram with nentries() equals to the first histogram instead of dividing the number of entries of the two histograms. The old behavior is considered a bug because it would result in nentries(new_hist) == 0 if first histogram had less entries than the second.

Merged pull requests:

  • CompatHelper: bump compat for Makie in [weakdeps] to 0.24, (keep existing compat) (#153) (@github-actions[bot])
  • Keep nentries of first histogram after division (#154) (@Moelf)
0