Skip to content

Tags: henryiii/CCL

Tags

v3.1

Toggle v3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
staging new version (LSSTDESC#1193)

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update publish.yml

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V3.0.1 changelog (LSSTDESC#1164)

* changelog updated

* clean up

* Update CHANGELOG.md

---------

Co-authored-by: Tilman Troester <tilman.troester@gmail.com>

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changelog update (LSSTDESC#1089)

* updated changelog

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GHA & Installation improvements (LSSTDESC#1025)

* Improved GHA

---------

Co-authored-by: Hsin Fan <57552401+hsinfan1996@users.noreply.github.com>

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v2.6

Toggle v2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enhancement to the perturbative modelling (LSSTDESC#1002)

* Option to skip updating ptc

* test for ptc update

* Pass extrapolation params along

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add action to publish to pypi (LSSTDESC#948)