Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 01:27
· 28 commits to main since this release
ced8d83

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)