Skip to content

Releases: Moelf/FHist.jl

v0.11.6

01 Aug 21:41
7d88f16
Compare
Choose a tag to compare

FHist v0.11.6

Diff since v0.11.5

Bug fix

  • added missing number * hist method (before only hist * number works)

Features:

effective_entries()

Merged pull requests:

v0.11.5

30 May 20:17
01655cf
Compare
Choose a tag to compare

FHist v0.11.5

Diff since v0.11.4

  • [Makie] plotting, added clamp_bincounts and clamp_errors for various plotting functions (barplot, stairs, errorbars)

Merged pull requests:

  • CompatHelper: add new compat entry for CairoMakie in [weakdeps] at version 0.12, (keep existing compat) (#114) (@github-actions[bot])
  • add CairoMakie to extras (#117) (@Moelf)
  • clamp_errors options for Makie Errorbars and clamp_bincounts for histograms (#118) (@Moelf)

v0.11.4

16 May 14:11
7c94845
Compare
Choose a tag to compare

FHist v0.11.4

Diff since v0.11.3

  • [bug fix]: fixed error bar plotting for Makie (before it was /2 for no good reason)
  • Makie error bar plot also switch between sqrt() to pearson() for bins that would have dipped below 0.

Merged pull requests:

  • [Makie] fix errorbar recipe and be smart about low-stat bins (#113) (@Moelf)

v0.11.3

09 May 20:04
96c5ab9
Compare
Choose a tag to compare

FHist v0.11.3

Diff since v0.11.2

Merged pull requests:

  • CompatHelper: bump compat for MakieCore to 0.8, (keep existing compat) (#111) (@github-actions[bot])
  • bump makie compat to 0.21 (#112) (@Moelf)

Closed issues:

  • [Makie] stephist missing edges when some bins are empty in the middle of the histogram (#109)

v0.11.2

08 May 20:32
c255c61
Compare
Choose a tag to compare

FHist v0.11.2

Diff since v0.11.1

  • Fix plotting edge case under y-logscale and empty bins #110

Merged pull requests:

  • Fix edge case in plotting for empty bins in logscale (#110) (@Moelf)

v0.11.1

28 Mar 20:10
160d675
Compare
Choose a tag to compare

FHist v0.11.1

Diff since v0.11.0

Bug fix

  • fixed 1D and 2D plotting in Makie when histograms have non-uniform bins, thanks to @sfranchel

Merged pull requests:

  • fix Makie recipe for uneven bin edges in 2D histograms (#105) (@sfranchel)
  • fix uneven binning for 1D histogram in Makie recipe (#106) (@Moelf)

Closed issues:

  • Number of entries not properly 'merged' (#101)
  • Make plot attributes histograms - direction (#104)

v0.11.0

23 Mar 01:27
ced8d83
Compare
Choose a tag to compare

FHist v0.11.0

Diff since v0.10.9

Breaking changes

  • Histogram constructors are redesigned: Hist1D(; <kwargs...>) is used for creating empty histograms, and Hist1D(<args>...; ...) is used for one-shot histogram making
  • Histograms now only have 1 parametric type, making it easy to embed them into user structs

Improvements

  • fixed appened!()
  • added new Quick Start documentation
  • improved makie plotting examples
  • Various Makie recipe fix

Merged pull requests:

  • Main API change for v0.11 🎂 (#95) (@Moelf)
  • Better (actually correct) error message for rebin (#103) (@tamasgal)

Closed issues:

  • [RFC] v0.11 breaking change to main API (#91)

v0.10.9

15 Jan 22:40
98ad819
Compare
Choose a tag to compare

FHist v0.10.9

Diff since v0.10.8

Merged pull requests:

v0.10.8

03 Jan 18:50
b1a9b1c
Compare
Choose a tag to compare

FHist v0.10.8

Diff since v0.10.7

Merged pull requests:

Closed issues:

  • FHistCairoMakieExt not found (#97)

v0.10.7

20 Dec 15:01
ce12bde
Compare
Choose a tag to compare

FHist v0.10.7

Diff since v0.10.6

Merged pull requests:

  • h5hist: write overflow as boolean but still support string (#96) (@tamasgal)