-
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.
* rename z_source->z_src * rm internal computation of sigma_c from compute_tangential_and_cross_components and compute_galaxy_weights * rm unnecessary use_pdz args in GalaxyCluster * create _validate_data_z_src func * update compute_background_probability, GalaxyCluster.compute_galaxy_weights * update z_src in .json files * make sigma_c=None for gamma components * force recomputation of sigma_c in GalaxyCluster when use_pdz flag is changed * separate sigma_c and sigma_c_eff in galcat * Update version to 1.10.0
- Loading branch information
Showing
29 changed files
with
487 additions
and
629 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ | |
) | ||
from . import support | ||
|
||
__version__ = "1.9.0" | ||
__version__ = "1.10.0" |
Large diffs are not rendered by default.
Oops, something went wrong.
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.