-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: Switch to implicit backend choosing (#27)
* DOC: some fixes for rtd * REFACTOR: make backend switching implicit * DOC: update api docs * MAINT: add missing dependency * BUG: Refactor H0 setter logic for value conversion * MAINT: bump some versions * MAINT: resolve deprecation warning * BUG: fix implicit unit checks * FORMAT: apply pre-commits * DOC: fix pages requirements * DOC: fix rtd configuration
- Loading branch information
1 parent
1f4dcaf
commit d15ee7d
Showing
27 changed files
with
567 additions
and
298 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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
`wcosmo.analytic` | ||
================= | ||
|
||
.. currentmodule:: wcosmo.analytic | ||
|
||
.. automodule:: wcosmo.analytic | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
|
||
indefinite_integral_hypergeometric |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
`wcosmo.astropy` | ||
================ | ||
|
||
.. currentmodule:: wcosmo.astropy | ||
|
||
.. automodule:: wcosmo.astropy | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
|
||
FlatLambdaCDM | ||
FlatwCDM | ||
WCosmoMixin |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
`wcosmo.integrate` | ||
================== | ||
|
||
.. currentmodule:: wcosmo.integrate | ||
|
||
.. automodule:: wcosmo.integrate | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
|
||
analytic_integral | ||
indefinite_integral |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
`wcosmo.taylor` | ||
=============== | ||
|
||
.. currentmodule:: wcosmo.taylor | ||
|
||
.. automodule:: wcosmo.taylor | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
|
||
flat_wcdm_pade_coefficients | ||
flat_wcdm_taylor_expansion | ||
indefinite_integral_pade |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
`wcosmo.utils` | ||
=============== | ||
|
||
.. currentmodule:: wcosmo.utils | ||
|
||
.. automodule:: wcosmo.utils | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
|
||
array_namespace | ||
autodoc | ||
convert_quantity_if_necessary | ||
default_array_namespace | ||
disable_units | ||
enable_units | ||
method_autodoc | ||
maybe_jit | ||
strip_units |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
`wcosmo.wcosmo` | ||
=============== | ||
|
||
.. currentmodule:: wcosmo.wcosmo | ||
|
||
.. automodule:: wcosmo.wcosmo | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
|
||
absorption_distance | ||
comoving_distance | ||
comoving_volume | ||
detector_to_source_frame | ||
differential_comoving_volume | ||
dDLdz | ||
efunc | ||
hubble_distance | ||
hubble_parameter | ||
hubble_time | ||
inv_efunc | ||
lookback_time | ||
luminosity_distance | ||
source_to_detector_frame | ||
z_at_value |
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 was deleted.
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
Oops, something went wrong.