From e1b8db18d0ec69ed481c5838f0a8cec2430906ee Mon Sep 17 00:00:00 2001 From: theogf Date: Sat, 27 Jan 2024 13:55:23 +0100 Subject: [PATCH 1/4] Add compats --- Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a6fe50ec..76db1d19 100644 --- a/Project.toml +++ b/Project.toml @@ -40,15 +40,18 @@ FunctionChains = "0.1" IfElse = "0.1" IntervalSets = "0.7" InverseFunctions = "0.1.8" +InteractiveUtils = "<0.0.1, 1" IrrationalConstants = "0.1, 0.2" +LinearAlgebra = "<0.0.1, 1" LogExpFunctions = "0.3" LogarithmicNumbers = "1" MappedArrays = "0.4" NaNMath = "0.3, 1" PrettyPrinting = "0.3, 0.4" +Random = "<0.0.1, 1" Reexport = "1" SpecialFunctions = "2" Static = "0.8" -Statistics = "1" +Statistics = "<0.0.1, 1" Tricks = "0.1" julia = "1.3" From abb6d9246eb163c9878b3afec2df799448e4c90b Mon Sep 17 00:00:00 2001 From: theogf Date: Sat, 27 Jan 2024 13:57:45 +0100 Subject: [PATCH 2/4] fix compat 2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 76db1d19..81c5be52 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,6 @@ FunctionChains = "0.1" IfElse = "0.1" IntervalSets = "0.7" InverseFunctions = "0.1.8" -InteractiveUtils = "<0.0.1, 1" IrrationalConstants = "0.1, 0.2" LinearAlgebra = "<0.0.1, 1" LogExpFunctions = "0.3" @@ -53,5 +52,6 @@ Reexport = "1" SpecialFunctions = "2" Static = "0.8" Statistics = "<0.0.1, 1" +Test = "<0.0.1, 1" Tricks = "0.1" julia = "1.3" From 8c14bd3b7b6d0ef91062efa87a63a0c188a00328 Mon Sep 17 00:00:00 2001 From: theogf Date: Sat, 27 Jan 2024 17:07:03 +0100 Subject: [PATCH 3/4] drop support 1.3 --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 81c5be52..7ae40326 100644 --- a/Project.toml +++ b/Project.toml @@ -41,17 +41,17 @@ IfElse = "0.1" IntervalSets = "0.7" InverseFunctions = "0.1.8" IrrationalConstants = "0.1, 0.2" -LinearAlgebra = "<0.0.1, 1" +LinearAlgebra = "1" LogExpFunctions = "0.3" LogarithmicNumbers = "1" MappedArrays = "0.4" NaNMath = "0.3, 1" PrettyPrinting = "0.3, 0.4" -Random = "<0.0.1, 1" +Random = "1" Reexport = "1" SpecialFunctions = "2" Static = "0.8" -Statistics = "<0.0.1, 1" -Test = "<0.0.1, 1" +Statistics = "1" +Test = "1" Tricks = "0.1" -julia = "1.3" +julia = "1.6" From a69e64c2896aba107e84ca25b18756f5a7869ef3 Mon Sep 17 00:00:00 2001 From: theogf Date: Sat, 27 Jan 2024 17:44:18 +0100 Subject: [PATCH 4/4] patch bump --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7ae40326..3ce78192 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MeasureBase" uuid = "fa1605e6-acd5-459c-a1e6-7e635759db14" authors = ["Chad Scherrer and contributors"] -version = "0.14.7" +version = "0.14.8" [deps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"