Skip to content

Tags: Moelf/FHist.jl

Tags

v0.11.18

Toggle v0.11.18's commit message
[Diff since v0.11.17](v0.11.17...v0.11.18)

**Merged pull requests:**
- Fix-up docs content and infrastructure (#172) (@abhro)
- Load Measurements only in the Makie extension (#178) (@JamesWrigley)
- Bump version (#179) (@JamesWrigley)

v0.11.17

Toggle v0.11.17's commit message
[Diff since v0.11.16](v0.11.16...v0.11.17)

- add irregular rebinning for Hist1D

**Merged pull requests:**
- add irregular rebin (#173) (@Moelf)

**Closed issues:**
- rebin by a vector (#137)
- CairoMakie.stephist has attribute errors when plotting a Hist1D (#171)

v0.11.16

Toggle v0.11.16's commit message
[Diff since v0.11.15](v0.11.15...v0.11.16)

**Merged pull requests:**
- add Aqua.jl (#170) (@Moelf)

**Closed issues:**
- Add Aqua.jl (#169)

v0.11.15

Toggle v0.11.15's commit message
[Diff since v0.11.14](v0.11.14...v0.11.15)

**Merged pull requests:**
- add Makie Contour recipe for Hist2D (#120) (@Moelf)
- Bump julia-actions/cache from 1 to 2 (#156) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#157) (@dependabot[bot])
- Bump codecov/codecov-action from 4 to 5 (#158) (@dependabot[bot])
- More Makie conversion traits (#159) (@asinghvi17)
- Fix used_attributes dispatch for PointBased (#161) (@asinghvi17)
- force barbins (#165) (@mmikhasenko)
- Bump actions/checkout from 4 to 5 (#166) (@dependabot[bot])
- remove type piracy (#168) (@Moelf)

**Closed issues:**
- Incorrect visualization with `Plots.scatter` (#164)
- Type privacy check (#167)

v0.11.14

Toggle v0.11.14's commit message
[Diff since v0.11.13](v0.11.13...v0.11.14)

- 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

Toggle v0.11.13's commit message
[Diff since v0.11.12](v0.11.12...v0.11.13)

- 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

Toggle v0.11.12's commit message
[Diff since v0.11.11](v0.11.11...v0.11.12)

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

v0.11.11

Toggle v0.11.11's commit message
[Diff since v0.11.10](v0.11.10...v0.11.11)

- 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

Toggle v0.11.10's commit message
[Diff since v0.11.9](v0.11.9...v0.11.10)

**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)

v0.11.9

Toggle v0.11.9's commit message
[Diff since v0.11.8](v0.11.8...v0.11.9)

**Merged pull requests:**
- add julia code fence around doc in MakieExt (#139) (@asinghvi17)
- fix: makie0.22 Change deprecation warnings to errors (#140) (@Beforerr)