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

Tags: Moelf/FHist.jl

Tags

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)

v0.11.8

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

**Merged pull requests:**
- CompatHelper: bump compat for CairoMakie in [weakdeps] to 0.13, (keep existing compat) (#131) (@github-actions[bot])
- CompatHelper: bump compat for Makie in [weakdeps] to 0.22, (keep existing compat) (#132) (@github-actions[bot])
- CompatHelper: bump compat for MakieCore to 0.9, (keep existing compat) (#133) (@github-actions[bot])
- Bump patch version (#134) (@asinghvi17)

v0.11.7

Toggle v0.11.7's commit message
[Diff since v0.11.6](v0.11.6...v0.11.7)

- fixed bug for `lookup` when the value coincides with the right edge of the last bin

**Merged pull requests:**
- feat: add Makie plot for Hist3D (#122) (@Beforerr)
- CompatHelper: add new compat entry for Plots in [weakdeps] at version 1, (keep existing compat) (#125) (@github-actions[bot])
- fix `lookup` when it lands on the right edge of the last bin (#129) (@Moelf)

**Closed issues:**
- lookup the right edge of a Hist (#128)

v0.11.6

Toggle v0.11.6's commit message
[Diff since v0.11.5](v0.11.5...v0.11.6)

- added missing `number * hist` method (before only `hist * number` works)

`effective_entries()`

**Merged pull requests:**
- add effective entries (#121) (@Moelf)

v0.11.5

Toggle v0.11.5's commit message
[Diff since v0.11.4](v0.11.4...v0.11.5)

- [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)
0