-
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.
* distinguish between compute_beta_s_*_from_distribution and compute_beta_s_*_from_weights * make compute_beta more efficient and fix shape_weights=None in compute_beta_s_mean*_from_weights * add _eval_da, _eval_da_z1z2, _get_z_from_a, _get_a_from_z to cosm * reorder funcs in cosmo parent * add fix to skip pylint for astropy.units (fails in astropy 6) * Update version to 1.12.0 --------- Co-authored-by: m-aguena <[email protected]>
- Loading branch information
1 parent
afa77f0
commit 50876a8
Showing
14 changed files
with
529 additions
and
853 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ | |
) | ||
from . import support | ||
|
||
__version__ = "1.11.1" | ||
__version__ = "1.12.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.