-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into issue/588/miscentering_therory
- Loading branch information
Showing
52 changed files
with
1,002 additions
and
983 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ CLMM requires Python version 3.8 or later. CLMM has the following dependencies: | |
|
||
- [NumPy](https://www.numpy.org/) (v1.17 or later) | ||
- [SciPy](https://scipy.org/) (v1.3 or later) | ||
- [Astropy](https://www.astropy.org/) (v4.0 or later for units and cosmology dependence) | ||
- [Astropy](https://www.astropy.org/) (v4.0 or later for units and cosmology dependence) | ||
(Please avoid Astropy v5.0 since there is bug breaking CCL backend. It has been fixed in Astropy v5.0.1.) | ||
- [Matplotlib](https://matplotlib.org/) (for plotting and going through tutorials) | ||
|
||
|
@@ -35,8 +35,8 @@ CLMM requires Python version 3.8 or later. CLMM has the following dependencies: | |
For the theoretical predictions of the signal, CLMM relies on existing libraries and **at least one of the following must be installed as well**: | ||
|
||
- [cluster-toolkit](https://cluster-toolkit.readthedocs.io/en/latest/) | ||
- [CCL](https://ccl.readthedocs.io/en/latest/) (versions between 2.6.0 and 2.7.1.dev9+g1a351df6) | ||
- [NumCosmo](https://numcosmo.github.io/) (v0.15 or later) | ||
- [CCL](https://ccl.readthedocs.io/en/latest/) (versions between 2.7.1.dev10+gf81b59a4 and 3) | ||
- [NumCosmo](https://numcosmo.github.io/) (v0.19 or later) | ||
|
||
|
||
(See the [INSTALL documentation](INSTALL.md) for more detailed installation instructions.) | ||
|
@@ -91,8 +91,8 @@ non-DESC project concept and progress to be presented to the working group, | |
so working group members can help co-identify tools and/or ongoing development | ||
that might mutually benefit your non-DESC project and ongoing DESC projects. | ||
|
||
**External Projects by Non-DESC members**: If you are not from the DESC | ||
community, you are also welcome to contact CLMM Topical Team leads to introduce | ||
**External Projects by Non-DESC members**: If you are not from the DESC | ||
community, you are also welcome to contact CLMM Topical Team leads to introduce | ||
your project and share feedback. | ||
|
||
|
||
|
@@ -123,7 +123,7 @@ issue](https://github.com/LSSTDESC/CLMM/issues). | |
|
||
The current leads of the LSST DESC CLMM Topical Team are Michel Aguena | ||
(m-aguena, [email protected]) and Marina Ricci (mricci, | ||
marina.ricci@lmu.de) | ||
marina.ricci@apc.in2p3.fr) | ||
|
||
|
||
# Acknowledgements <a name="acknowledgements"></a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ | |
) | ||
from . import support | ||
|
||
__version__ = "1.8.2" | ||
__version__ = "1.11.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.