diff --git a/CITATION.bib b/CITATION.bib index 0e1c1068..b90e1ead 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -1,7 +1,7 @@ @misc{MeasureTheory.jl, author = {Chad Scherrer and contributors}, title = {MeasureTheory.jl}, - url = {https://github.com/cscherrer/MeasureTheory.jl}, + url = {https://github.com/JuliaMath/MeasureTheory.jl}, version = {v0.2.2}, year = {2021}, month = {1} diff --git a/Project.toml b/Project.toml index a88a1b63..701352a7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MeasureTheory" uuid = "eadaa1a4-d27c-401d-8699-e962e1bbc33b" authors = ["Chad Scherrer and contributors"] -version = "0.18.2" +version = "0.18.3" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" diff --git a/README.md b/README.md index fcd0c54c..98c32e78 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://cscherrer.github.io/MeasureTheory.jl/stable) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://cscherrer.github.io/MeasureTheory.jl/dev) -[![Build Status](https://github.com/cscherrer/MeasureTheory.jl/workflows/CI/badge.svg)](https://github.com/cscherrer/MeasureTheory.jl/actions) -[![Coverage](https://codecov.io/gh/cscherrer/MeasureTheory.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/cscherrer/MeasureTheory.jl) +[![Build Status](https://github.com/JuliaMath/MeasureTheory.jl/workflows/CI/badge.svg)](https://github.com/JuliaMath/MeasureTheory.jl/actions) +[![Coverage](https://codecov.io/gh/JuliaMath/MeasureTheory.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/MeasureTheory.jl) [![DOI](https://proceedings.juliacon.org/papers/10.21105/jcon.00092/status.svg)](https://doi.org/10.21105/jcon.00092) `MeasureTheory.jl` is a package for building and reasoning about measures. @@ -29,7 +29,7 @@ To get an idea of the possibilities offered by this package, go to the [document For interaction and shorter usage questions, there is the dedicated channel [#measuretheory on Julia's Zulip chat julialang.zulipchat.com](https://julialang.zulipchat.com/#narrow/stream/259730-measuretheory.2Ejl) and the #measuretheory channel on the [Julia language Slack chat](https://julialang.org/slack/) and for broader discussions [Julia's discourse forum](https://discourse.julialang.org). -Development takes place on Github with [Github's issue ticker](https://github.com/cscherrer/MeasureTheory.jl/issues) for bug reports and coordination. +Development takes place on Github with [Github's issue ticker](https://github.com/JuliaMath/MeasureTheory.jl/issues) for bug reports and coordination. We adhere to the [community standards set forward by the Julia community.](https://julialang.org/community/standards/) @@ -39,4 +39,4 @@ We adhere to the [community standards set forward by the Julia community.](https ## Stargazers over time -[![Stargazers over time](https://starchart.cc/cscherrer/MeasureTheory.jl.svg)](https://starchart.cc/cscherrer/MeasureTheory.jl) +[![Stargazers over time](https://starchart.cc/JuliaMath/MeasureTheory.jl.svg)](https://starchart.cc/JuliaMath/MeasureTheory.jl) diff --git a/docs/make.jl b/docs/make.jl index 9bbddd90..d792722a 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,7 +20,7 @@ pages = [ makedocs(; modules = [MeasureBase, MeasureTheory], authors = "Chad Scherrer and contributors", - repo = "https://github.com/cscherrer/MeasureTheory.jl/blob/{commit}{path}#L{line}", + repo = "https://github.com/JuliaMath/MeasureTheory.jl/blob/{commit}{path}#L{line}", sitename = "MeasureTheory.jl", format = Documenter.HTML(; prettyurls = get(ENV, "CI", "false") == "true", @@ -30,4 +30,4 @@ makedocs(; pages = pages, ) -deploydocs(; repo = "github.com/cscherrer/MeasureTheory.jl") +deploydocs(; repo = "github.com/JuliaMath/MeasureTheory.jl") diff --git a/docs/src/old_readme.md b/docs/src/old_readme.md index 2389c8dd..f5eba94a 100644 --- a/docs/src/old_readme.md +++ b/docs/src/old_readme.md @@ -2,10 +2,10 @@ [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://cscherrer.github.io/MeasureTheory.jl/stable) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://cscherrer.github.io/MeasureTheory.jl/dev) -[![Build Status](https://github.com/cscherrer/MeasureTheory.jl/workflows/CI/badge.svg)](https://github.com/cscherrer/MeasureTheory.jl/actions) -[![Coverage](https://codecov.io/gh/cscherrer/MeasureTheory.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/cscherrer/MeasureTheory.jl) +[![Build Status](https://github.com/JuliaMath/MeasureTheory.jl/workflows/CI/badge.svg)](https://github.com/JuliaMath/MeasureTheory.jl/actions) +[![Coverage](https://codecov.io/gh/JuliaMath/MeasureTheory.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/MeasureTheory.jl) -Check out our [JuliaCon submission](https://github.com/cscherrer/MeasureTheory.jl/blob/paper/paper/paper.pdf) +Check out our [JuliaCon submission](https://github.com/JuliaMath/MeasureTheory.jl/blob/paper/paper/paper.pdf) `MeasureTheory.jl` is a package for building and reasoning about measures. diff --git a/src/parameterized/lkj-cholesky.jl b/src/parameterized/lkj-cholesky.jl index 25de4c04..72e8d2e5 100644 --- a/src/parameterized/lkj-cholesky.jl +++ b/src/parameterized/lkj-cholesky.jl @@ -56,7 +56,7 @@ logdensity_def(d::LKJCholesky, C::Cholesky) = logdensity_def(d, C.UL) # z = diag(L) # sum(log.(z) .* ((k:-1:1) .+ 2*(η-1))) - # Note: https://github.com/cscherrer/MeasureTheory.jl/issues/100#issuecomment-852428192 + # Note: https://github.com/JuliaMath/MeasureTheory.jl/issues/100#issuecomment-852428192 c = d.k + 2(η - 1) n = size(L, 1) s = sum(1:n) do i diff --git a/test/runtests.jl b/test/runtests.jl index 97f6833e..0bee927a 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -657,7 +657,7 @@ end end end -@testset "https://github.com/cscherrer/MeasureTheory.jl/issues/217" begin +@testset "https://github.com/JuliaMath/MeasureTheory.jl/issues/217" begin d = For(rand(3), rand(3)) do x, y Normal(x, y) end