From b98f6d9ec6e80dfae267a22da91da53690cb2877 Mon Sep 17 00:00:00 2001 From: Marco Bonici <58727599+marcobonici@users.noreply.github.com> Date: Thu, 3 Aug 2023 18:24:23 +0200 Subject: [PATCH 1/6] Updating workflows --- .github/workflows/CompatHelper.yml | 2 +- .github/workflows/test.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 7a9c79f..e07c63b 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -41,4 +41,4 @@ jobs: shell: julia --color=yes {0} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }} + COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3beb53d..b0aad29 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,7 @@ name: CI on: + schedule: + - cron: 0 0 * * * pull_request: branches: - main From cd191ca33ea6f1cdea5bdd86931d0a53f4c9db84 Mon Sep 17 00:00:00 2001 From: Marco Bonici <58727599+marcobonici@users.noreply.github.com> Date: Thu, 3 Aug 2023 19:00:08 +0200 Subject: [PATCH 2/6] Updated workflow --- .github/workflows/CompatHelper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index e07c63b..732c1d4 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -41,4 +41,4 @@ jobs: shell: julia --color=yes {0} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER }} + COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }} From 3c4ac07eab5e3e80f85e09d07eb24e91402a70d7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 3 Aug 2023 17:04:30 +0000 Subject: [PATCH 3/6] CompatHelper: add new compat entry for BSON at version 0.3, (keep existing compat) --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index b7d5c99..0c0ac7d 100644 --- a/Project.toml +++ b/Project.toml @@ -7,3 +7,6 @@ version = "0.1.0" AbstractEmulator = "0dc76ace-04b2-4bd9-b691-6d8501953659" BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0" SimpleChains = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5" + +[compat] +BSON = "0.3" From 260afc50ccc8fb87709a2935510bcdb1c564abe2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 3 Aug 2023 17:04:35 +0000 Subject: [PATCH 4/6] CompatHelper: add new compat entry for SimpleChains at version 0.4, (keep existing compat) --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index b7d5c99..02bb7cf 100644 --- a/Project.toml +++ b/Project.toml @@ -7,3 +7,6 @@ version = "0.1.0" AbstractEmulator = "0dc76ace-04b2-4bd9-b691-6d8501953659" BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0" SimpleChains = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5" + +[compat] +SimpleChains = "0.4" From 194a34d0c32aee21ad19e8254d4c96defd6f0e10 Mon Sep 17 00:00:00 2001 From: Marco Bonici <58727599+marcobonici@users.noreply.github.com> Date: Thu, 3 Aug 2023 23:37:20 +0200 Subject: [PATCH 5/6] Updated readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 12f54a9..4a8a01a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Capse.jl +[![arXiv](https://img.shields.io/badge/arXiv-2307.14339-b31b1b.svg)](https://arxiv.org/abs/2307.14339) [![Build status (Github Actions)](https://github.com/CosmologicalEmulators/Capse.jl/workflows/CI/badge.svg)](https://github.com/CosmologicalEmulators/Capse.jl/actions) [![codecov](https://codecov.io/gh/CosmologicalEmulators/Capse.jl/branch/main/graph/badge.svg?token=0PYHCWVL67)](https://codecov.io/gh/CosmologicalEmulators/Capse.jl) ![size](https://img.shields.io/github/repo-size/CosmologicalEmulators/Capse.jl) @@ -7,3 +8,9 @@ [![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac) Repo containing the CMB Angular Power Spectrum Emulator (`Capse.jl`). + +## Citing + +Free usage of the software in this repository 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) From 3d924ed7d7cec2cdf56688980ddc476f5bdb896e Mon Sep 17 00:00:00 2001 From: Marco Bonici Date: Sun, 6 Aug 2023 12:07:49 +0200 Subject: [PATCH 6/6] Updated Capse dependencies --- Project.toml | 8 +------- src/Capse.jl | 2 +- test/Project.toml | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Project.toml b/Project.toml index 9527b5d..3c8a258 100644 --- a/Project.toml +++ b/Project.toml @@ -4,10 +4,4 @@ authors = ["marcobonici "] version = "0.1.0" [deps] -AbstractEmulator = "0dc76ace-04b2-4bd9-b691-6d8501953659" -BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0" -SimpleChains = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5" - -[compat] -BSON = "0.3" -SimpleChains = "0.4" \ No newline at end of file +AbstractCosmologicalEmulators = "c83c1981-e5c4-4837-9eb8-c9b1572acfc6" diff --git a/src/Capse.jl b/src/Capse.jl index 42a9cce..fecf37c 100644 --- a/src/Capse.jl +++ b/src/Capse.jl @@ -1,7 +1,7 @@ module Capse using Base: @kwdef -using AbstractEmulator +using AbstractCosmologicalEmulators abstract type AbstractCâ„“Emulators end diff --git a/test/Project.toml b/test/Project.toml index 3dd0bcb..eebfd45 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,5 +1,5 @@ [deps] -AbstractEmulator = "0dc76ace-04b2-4bd9-b691-6d8501953659" +AbstractCosmologicalEmulators = "c83c1981-e5c4-4837-9eb8-c9b1572acfc6" SimpleChains = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"