Tags: henryiii/CCL
Tags
V3.0.1 changelog (LSSTDESC#1164) * changelog updated * clean up * Update CHANGELOG.md --------- Co-authored-by: Tilman Troester <tilman.troester@gmail.com>
Review all doc pages before tagging v3 (LSSTDESC#1116) * Updated docs * Updated CHANGELOG.md * Update README.md --------- Co-authored-by: Hsin Fan <57552401+hsinfan1996@users.noreply.github.com> Co-authored-by: Tilman Troester <tilman.troester@gmail.com>
GHA & Installation improvements (LSSTDESC#1025) * Improved GHA --------- Co-authored-by: Hsin Fan <57552401+hsinfan1996@users.noreply.github.com>
Fix OpenMP again (LSSTDESC#1017) * revert link_libraries * Avoid openmp completely on apple clang 12 * Add comments for AppleClang12 * Update comments * Add comment about generator expression Co-authored-by: Hsin Fan <57552401+hsinfan1996@users.noreply.github.com>
Enhancement to the perturbative modelling (LSSTDESC#1002) * Option to skip updating ptc * test for ptc update * Pass extrapolation params along
Tunable CCL global settings at the Python-level (LSSTDESC#918) * first commit * ParamStruct methods keys, values, items * enable flake in constants.py * got rid of F401 in a Pythonic manner * coverage * reduced size of ParamStruct object * coverage * public public --> _public private * support immutable values; add physical constants * relax capitalized-only requirement * flake * coverage * added copy method * moved in separate module * expose CCLParameters * removed requirement for gsl_params and spline_params to be const at the C-level; makes the entire PR shorter and simpler * fix relative import * docstrings, frozen keys, reload option, tests * don't pickle swig spline types * singleton implementation moved under base class * implement get global na/nk sampling without cosmo; init Pk2D from pkfunc without cosmo * removed unnecessary test * new docstrings * option to call new funcs with or without cosmo * fix docs * updated warning in tracers.py * some minor improvements * updated readthedocs with new usage * fixed F401 * replace all swig lookups with python-level * clear up namespace & allow T_CMB changing * removed every trace of direct parameter assignment from code base * Refactor: direct interface with SWIG; deprecate direct assignment; no python-level copy; no singleton. * removed unecessary import * save spline and gsl params in cosmo * small improvement * tests to improve coverage * E303 * remove _type attribute * removed direct parameter assignment from benchmarks * reload frozen parameters (physical constants) * correct repr * verbose warning & added a test * no need to pass if docstring is provided * deprecation message Co-authored-by: David Alonso <dam.phys@gmail.com>
PreviousNext