coscon¶
Some convenience functions for Cosmology-related analysis.
Installation¶
pip install coscon
Optional extras: coscon[extras] for colored logs, coscon[mpi] for MPI support.
Python versions and toast¶
coscon.toast_helper and coscon.toast_extras depend on toast 2, which only has wheels for Python<=3.9 on x86_64, and is installed automatically there. toast 3 has an incompatible API and is not supported.
The other modules, such as coscon.cmb and coscon.fits_helper, support Python>=3.8 including the latest versions.