| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
* New dependency "hmf" (halo mass functions) module
* Calculate halo mass distributions/functions (dndlnm) with respect to masses
and redshifts, instead of use the previous data file ("ps_data")
* New section "[extragalactic][psformalism]" in configurations
* New functions to write and read the dndlnm data
TODO:
* update the method to sample (mass, redshift) for clusters from the dndlnm
data
|
|
|
|
|
|
| |
Also works with Python 3.6 (basic tests at the moment)
Signed-off-by: Aaron LI <aly@aaronly.me>
|
|
|
|
|
|
|
|
| |
Credit:
* Adding git (or hg, or svn) dependencies in setup.py (Python)
https://mike.zwobble.org/2013/05/adding-git-or-hg-or-svn-dependencies-in-setup-py/
* Python Dependencies via Pip
https://devcenter.heroku.com/articles/python-pip
|
|
|
|
| |
Tornado: http://www.tornadoweb.org/
|
| |
|
|
|
|
| |
Also remove the dependence on "scipy".
|
|
|
|
|
|
|
|
|
| |
* Optimize the "Fnu_to_Tb()" and "Sb_to_Tb()" functions by explicitly
calculating the conversions, avoiding the slow `astropy.unit`
conversions (which is rather slow). The new fast functions are named
as "Fnu_to_Tb_fast()" and "Sb_to_Tb_fast()".
* Optimize the new functions using `numba.jit` further.
* Add `numba` to the dependencies.
|
| |
|
|
|
|
| |
Add two new requirements: beautifulsoup4, requests
|
|
|
|
| |
The utils/zea2healpix requires scipy.
|
| |
|
| |
|
|
Credit: https://github.com/kennethreitz/samplemod
TODO: Add the 'docs' part
|