diff --git a/README.md b/README.md index b89e9cf81..e55b42521 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ CRPropa ======== -![stable release](https://img.shields.io/badge/stable\_release-3.2.0-darkblue) +![stable release](https://img.shields.io/badge/stable\_release-3.2.1-darkblue) [![Build status](https://github.com/crpropa/crpropa3/actions/workflows/testing.yml/badge.svg)](https://github.com/crpropa/crpropa3/actions/) [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/CRPropa/CRPropa3.svg)](https://isitmaintained.com/project/CRPropa/CRPropa3) [![Percentage of issues still open](https://isitmaintained.com/badge/open/CRPropa/CRPropa3.svg)](https://isitmaintained.com/project/CRPropa/CRPropa3) diff --git a/doc/conf.py b/doc/conf.py index 318d59305..5c5e2d677 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -19,13 +19,13 @@ # -- Project information ----------------------------------------------------- project = u'CRPropa3' -copyright = u'2022, The CRPropa Developers' +copyright = u'2024, The CRPropa Developers' author = u'The CRPropa Developers' # The short X.Y version version = u'3.2' # The full version, including alpha/beta/rc tags -release = u'3.2.0' +release = u'3.2.1' # -- General configuration --------------------------------------------------- diff --git a/doc/pages/Data-files.md b/doc/pages/Data-files.md index ba8f312be..77552d70b 100644 --- a/doc/pages/Data-files.md +++ b/doc/pages/Data-files.md @@ -1,4 +1,4 @@ -CRPropa needs a number of data files to run. These include databases for nuclear mass and decay rates, interaction rates for photodisintegration, photo-pion production and electron-pair production, as well as the data files for DINT and EleCa. +CRPropa needs a number of data files to run. These include databases for nuclear mass and decay rates, interaction rates for photodisintegration, photo-pion production and electron-pair production. The scripts and files that are used to prepare the data files are tracked by the [CRPropa3-data repository](https://github.com/CRPropa/CRPropa3-data). Since a git repository is not well suited to store these large files (and git-lfs is not free on GitHub), the data files are downloaded automatically during cmake configuration. In case you want to use a different photodisintegration model or want to download the default data file manually use the following [link](https://www.desy.de/~crpropa/data/interaction_data/) to the tarballs files and extract them to your install folder. @@ -21,7 +21,7 @@ $ ls data-YYYY-MM-DD.tar.gz | xargs -I{} sh -c 'md5sum "$1" > "$1-CHECKSUM"' -- ``` where **YYYY-MM-DD** can be obtained directly with `date +"%Y-%m-%d"`. -To verify the integrity of the data files, a it is enough to download the checksum file in the same directory with the data file: +To verify the integrity of the data files, it is enough to download the checksum file in the same directory with the data file: ``` $ md5sum -c *-CHECKSUM ``` diff --git a/doc/pages/Installation.md b/doc/pages/Installation.md index 95170416d..eb638449f 100644 --- a/doc/pages/Installation.md +++ b/doc/pages/Installation.md @@ -22,7 +22,6 @@ Optionally CRPropa can be compiled with the following dependencies to enable cer The following packages are provided with the source code and do not need to be installed separately. + SOPHIA: photo-hadronic interactions -+ EleCa and dint: electromagnetic cascades + googletest: unit-testing + HepPID: particle ID library + kiss: small tool collection @@ -31,9 +30,6 @@ The following packages are provided with the source code and do not need to be i + healpix_base: Equal area pixelization of the sphere - - - ## Build and Installation Variants ### Installation in system path