Skip to content

Commit

Permalink
restructuring of pre- and post-processing now working
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazomej committed Jan 15, 2025
1 parent c82a4ab commit 124daa4
Show file tree
Hide file tree
Showing 6 changed files with 310 additions and 637 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ Manifest.toml

# Ignore directories in repo
test/data/

/.luarc.json
28 changes: 15 additions & 13 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BarBay"
uuid = "3e4a4fdd-3c42-44bf-ab95-e818c96fb7a6"
authors = ["Manuel Razo-Mejia"]
version = "0.0.2"
version = "0.0.3"

[deps]
AdvancedVI = "b5ca4192-6429-45e5-a2d9-87aec30a685c"
Expand All @@ -14,6 +14,7 @@ DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb"
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand All @@ -23,20 +24,21 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
AdvancedVI = "^0.2"
Bijectors = "^0.13"
CSV = "^0.10"
ComponentArrays = "^0.15"
DataFrames = "^1.6"
Distributions = "^0.25"
DynamicHMC = "^3.4"
DynamicPPL = "^0.24"
AdvancedVI = "^0"
Bijectors = "^0"
CSV = "^0"
ComponentArrays = "^0"
DataFrames = "^1"
Distributions = "^0"
DynamicHMC = "^3"
DynamicPPL = "^0"
JLD2 = "^0.4"
Logging = "1"
MCMCChains = "^6"
Memoization = "^0.2"
ReverseDiff = "^1.15"
StatsBase = "^0.34"
Turing = "^0.30"
Memoization = "^0"
ReverseDiff = "^1"
StatsBase = "^0"
Turing = "^0"
UnPack = "^1"
julia = "1"

Expand Down
Loading

0 comments on commit 124daa4

Please sign in to comment.