Releases: simonsobs/SOLikeT
Releases · simonsobs/SOLikeT
v0.1rc1
What's Changed
- -v in pytest args by @itrharrison in #105
- Moved cosmopower default parameters to yaml files. by @HTJense in #106
- 37 implement sphinx for docs by @HTJense in #100
- General documentation by @HTJense in #110
- modify lensing test to compare with known chi_square computed with camb by @qujia7 in #101
- CCL documentation and formatting by @HTJense in #108
- modified camb dependency for M1 by @mgerbino in #112
- Bias theory reworks by @HTJense in #117
- Fixes to local docs build config by @itrharrison in #120
- remove txt paths for binning matrix and covmat by @qujia7 in #118
- Remove dependence on installations from github by @itrharrison in #123
- Address warnings in tox tests by @mgerbino in #124
- fixing mflike test and fixing np.float error by @sgiardie in #104
- Add tests for theory components Bandpass and Foreground by @mgerbino in #119
- Update INSTALL.rst by @itrharrison in #129
- Setting up documentation for mflike by @sgiardie in #121
- Dev update install instructions by @mgerbino in #127
- Upgrading mflike to v0.8.4 in LAT_MFLike by @sgiardie in #133
- Update installation instructions for NERSC/Perlmutter by @mgerbino in #135
- fixing mflike scales to [30,9000] by @sgiardie in #138
- Fix mflike scales by @sgiardie in #139
- Add missing tests by @mgerbino in #136
- Add missing likelihood documentation by @mgerbino in #137
- Replace cls with cells for pyccl by @itrharrison in #142
- Add compatibility workflow by @itrharrison in #144
- fix lmax_boltzmann and lmax_fg values in theoryforge by @sgiardie in #146
- Fix compatability by @itrharrison in #148
- Updates for v0.1 to CrossCorrelation likelihood by @itrharrison in #116
- pyccl optional by @cmbant in #153
- Add simple halo model by @itrharrison in #150
- Deprecations update by @cmbant in #155
- Pycharm tidies by @cmbant in #161
- Run tests only on PR open, review requests by @itrharrison in #159
- Add more flake8 requirements by @itrharrison in #157
- Add zstar to CrossCorrelation for CMBLensingTracer by @itrharrison in #165
- Implementation of the lensing power spectrum computation with CCL by @raphkou in #166
- solving bug in mflike by @sgiardie in #170
- Fix readme by @itrharrison in #173
- Dev check ell range mflike by @mgerbino in #171
- Resolving packages path with cobaya tools by @ggalloni in #169
- Move to buildtools and pyproject.toml by @itrharrison in #163
- Compatability for scipy 1.14 by @itrharrison in #176
- Add automated publishing by @itrharrison in #177
New Contributors
- @sgiardie made their first contribution in #104
- @cmbant made their first contribution in #153
- @raphkou made their first contribution in #166
- @ggalloni made their first contribution in #169
Full Changelog: v0.1-pre...v0.1rc1
v0.1rc1.dev1
Try automated publish, here to Test-PyPI
What's Changed
- -v in pytest args by @itrharrison in #105
- Moved cosmopower default parameters to yaml files. by @HTJense in #106
- 37 implement sphinx for docs by @HTJense in #100
- General documentation by @HTJense in #110
- modify lensing test to compare with known chi_square computed with camb by @qujia7 in #101
- CCL documentation and formatting by @HTJense in #108
- modified camb dependency for M1 by @mgerbino in #112
- Bias theory reworks by @HTJense in #117
- Fixes to local docs build config by @itrharrison in #120
- remove txt paths for binning matrix and covmat by @qujia7 in #118
- Remove dependence on installations from github by @itrharrison in #123
- Address warnings in tox tests by @mgerbino in #124
- fixing mflike test and fixing np.float error by @sgiardie in #104
- Add tests for theory components Bandpass and Foreground by @mgerbino in #119
- Update INSTALL.rst by @itrharrison in #129
- Setting up documentation for mflike by @sgiardie in #121
- Dev update install instructions by @mgerbino in #127
- Upgrading mflike to v0.8.4 in LAT_MFLike by @sgiardie in #133
- Update installation instructions for NERSC/Perlmutter by @mgerbino in #135
- fixing mflike scales to [30,9000] by @sgiardie in #138
- Fix mflike scales by @sgiardie in #139
- Add missing tests by @mgerbino in #136
- Add missing likelihood documentation by @mgerbino in #137
- Replace cls with cells for pyccl by @itrharrison in #142
- Add compatibility workflow by @itrharrison in #144
- fix lmax_boltzmann and lmax_fg values in theoryforge by @sgiardie in #146
- Fix compatability by @itrharrison in #148
- Updates for v0.1 to CrossCorrelation likelihood by @itrharrison in #116
- pyccl optional by @cmbant in #153
- Add simple halo model by @itrharrison in #150
- Deprecations update by @cmbant in #155
- Pycharm tidies by @cmbant in #161
- Run tests only on PR open, review requests by @itrharrison in #159
- Add more flake8 requirements by @itrharrison in #157
- Add zstar to CrossCorrelation for CMBLensingTracer by @itrharrison in #165
- Implementation of the lensing power spectrum computation with CCL by @raphkou in #166
- solving bug in mflike by @sgiardie in #170
- Fix readme by @itrharrison in #173
- Dev check ell range mflike by @mgerbino in #171
- Resolving packages path with cobaya tools by @ggalloni in #169
- Move to buildtools and pyproject.toml by @itrharrison in #163
- Compatability for scipy 1.14 by @itrharrison in #176
New Contributors
- @sgiardie made their first contribution in #104
- @cmbant made their first contribution in #153
- @raphkou made their first contribution in #166
- @ggalloni made their first contribution in #169
Full Changelog: v0.1-pre...v0.1rc1.dev1
v0.1-pre
This is a pre-release version of SOLikeT to freeze things before the larger scale changes to be made for the v0.1 release.
What's Changed
- added cosmosis directory and ini files for actpol by @reneehlozek in #1
- add initial sketch of lensing lite lhood by @timothydmorton in #2
- adding in clusters notebook to test likelihood by @nbatta in #5
- Updating missing files in clusters by @nbatta in #6
- reducing the dimension of Pfunc by @nbatta in #7
- added clusters to setup.py by @nbatta in #8
- corrected units in dvdz and pk of clusters.py by @nbatta in #9
- likelihood updates for cobaya devel branch by @xzackli in #12
- Work on CCL module for cross-correlations by @Pablo-Lemos in #16
- Make code and test compatible with new version of mflike and Cobaya by @paganol in #23
- flake8 for codestyle by @itrharrison in #30
- Add contribution guidelines by @itrharrison in #29
- module to handle constants added; package for mflike created by @mgerbino in #36
- Initial commit of xcorr by @itrharrison in #22
- Update test_mflike.py by @itrharrison in #44
- Galaxy bias as cobaya theory by @itrharrison in #41
- CCL-based galaxyshear x kappa likelihood by @itrharrison in #47
- Theoryforge as a cobaya theory component by @mgerbino in #43
- Added Cash-C likelihood by @itrharrison in #56
- Added velocileptors LPT bias model by @itrharrison in #53
- Revert "Added velocileptors LPT bias model" by @itrharrison in #62
- codecov for coverage by @itrharrison in #40
- Update and loglike test for unbinned clusters likelihood (from master) by @itrharrison in #72
- Fix to cross correlation tests, trigger other fails. by @itrharrison in #73
- sacc files and tracers for CrossCorrelation Likelihood by @itrharrison in #58
- Added basic CosmoPower theory code. by @HTJense in #76
- Added Intrinsic Alignment redshift evolution modes by @itrharrison in #80
- Added exception and fallback for cosmopower not available by @itrharrison in #83
- Add Hartlap and post-Hartlap corrections for GaussianData by @itrharrison in #81
- BUG: pyCCL isn't optional due to cluster likelihood by @HTJense in #89
- Implement tests with tox-conda by @itrharrison in #92
- Add Hartlap correction to CrossCorrelation likelihoods by @itrharrison in #94
- Move cosmopower to optional dep by @itrharrison in #96
- Allow more flexible CosmoPower network settings. by @HTJense in #88
- Updated test loglikes to match for camb v1.4.0 by @itrharrison in #98
- Fix codecov not reporting by @itrharrison in #103
New Contributors
- @reneehlozek made their first contribution in #1
- @timothydmorton made their first contribution in #2
- @nbatta made their first contribution in #5
- @xzackli made their first contribution in #12
- @Pablo-Lemos made their first contribution in #16
- @mgerbino made their first contribution in #36
- @HTJense made their first contribution in #76
Full Changelog: https://github.com/simonsobs/SOLikeT/commits/v0.1-pre