Skip to content

Commit

Permalink
Merge pull request #40 from cgarling/covariant_kernels_2
Browse files Browse the repository at this point in the history
Implements covariant kernels for more accurate Hess diagram modelling.
  • Loading branch information
cgarling authored Jul 6, 2024
2 parents c45e31e + 587bc52 commit 0b5a968
Show file tree
Hide file tree
Showing 21 changed files with 2,138 additions and 1,924 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
- ubuntu-latest
arch:
- x64
include:
- os: macos-latest
arch: x64
version: '1'
- os: windows-latest
arch: x64
version: '1'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[weakdeps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -33,6 +34,7 @@ DataFramesExt = "DataFrames"

[compat]
DataFrames = "1"
DelimitedFiles = "<0.0.1, 1"
Distributions = "0.25"
Documenter = "1"
DynamicHMC = "3.4.2" # Changed stack_posterior_matrices order https://github.com/tpapp/DynamicHMC.jl/pull/175
Expand All @@ -57,10 +59,12 @@ StaticArrays = "1"
StatsBase = "0.32, 0.33, 0.34"
Test = "<0.0.1, 1"
TypedTables = "1"
VectorizationBase = "0.21"
julia = "1.7"

[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb"
Expand All @@ -76,4 +80,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"

[targets]
test = ["DataFrames", "Distributions", "Documenter", "DynamicHMC", "InitialMassFunctions", "LinearAlgebra", "MCMCChains", "QuadGK", "Random", "SafeTestsets", "StableRNGs", "StaticArrays", "Test", "TypedTables"]
test = ["DataFrames", "DelimitedFiles", "Distributions", "Documenter", "DynamicHMC", "InitialMassFunctions", "LinearAlgebra", "MCMCChains", "QuadGK", "Random", "SafeTestsets", "StableRNGs", "StaticArrays", "Test", "TypedTables"]
Loading

0 comments on commit 0b5a968

Please sign in to comment.