Skip to content

Releases: Moelf/FHist.jl

v0.11.19

23 May 17:50
4ed30ab

Choose a tag to compare

FHist v0.11.19

Diff since v0.11.18

  • bug fix: 1D histogram normalize(; width=true) now behaves as expected for non-uniform binning

Merged pull requests:

  • fix width==true normalization for non-uniform binning (#181) (@qwjyh)

Closed issues:

  • width = true (or pdf mode) normalization is broken for non-uniform binning (#180)

v0.11.18

25 Apr 15:37
be42b87

Choose a tag to compare

FHist v0.11.18

Diff since v0.11.17

Merged pull requests:

v0.11.17

20 Nov 20:06
45a072e

Choose a tag to compare

FHist v0.11.17

Diff since v0.11.16

  • add irregular rebinning for Hist1D

Merged pull requests:

Closed issues:

  • rebin by a vector (#137)
  • CairoMakie.stephist has attribute errors when plotting a Hist1D (#171)

v0.11.16

19 Aug 15:53
0f94907

Choose a tag to compare

FHist v0.11.16

Diff since v0.11.15

Merged pull requests:

Closed issues:

  • Add Aqua.jl (#169)

v0.11.15

16 Aug 03:30
a04a799

Choose a tag to compare

FHist v0.11.15

Diff since v0.11.14

Merged pull requests:

Closed issues:

  • Incorrect visualization with Plots.scatter (#164)
  • Type privacy check (#167)

v0.11.14

30 Jun 03:30
cb7a98e

Choose a tag to compare

FHist v0.11.14

Diff since v0.11.13

Change:

  • Update to Makie 0.24 and drop previous versions.

Merged pull requests:

  • bump Makie version to 0.24 and drop previous Makie versions (#155) (@Moelf)

v0.11.13

27 Jun 04:57
b49a826

Choose a tag to compare

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)

v0.11.12

19 Jun 21:20
3bf22f3

Choose a tag to compare

FHist v0.11.12

Diff since v0.11.11

Merged pull requests:

  • CompatHelper: bump compat for Makie in [weakdeps] to 0.23, (keep existing compat) (#150) (@github-actions[bot])

v0.11.11

12 Jun 14:56
41efebc

Choose a tag to compare

FHist v0.11.11

Diff since v0.11.10

  • up Makie compat

Merged pull requests:

  • add benchmark/ (#135) (@Moelf)
  • Fixes issue of std of hist with negative content (#142) (@mmikhasenko)
  • try benchmark (#145) (@Moelf)
  • CompatHelper: bump compat for CairoMakie in [weakdeps] to 0.14, (keep existing compat) (#147) (@github-actions[bot])
  • CompatHelper: bump compat for MakieCore to 0.10, (keep existing compat) (#148) (@github-actions[bot])

Closed issues:

  • Default errors for bins with negative content (#123)

v0.11.10

05 May 02:03
1efed87

Choose a tag to compare

FHist v0.11.10

Diff since v0.11.9

Merged pull requests:

  • polish Makie defaults and propagate :gap attributes (#144) (@Moelf)

Closed issues:

  • [FR] Plotting recipe for a curve over a histogram (#126)
  • Add a method to clear/zero histograms (#143)