classy-szfast 0.0.10__tar.gz → 0.0.11__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. {classy_szfast-0.0.10/classy_szfast.egg-info → classy_szfast-0.0.11}/PKG-INFO +2 -1
  2. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/classy_szfast.py +1 -0
  3. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/config.py +4 -0
  4. {classy_szfast-0.0.10 → classy_szfast-0.0.11/classy_szfast.egg-info}/PKG-INFO +2 -1
  5. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast.egg-info/requires.txt +1 -0
  6. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/pyproject.toml +2 -1
  7. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/setup.py +1 -1
  8. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/.gitignore +0 -0
  9. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/MANIFEST.in +0 -0
  10. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/README.md +0 -0
  11. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/__init__.py +0 -0
  12. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/classy_sz.py +0 -0
  13. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/cosmopower.py +0 -0
  14. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/cosmosis_classy_szfast_interface.py +0 -0
  15. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/custom_bias/__init__.py +0 -0
  16. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/custom_bias/custom_bias.py +0 -0
  17. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/custom_profiles/__init__.py +0 -0
  18. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/custom_profiles/custom_profiles.py +0 -0
  19. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/pks_and_sigmas.py +0 -0
  20. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/suppress_warnings.py +0 -0
  21. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast/utils.py +0 -0
  22. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast.egg-info/SOURCES.txt +0 -0
  23. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast.egg-info/dependency_links.txt +0 -0
  24. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast.egg-info/not-zip-safe +0 -0
  25. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/classy_szfast.egg-info/top_level.txt +0 -0
  26. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/pypi_upload.sh +0 -0
  27. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/requirements.txt +0 -0
  28. {classy_szfast-0.0.10 → classy_szfast-0.0.11}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: classy_szfast
3
- Version: 0.0.10
3
+ Version: 0.0.11
4
4
  Summary: The accelerator of the class_sz code from https://github.com/CLASS-SZ
5
5
  Home-page: https://github.com/CLASS-SZ/classy_szfast
6
6
  Download-URL: https://github.com/CLASS-SZ/classy_szfast
@@ -16,3 +16,4 @@ Requires-Dist: tensorflow==2.13.0
16
16
  Requires-Dist: tensorflow-probability==0.21.0
17
17
  Requires-Dist: cosmopower
18
18
  Requires-Dist: mcfit
19
+ Requires-Dist: get_cosmopower_emus
@@ -10,6 +10,7 @@ from mcfit import TophatVar
10
10
  from scipy.interpolate import CubicSpline
11
11
  import pickle
12
12
 
13
+
13
14
  H_units_conv_factor = {"1/Mpc": 1, "km/s/Mpc": Const.c_km_s}
14
15
 
15
16
 
@@ -1,6 +1,10 @@
1
1
  import os
2
2
 
3
+ import get_cosmopower_emus
4
+
5
+
3
6
  def get_cosmopower_path():
7
+ get_cosmopower_emus.set()
4
8
  return os.getenv('PATH_TO_COSMOPOWER_ORGANIZATION')
5
9
 
6
10
  path_to_cosmopower_organization = get_cosmopower_path()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: classy_szfast
3
- Version: 0.0.10
3
+ Version: 0.0.11
4
4
  Summary: The accelerator of the class_sz code from https://github.com/CLASS-SZ
5
5
  Home-page: https://github.com/CLASS-SZ/classy_szfast
6
6
  Download-URL: https://github.com/CLASS-SZ/classy_szfast
@@ -16,3 +16,4 @@ Requires-Dist: tensorflow==2.13.0
16
16
  Requires-Dist: tensorflow-probability==0.21.0
17
17
  Requires-Dist: cosmopower
18
18
  Requires-Dist: mcfit
19
+ Requires-Dist: get_cosmopower_emus
@@ -4,3 +4,4 @@ tensorflow==2.13.0
4
4
  tensorflow-probability==0.21.0
5
5
  cosmopower
6
6
  mcfit
7
+ get_cosmopower_emus
@@ -14,7 +14,8 @@ dependencies = [
14
14
  "tensorflow==2.13.0",
15
15
  "tensorflow-probability==0.21.0",
16
16
  "cosmopower",
17
- "mcfit"
17
+ "mcfit",
18
+ "get_cosmopower_emus"
18
19
  ]
19
20
 
20
21
  [project.urls]
@@ -12,7 +12,7 @@ setup(
12
12
  'Intended Audience :: Science/Research'
13
13
  ],
14
14
  name="classy_szfast",
15
- version="0.0.10",
15
+ version="0.0.11",
16
16
  description="Python package for fast class_sz",
17
17
  # long_description=long_description,
18
18
  long_description_content_type='text/markdown',
File without changes
File without changes