We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac1af5 commit c57f6d0Copy full SHA for c57f6d0
Project.toml
@@ -1,7 +1,7 @@
1
name = "MeasureBase"
2
uuid = "fa1605e6-acd5-459c-a1e6-7e635759db14"
3
authors = ["Chad Scherrer <[email protected]> and contributors"]
4
-version = "0.14.7"
+version = "0.14.8"
5
6
[deps]
7
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -41,14 +41,17 @@ IfElse = "0.1"
41
IntervalSets = "0.7"
42
InverseFunctions = "0.1.8"
43
IrrationalConstants = "0.1, 0.2"
44
+LinearAlgebra = "1"
45
LogExpFunctions = "0.3"
46
LogarithmicNumbers = "1"
47
MappedArrays = "0.4"
48
NaNMath = "0.3, 1"
49
PrettyPrinting = "0.3, 0.4"
50
+Random = "1"
51
Reexport = "1"
52
SpecialFunctions = "2"
53
Static = "0.8"
54
Statistics = "1"
55
+Test = "1"
56
Tricks = "0.1"
-julia = "1.3"
57
+julia = "1.6"
0 commit comments