Skip to content

Commit

Permalink
MeasureBase and MeasureTheory now live under JuliaMath
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Jun 22, 2023
1 parent 7cb87d5 commit 99bfd9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Breakage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
pkg: [
"cscherrer/MeasureTheory.jl"
"JuliaMath/MeasureTheory.jl"
]
pkgversion: [latest, stable]

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# MeasureBase

[![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/MeasureBase.jl/workflows/CI/badge.svg)](https://github.com/cscherrer/MeasureBase.jl/actions)
[![Coverage](https://codecov.io/gh/cscherrer/MeasureBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/cscherrer/MeasureBase.jl)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/MeasureTheory.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaMath.github.io/MeasureTheory.jl/dev)
[![Build Status](https://github.com/JuliaMath/MeasureBase.jl/workflows/CI/badge.svg)](https://github.com/JuliaMath/MeasureBase.jl/actions)
[![Coverage](https://codecov.io/gh/JuliaMath/MeasureBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/MeasureBase.jl)

This (relatively) light-weight package contains core functionality of [MeasureTheory](https://github.com/cscherrer/MeasureTheory.jl). Many packages using or defining measures do not need the full capabilities of MeasureTheory.jl itself, and can depend on this instead.
This (relatively) light-weight package contains core functionality of [MeasureTheory](https://github.com/JuliaMath/MeasureTheory.jl). Many packages using or defining measures do not need the full capabilities of MeasureTheory.jl itself, and can depend on this instead.

0 comments on commit 99bfd9f

Please sign in to comment.