Skip to content

Commit

Permalink
v0.21.0 (#934)
Browse files Browse the repository at this point in the history
* bump version, up dep

* reference to JuliaMath/RandomMatrices

* reference paper
  • Loading branch information
matbesancon committed Jul 22, 2019
1 parent d00c780 commit 35ff89a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CITATION.bib
@@ -1,3 +1,21 @@
% reference paper
@article{2019arXiv190708611B,
author = {{Besan{\c{c}}on}, Mathieu and {Anthoff}, David and {Arslan}, Alex and
{Byrne}, Simon and {Lin}, Dahua and {Papamarkou}, Theodore and
{Pearson}, John},
title = {Distributions.jl: Definition and Modeling of Probability Distributions in the JuliaStats Ecosystem},
journal = {arXiv e-prints},
keywords = {Statistics - Computation, Computer Science - Mathematical Software},
year = 2019,
month = "Jul",
eid = {arXiv:1907.08611},
pages = {arXiv:1907.08611},
archivePrefix = {arXiv},
eprint = {1907.08611},
primaryClass = {stat.CO},
}

% reference for the software itself
@misc{Distributions.jl-2019,
author = {Dahua Lin and
John Myles White and
Expand All @@ -14,7 +32,7 @@ @misc{Distributions.jl-2019
Moritz Schauer and
other contributors},
title = {{JuliaStats/Distributions.jl: a Julia package for probability distributions and associated functions}},
month = may,
month = july,
year = 2019,
doi = {10.5281/zenodo.2647458},
url = {https://doi.org/10.5281/zenodo.2647458}
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,7 +1,7 @@
name = "Distributions"
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
authors = ["JuliaStats"]
version = "0.20.0"
version = "0.21.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -18,7 +18,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
PDMats = "0.9"
QuadGK = "2.0"
SpecialFunctions = "0.7"
StatsBase = "0.30"
StatsBase = "0.31"
StatsFuns = "0.8"
julia = ">= 0.7"

Expand Down
3 changes: 3 additions & 0 deletions docs/src/matrix.md
Expand Up @@ -9,6 +9,9 @@ const DiscreteMatrixDistribution = Distribution{Matrixvariate, Discrete}
const ContinuousMatrixDistribution = Distribution{Matrixvariate, Continuous}
```

More advanced functionalities related to random matrices can be found in the
[RandomMatrices.jl](https://github.com/JuliaMath/RandomMatrices.jl) package.

## Common Interface

All distributions implement the same set of methods:
Expand Down

0 comments on commit 35ff89a

Please sign in to comment.