Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test GH Actions #608

Closed
wants to merge 66 commits into from
Closed
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
c835c49
Update for CCL v3
hsinfan1996 May 12, 2023
9fc9515
Merge branch 'main' into issue/ccl_v3
hsinfan1996 Jun 13, 2023
324d6d3
Update CCL version numbers
hsinfan1996 Jun 13, 2023
ffd3978
Update to CCL v3 api
hsinfan1996 Jun 13, 2023
212c7f1
Install latest CCL
hsinfan1996 Jun 13, 2023
9fd472e
Fix docs compiling
hsinfan1996 Jun 13, 2023
7bfcc04
Remove warning filter
hsinfan1996 Jun 13, 2023
cc9e339
Remove warning filter
hsinfan1996 Jun 13, 2023
f96f432
Update generate_einasto_hernquist_benchmarks_fromNC.ipynb
hsinfan1996 Jun 29, 2023
dcd95af
Update demo_mock_ensemble_realistic.ipynb
hsinfan1996 Jul 2, 2023
2607cda
Remove concentration from MassDef
hsinfan1996 Jul 2, 2023
963f82a
Fix profile name validation
hsinfan1996 Jul 28, 2023
6b58996
Add virial massdef properly
hsinfan1996 Jul 28, 2023
19a6be7
Update dicstrings
hsinfan1996 Jul 28, 2023
a9a2109
Update dicstrings
hsinfan1996 Jul 28, 2023
96b9446
Add virial massdef properly
hsinfan1996 Jul 28, 2023
a9885d2
Add use_projected_quad
hsinfan1996 Jul 28, 2023
ec50ff2
pylint
hsinfan1996 Jul 28, 2023
8d46860
Add tests; Minor fixes
hsinfan1996 Aug 6, 2023
ea68986
Fix docstrings
hsinfan1996 Aug 6, 2023
2b62712
Formatting
hsinfan1996 Aug 6, 2023
65ded8a
Remove virial massdef from CT backend
hsinfan1996 Aug 18, 2023
864337f
Update docstrings
hsinfan1996 Aug 20, 2023
f05a390
Naming consistency
hsinfan1996 Aug 23, 2023
1e6f164
Update tests
hsinfan1996 Aug 23, 2023
d291fcb
Rename arg to use_projected_quad
hsinfan1996 Aug 25, 2023
ffd891d
Add use_projected_quad to functional interface
hsinfan1996 Aug 25, 2023
d50fc2f
Use CCL v3.0.0 in GH Actions
hsinfan1996 Aug 25, 2023
2c44f0d
Demo how enable projected_quad
hsinfan1996 Aug 25, 2023
ce7003f
Fix typo in comments
hsinfan1996 Aug 25, 2023
2098ebf
Add title
hsinfan1996 Aug 25, 2023
761b738
Change python_requires to >=
hsinfan1996 Aug 26, 2023
64f19c5
Fix docstrings
hsinfan1996 Aug 26, 2023
71efa67
Fix docstrings
hsinfan1996 Aug 26, 2023
18e2387
update nbs to newer CLMM API
m-aguena Sep 7, 2023
54671eb
Update examples/other_compare_NFW_critical_massdef.ipynb
hsinfan1996 Sep 7, 2023
907b1bd
Update examples/Paper_v1.0/mass_bias_from_models.ipynb
hsinfan1996 Sep 7, 2023
2b2946f
Update examples/Paper_v1.0/validation_tests.ipynb
hsinfan1996 Sep 7, 2023
f3b22c7
Update version to 1.9.0
m-aguena Sep 15, 2023
7e30805
Update build_check.yml
hsinfan1996 Sep 15, 2023
c24857f
Update build_check.yml
hsinfan1996 Sep 15, 2023
11678c3
Update build_check.yml
hsinfan1996 Sep 15, 2023
439fca0
Revert build_check.yml
hsinfan1996 Sep 16, 2023
b5a7306
Show conda info
hsinfan1996 Sep 17, 2023
e4e4880
Add conda-forge channel
hsinfan1996 Sep 17, 2023
b5906eb
Use strict channel-priority
hsinfan1996 Sep 17, 2023
e05ed50
Revert
hsinfan1996 Sep 17, 2023
2a5aa3a
Require numpy<1.26
hsinfan1996 Sep 17, 2023
34e308c
NumCosmo --no-update-deps
hsinfan1996 Sep 17, 2023
76f50e1
Require conda install numpy<1.26
hsinfan1996 Sep 17, 2023
9af58aa
Update build_check.yml
hsinfan1996 Sep 17, 2023
8144848
Revert
hsinfan1996 Sep 17, 2023
459b0fe
libcurl>8.2.1
hsinfan1996 Sep 17, 2023
ab71b8b
libcurl>8.2.1 with NumCosmo
hsinfan1996 Sep 17, 2023
27448ee
"libcurl>8.2.1"
hsinfan1996 Sep 17, 2023
6dc0fd4
Require cmake=3.27.5
hsinfan1996 Sep 17, 2023
3700a99
Require cmake>=3.27
hsinfan1996 Sep 17, 2023
5287bce
Install CCL first
hsinfan1996 Sep 17, 2023
2c9fce3
Remove "cmake>=3.27"
hsinfan1996 Sep 17, 2023
65969c5
Revert
hsinfan1996 Sep 17, 2023
c2cb29b
pygobject<3.46.0
hsinfan1996 Sep 17, 2023
cff2509
Update build_check.yml
hsinfan1996 Sep 17, 2023
c903260
Revert
hsinfan1996 Sep 17, 2023
6759dab
Merge branch 'main' into test_GHA
m-aguena Sep 18, 2023
7efe879
Update requirements.txt
hsinfan1996 Sep 18, 2023
f0f8a38
Remove --override-channels
hsinfan1996 Sep 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pip install .
- name: Install CCL from source
run: |
conda install -c conda-forge cmake swig --override-channels
conda install -c conda-forge cmake swig
git clone https://github.com/LSSTDESC/CCL
cd CCL
git checkout v3.0.0
Expand Down
Loading