Full Changelog
0.1.61 (2019-03-05)
- Fixed bug in
sigma_calcs in how it returns
percentiles.
0.1.60 (2019-02-27)
- Fixed bug in
Stats_one_arr again, and
added option for returning a dict with the output variables
0.1.59 (2019-02-27)
- Changes to the function
Stats_one_arr.
Fixed issue with bin_statval argument within the function.
0.1.58 (2019-02-11)
- Changes to
get_output_path. Now all the
catalogues are under the external directory.
0.1.57 (2019-02-11)
- Changes to
get_output_path. Now all the
catalogues are under the external directory.
0.1.56 (2019-02-06)
- Removed
pairwise_counting module (Cython version) from the main package
0.1.54 (2019-01-13)
- Added new feature
sigma_clf_c which corresponds to the scatter in
log(L) for central galaxies in the conditional luminosity function.
0.1.46 (2018-10-04)
- Updated function
HOD to accomodate for better use.
0.1.45 (2018-10-03)
- Added new class for determining average number of galaxies as function
of logarithmic halo mass
HOD
0.1.44 (2018-09-19)
- New function
array_insert().
- Updated function
Behroozi_relation()
and fixed bug.
0.1.39 (2018-05-30)
- Used Flake8 Lint to go over the style of the code, and fixed bugs along the way
0.1.31 (2018-05-26)
- Added path and more for velocity bias
0.1.30 (2018-05-23)
- Minor bug in
mark_parametrize() fixed.
0.1.29 (2018-05-23)
- Added decorator to loop over different set of values (
mark_parametrize()).
- Fixed docstrings.
0.1.26 (2018-05-17)
- Added some useful functions related to machine learning.
- Fixed bugs in testing.
0.1.25 (2018-05-17)
- Introduced
pairwise counting again.
- Fixed bug in
Behroozi_relation()
0.1.24 (2018-05-17)
- Importing modules in a different way
- Temporarily disabled the function for
pairwise counting.