Skip to content

Commit

Permalink
Merge pull request #31 from CosmologicalEmulators/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
marcobonici authored Feb 1, 2025
2 parents 46e90ce + 474f797 commit 35d121d
Show file tree
Hide file tree
Showing 12 changed files with 873 additions and 23 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,18 @@ jobs:
- '1.8'
- '1.9'
- '1.10'
- '~1.11.0-0'
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
Expand All @@ -44,6 +45,8 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: lcov.info
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ docs/site/
# committed for packages, but should be committed for applications that require a static
# environment.
Manifest.toml
*.png
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Capse"
uuid = "994f66c3-d2c7-4ba6-88fb-4a10f50800ba"
authors = ["marcobonici <[email protected]>"]
version = "0.3.3"
version = "0.3.4"

[deps]
AbstractCosmologicalEmulators = "c83c1981-e5c4-4837-9eb8-c9b1572acfc6"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Capse.jl
<img src="https://github.com/user-attachments/assets/a414b6e8-e5ed-4655-857b-3c59f26867e3" alt="Capse" width="450" />

| **Documentation** | **Build Status** | **Code style** |
|:--------:|:----------------:|:----------------:|
Expand Down Expand Up @@ -43,6 +43,6 @@ Capse.get_emulator_description(Cℓ_emu)

## Citing

Free usage of the software in this repository is provided, given that you cite our release paper.
Free usage of `Capse.jl` is provided, given that you cite our release paper.

M. Bonici, F. Bianchini, J. Ruiz-Zapatero, [_Capse: efficient and auto-differentiable CMB power spectra emulation_](https://arxiv.org/abs/2307.14339)
4 changes: 1 addition & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SimpleChains = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5"

[compat]
BenchmarkTools = "1.3.2"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ push!(LOAD_PATH,"../src/")
makedocs(
modules = [Capse],
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true",
sidebar_sitename=true),
sidebar_sitename=false),
sitename = "Capse.jl",
authors = "Marco Bonici",
pages = [
Expand Down
2 changes: 1 addition & 1 deletion docs/src/assets/capse_benchmark.json

Large diffs are not rendered by default.

Loading

0 comments on commit 35d121d

Please sign in to comment.