Skip to content

Commit 34fa058

Browse files
committed
Rel 0.9 - Added KernelDensity as a dependency
1 parent 0baa4df commit 34fa058

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name = "StatisticalRethinkingPlots"
22
uuid = "e1a513d0-d9d9-49ff-a6dd-9d2e9db473da"
33
authors = ["Rob J Goedman <goedman@icloud.com>, Max Lapan (@Shmuma) and contributors"]
4-
version = "0.8.0"
4+
version = "0.9.0"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
8+
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
89
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
910
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
1011
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
@@ -15,6 +16,7 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
1516

1617
[compat]
1718
DocStringExtensions = "0.8"
19+
KernelDensity = "0.6"
1820
LaTeXStrings = "1.2"
1921
Parameters = "0.12"
2022
Plots = "1.20"

src/StatisticalRethinkingPlots.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ using Requires
66
@reexport using StatsPlots, Plots, LaTeXStrings
77

88
using Parameters
9+
using KernelDensity
910
using StatisticalRethinking
1011

1112
using DocStringExtensions: SIGNATURES, FIELDS, TYPEDEF

0 commit comments

Comments
 (0)