Skip to content

Releases: sefffal/PairPlots.jl

v2.9.3

25 Oct 15:31
655e8d8
Compare
Choose a tag to compare

v2.9.2

19 Oct 15:45
Compare
Choose a tag to compare

PairPlots v2.9.2

Diff since v2.9.1

v2.9.1

07 Oct 18:08
bcb86d4
Compare
Choose a tag to compare

PairPlots v2.9.1

Diff since v2.9.0

Merged pull requests:

  • Added tests for Trendline, Correlation, and Truth (#60) (@gbruer15)

Closed issues:

  • customize bin_width (#55)
  • Correlation() -- UndefVarError: viz not defined (#59)

v2.9.0

27 Aug 17:22
Compare
Choose a tag to compare

PairPlots v2.9.0

Diff since v2.8.0

Closed issues:

  • Feature request: upper triangular plot (#57)

v2.8.0

01 Aug 15:39
Compare
Choose a tag to compare

PairPlots v2.8.0

Diff since v2.7.4

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 to pairplot. This would typically be combined with the fullgrid=true option.

v2.7.4

09 Jul 20:40
Compare
Choose a tag to compare

PairPlots v2.7.4

Diff since v2.7.3

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

16 May 22:16
76c3849
Compare
Choose a tag to compare

PairPlots v2.7.3

Diff since v2.7.2

  • 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

15 Apr 04:31
Compare
Choose a tag to compare

PairPlots v2.7.2

Diff since v2.7.1

Breaking changes

  • Fix constructing PairPlots.Truths from NamedTuple on Julia 1.9

Merged pull requests:

v2.7.1

24 Mar 02:08
Compare
Choose a tag to compare

PairPlots v2.7.1

Diff since v2.7.0

v2.7.0

15 Mar 05:35
b39b88c
Compare
Choose a tag to compare

PairPlots v2.7.0

Diff since v2.6.1

features

Added new option for displaying correlations between each pair of variables