Skip to content

Commit

Permalink
Fix broken links (#256)
Browse files Browse the repository at this point in the history
* update cscherrer to JuliaMath

* bump version
  • Loading branch information
cscherrer authored Jun 23, 2023
1 parent a3b8f6d commit c28f187
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@misc{MeasureTheory.jl,
author = {Chad Scherrer <chad.scherrer@gmail.com> 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}
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MeasureTheory"
uuid = "eadaa1a4-d27c-401d-8699-e962e1bbc33b"
authors = ["Chad Scherrer <[email protected]> and contributors"]
version = "0.18.2"
version = "0.18.3"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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/)

Expand All @@ -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)
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pages = [
makedocs(;
modules = [MeasureBase, MeasureTheory],
authors = "Chad Scherrer <[email protected]> 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",
Expand All @@ -30,4 +30,4 @@ makedocs(;
pages = pages,
)

deploydocs(; repo = "github.com/cscherrer/MeasureTheory.jl")
deploydocs(; repo = "github.com/JuliaMath/MeasureTheory.jl")
6 changes: 3 additions & 3 deletions docs/src/old_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/parameterized/lkj-cholesky.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

2 comments on commit c28f187

@cscherrer
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/86123

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.18.3 -m "<description of version>" c28f1871a3c44167a6d1e4de6a73966348505182
git push origin v0.18.3

Please sign in to comment.