Skip to content

Tags: JuliaPlots/PlotUtils.jl

Tags

v1.4.1

Toggle v1.4.1's commit message
## PlotUtils v1.4.1

[Diff since v1.4.0](v1.4.0...v1.4.1)


**Merged pull requests:**
- Make tick finding more compatible with Float64 (#161) (@ffreyer)
- Cache the Julia packages on format CI (#162) (@asinghvi17)
- bump version (#163) (@t-bltg)

v1.4.0

Toggle v1.4.0's commit message
## PlotUtils v1.4.0

[Diff since v1.3.5](v1.3.5...v1.4.0)


**Merged pull requests:**
- Create FUNDING.yml (#154) (@BeastyBlacksmith)
- various updates - improve test suite (#157) (@t-bltg)
- 1.4.0 [skip ci] (#158) (@t-bltg)
- update gitignore (#159) (@t-bltg)
- add ColorSchemes bounds (#160) (@t-bltg)

**Closed issues:**
- Increase coverage (#150)
- `palette()` with n=1 fails (#155)
- Bug: `cgrad` changes alphas (to illegal values above 1) (#156)

v1.3.5

Toggle v1.3.5's commit message
## PlotUtils v1.3.5

[Diff since v1.3.4](v1.3.4...v1.3.5)



**Merged pull requests:**
- Migrate from SnoopPrecompile to PrecompileTools (#152) (@timholy)
- 1.3.5 [skip ci] (#153) (@BeastyBlacksmith)

v1.3.4

Toggle v1.3.4's commit message
## PlotUtils v1.3.4

[Diff since v1.3.3](v1.3.3...v1.3.4)



**Merged pull requests:**
- add invals check action (#147) (@t-bltg)
- add coverage badge (#148) (@t-bltg)
- fix sampling (#149) (@t-bltg)

v1.3.3

Toggle v1.3.3's commit message
## PlotUtils v1.3.3

[Diff since v1.3.2](v1.3.2...v1.3.3)



**Merged pull requests:**
- fix `BigFloat` oob (#145) (@t-bltg)
- 1.3.3 (#146) (@t-bltg)

v1.3.2

Toggle v1.3.2's commit message
## PlotUtils v1.3.2

[Diff since v1.3.1](v1.3.1...v1.3.2)



**Merged pull requests:**
- add type assertions (#144) (@t-bltg)

v1.3.1

Toggle v1.3.1's commit message
## PlotUtils v1.3.1

[Diff since v1.3.0](v1.3.0...v1.3.1)


**Closed issues:**
- Setting `categorical` to `false` in the `cgrad` function returns a `CategoricalColorGradient` (#141)

**Merged pull requests:**
- allow `categorical = false` for cgrad (#142) (@BeastyBlacksmith)
- restore precompilation on `1.8+` (#143) (@t-bltg)

v1.3.0

Toggle v1.3.0's commit message
## PlotUtils v1.3.0

[Diff since v1.2.0](v1.2.0...v1.3.0)



**Merged pull requests:**
- Remove `:cividis` (#138) (@t-bltg)
- `Reexport` compat (#139) (@t-bltg)

v1.2.0

Toggle v1.2.0's commit message
## PlotUtils v1.2.0

[Diff since v1.1.4](v1.1.4...v1.2.0)



**Merged pull requests:**
- `adapted_grid`: increase density through reduced `curvature` and increased starting `n_points` (#137) (@t-bltg)

v1.1.4

Toggle v1.1.4's commit message
## PlotUtils v1.1.4

[Diff since v1.1.3](v1.1.3...v1.1.4)



**Merged pull requests:**
- Change format PR to format action (#133) (@t-bltg)
- Speedup `optimize_ticks` algorithm, reduce allocations - update tests (#136) (@t-bltg)
-