Releases: sefffal/PairPlots.jl
Releases · sefffal/PairPlots.jl
v2.9.3
PairPlots v2.9.3
v2.9.2
PairPlots v2.9.2
v2.9.1
v2.9.0
v2.8.0
PairPlots v2.8.0
Bug Fixes
- Fix TeX formatting error message when plotting a column where the 0.14, 0.5, and 0.84 quantiles are all equal (#56)
New Features
- Can now place column labels along the top and right, instead of along the bottom and left sides of the figure. Pass
flipaxislabels
topairplot
. This would typically be combined with thefullgrid=true
option.
v2.7.4
PairPlots v2.7.4
Drop unused package dependency
Merged pull requests:
- CompatHelper: add new compat entry for Unitful in [weakdeps] at version 1, (keep existing compat) (#51) (@github-actions[bot])
- CompatHelper: add new compat entry for DynamicQuantities in [weakdeps] at version 0.14, (keep existing compat) (#52) (@github-actions[bot])
- Minor documentation patch (#53) (@abhro)
v2.7.3
PairPlots v2.7.3
- Add support for Makie 0.21 NOTE: Upgrading to Makie might break some users customized themes. It is no longer valid in Makie to pass arguments like
color
to series that don't support them like histograms.
Merged pull requests:
- Fix typos (#46) (@abhro)
- Fix downloads count badge (#48) (@pricklypointer)
- CompatHelper: bump compat for Makie to 0.21, (keep existing compat) (#49) (@github-actions[bot])
v2.7.2
PairPlots v2.7.2
Breaking changes
- Fix constructing
PairPlots.Truths
fromNamedTuple
on Julia 1.9
Merged pull requests:
- Minor documentation suggestions (#42) (@asinghvi17)
- Fix typos (#43) (@pitmonticone)
- Fix link to the Makie docs (#44) (@JamesWrigley)
v2.7.1
PairPlots v2.7.1
v2.7.0
PairPlots v2.7.0
features
Added new option for displaying correlations between each pair of variables