From 2e36f9a6e91171805677a3bbb758a21d09c4c69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guadalupe=20Ca=C3=B1as-Herrera?= Date: Mon, 4 May 2026 13:57:49 +0200 Subject: [PATCH 1/2] Update README to indicate CLOE is no longer maintained Added a notice that CLOE is no longer maintained and provided links to actively maintained repositories. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 5718b9c..aa7efce 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,20 @@ # CLOE: Cosmology Likelihood for Observables in *Euclid* + +## ⚠️ CLOE is no longer maintained + +Please refer to the actively maintained repositories instead: + +- 👉 [cloelib](https://github.com/cloe-org/cloelib) +- 👉 [cloelike](https://github.com/cloe-org/cloelike) + +These codes are the ones intended for use in the cosmological analysis of the official Euclid data releases. + +------------------------------------------------------------------------- + Logo + [![CI](https://github.com/cloe-org/cloe/actions/workflows/ci.yml/badge.svg)](https://github.com/cloe-org/cloe/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/cloe-org/cloe/branch/main/graph/badge.svg?token=26c55a1c-87b4-4666-be68-7c3269a5ce86)](https://codecov.io/gh/cloe-org/cloe) [![License: LGPL-3.0](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.en.html) @@ -26,6 +39,8 @@ CLOE moreover allows the user to obtain the linear matter power spectrum and bac Further documentation is found in the [CLOE Read the Docs](https://cloe-euclid.readthedocs.io/). The full development history is available to EC members [here](https://gitlab.euclid-sgs.uk/pf-ist-likelihood/likelihood-implementation). +Synthetic data vectors and covariance matrices used for code validation and posterior exploration can be found [here](https://zenodo.org/records/10212464). +Scripts for posterior exploration can be found [here](https://github.com/gcanasherrera/Forecasting-Euclid/tree/main). ## Installation From ac478a7ef2948886c2b6744cbac649ac4b79befb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guadalupe=20Ca=C3=B1as-Herrera?= Date: Tue, 12 May 2026 20:32:33 +0200 Subject: [PATCH 2/2] Added request from ECL, ECEB and SCG Updated maintenance status of the code in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa7efce..0b687ac 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Please refer to the actively maintained repositories instead: - 👉 [cloelib](https://github.com/cloe-org/cloelib) - 👉 [cloelike](https://github.com/cloe-org/cloelike) -These codes are the ones intended for use in the cosmological analysis of the official Euclid data releases. +This code is no longer maintained by the Euclid Consortium (EC) and should not be used for future official EC publications or to reproduce Data Release 1 results. -------------------------------------------------------------------------