Skip to content

Commit

Permalink
New version: BAT v3.1.0 (#94861)
Browse files Browse the repository at this point in the history
UUID: c0cd4b16-88b7-57fa-983b-ab80aecada7e
Repo: https://github.com/bat/BAT.jl.git
Tree: bf5959ff8daba2fcc104db4fb2b20ea67589984a

Registrator tree SHA: 1ede4be248caa0b367cc8ebce8a0c76cb916c479
  • Loading branch information
JuliaRegistrator authored Nov 6, 2023
1 parent 6064558 commit 79533fd
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
18 changes: 16 additions & 2 deletions B/BAT/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ FillArrays = "0.7-0.10"
HypothesisTests = "0.10"
IntervalSets = "0.5"
NLSolversBase = "7"
NamedArrays = "0.9"
Optim = ["0.19-0.22", "1"]
ProgressMeter = "1"
Statistics = "1.3.0-1"
Expand All @@ -127,7 +128,6 @@ EmpiricalDistributions = ["0.2", "0.3.1-0.3"]
FFTW = "1"
ForwardDiff = "0.10"
KernelDensity = "0.5-0.6"
NamedArrays = "0.9"
RecipesBase = ["0.7-0.8", "1"]
Requires = ["0.5", "1"]
Sobol = "1.4.0-1"
Expand Down Expand Up @@ -169,10 +169,24 @@ MacroTools = "0.5"
MeasureBase = "0.12-0.14"
StableRNGs = "1"
StaticArrays = ["0.12", "1"]
Statistics = "1.6.0-1"
StatsBase = "0.32-0.34"
StatsFuns = "1"
StructArrays = "0.4-0.6"
ValueShapes = "0.10.1-0.10"
ZygoteRules = "0.2"
julia = "1.6.0-1"

["3.0"]
NamedArrays = "0.9"
Statistics = "1.6.0-1"

["3.1-3"]
Accessors = "0.1"
Dates = "1"
Distributed = "1"
LinearAlgebra = "1"
Markdown = "1"
NamedArrays = "0.9-0.10"
Printf = "1"
Random = "1"
Statistics = "1"
3 changes: 3 additions & 0 deletions B/BAT/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,6 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"

["3.1-3"]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
3 changes: 3 additions & 0 deletions B/BAT/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ git-tree-sha1 = "3de37a5492148838861e2279bf8ccb5d7765fc71"

["3.0.0"]
git-tree-sha1 = "3a046b2a930528e5e3d716032b724734dd512057"

["3.1.0"]
git-tree-sha1 = "bf5959ff8daba2fcc104db4fb2b20ea67589984a"
10 changes: 8 additions & 2 deletions B/BAT/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[3]
AdvancedHMC = "0.3-0.4"
Cuba = "2"
Folds = "0.2"
HDF5 = "0.15-0.16"
NestedSamplers = "0.8"
Optim = ["0.19-0.22", "1"]
Plots = "1"
Transducers = "0.4"
UltraNest = "0.1"

["3.0"]
AdvancedHMC = "0.3-0.4"
HDF5 = "0.15-0.16"

["3.1-3"]
AdvancedHMC = "0.5"
HDF5 = "0.15-0.17"

0 comments on commit 79533fd

Please sign in to comment.