We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4aa5cf commit 6a42ef6Copy full SHA for 6a42ef6
Project.toml
@@ -1,7 +1,7 @@
1
name = "MeasureTheory"
2
uuid = "eadaa1a4-d27c-401d-8699-e962e1bbc33b"
3
authors = ["Chad Scherrer <[email protected]> and contributors"]
4
-version = "0.17.1"
+version = "0.17.2"
5
6
[deps]
7
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -43,7 +43,7 @@ Tricks = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
43
[compat]
44
Accessors = "0.1"
45
ChangesOfVariables = "0.1"
46
-Compat = "3.35, 4"
+Compat = "3.42, 4"
47
ConcreteStructs = "0.2"
48
ConstructionBase = "1.3"
49
DensityInterface = "0.4"
src/MeasureTheory.jl
@@ -1,5 +1,6 @@
module MeasureTheory
+using Compat
using Random
using MeasureBase
0 commit comments