Skip to content

Releases: cmbant/CosmoMC

June 2021

08 Jun 10:41
Compare
Choose a tag to compare

May 2020

12 May 07:54
Compare
Choose a tag to compare
  • updated to CAMB 1.1.2
  • fix for parameterization=astro
  • gcc compatibility and code tidies

The camb update has a workaround for memory-leak bugs in some versions of gfortran.

October 2019

01 Nov 14:10
Compare
Choose a tag to compare
  • Updated CAMB to version 1.0.9
  • Updated getdist to version 1.0

CosmoMC July 2019

31 Jul 11:01
Compare
Choose a tag to compare
  • Added Planck 2018 likelihoods and associated files.
  • Minor updated Pantheon (batch3/Pantheon18.ini)
  • batch3/HST_Riess19.ini for latest H0
  • Add DR14 Lyman-alpha BAO (thanks Pablo-Lemos)
  • Bug fixes and misc compatibility improvements
  • Updated to latest GetDist
  • GetDist GUI supports Python 3 with PySide2
  • Updated to CAMB version 1.0.7. (note that this changes likelihood values slightly compared to Planck2018 branch; also HMcode version changes for numerical stability and speed)

See the Planck2018 branch for fixed version consistent with that used for release (uses CAMB July 2018).

Note that the zipped downloads below do not include the CAMB submodule, usually it is easier to clone the repository using git clone --recursive.

CosmoMC November 2016

09 Nov 14:23
Compare
Choose a tag to compare
  • Added .derived_ranges files (in /paramnames folder) to specify hard priors on derived parameters. These are now propagated to output chain .ranges file along with H0 and z_rei priors (and hence limits do not need to be manually specified when running GetDist).
  • Added neutrino_hierarchy (={normal, inverted, degenerate}), to support one or two distinct eigenstate approximation to oscillation constraints.
  • Bicep BK14 data files and CMB_BK_Planck update (thanks Colin Bischoff)
  • Support for BAO .dataset files with no measurement_type keyword (set in data file for each point instead)
  • Updated getdist to 0.2.6 (fixing compatibility issue with latest matplotlib for 2D contours)
  • Update CAMB to Nov 2016 version

CosmoMC June 2016

07 Jun 11:54
Compare
Choose a tag to compare
  • CAMB updated to May 2016 version (including HMCode Halofit support)
  • Added DR12 BAO (in batch3/, thanks Tom Charnock)
  • Added batch3/HST_Riess2016.ini
  • Added include_fixed_parameter_priors input option (default false, as before)
  • Latest GetDist version and small fixes