classy-szfast 0.0.6__tar.gz → 0.0.8__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 (29) hide show
  1. {classy_szfast-0.0.6/classy_szfast.egg-info → classy_szfast-0.0.8}/PKG-INFO +7 -1
  2. classy_szfast-0.0.8/classy_szfast/config.py +6 -0
  3. {classy_szfast-0.0.6 → classy_szfast-0.0.8/classy_szfast.egg-info}/PKG-INFO +7 -1
  4. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast.egg-info/SOURCES.txt +2 -0
  5. classy_szfast-0.0.8/classy_szfast.egg-info/requires.txt +6 -0
  6. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/pypi_upload.sh +1 -1
  7. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/pyproject.toml +9 -1
  8. classy_szfast-0.0.8/requirements.txt +4 -0
  9. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/setup.py +1 -1
  10. classy_szfast-0.0.6/classy_szfast/config.py +0 -1
  11. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/.gitignore +0 -0
  12. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/MANIFEST.in +0 -0
  13. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/README.md +0 -0
  14. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast/__init__.py +0 -0
  15. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast/classy_sz.py +0 -0
  16. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast/classy_szfast.py +0 -0
  17. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast/cosmopower.py +0 -0
  18. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast/cosmosis_classy_szfast_interface.py +0 -0
  19. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast/custom_bias/__init__.py +0 -0
  20. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast/custom_bias/custom_bias.py +0 -0
  21. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast/custom_profiles/__init__.py +0 -0
  22. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast/custom_profiles/custom_profiles.py +0 -0
  23. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast/pks_and_sigmas.py +0 -0
  24. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast/suppress_warnings.py +0 -0
  25. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast/utils.py +0 -0
  26. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast.egg-info/dependency_links.txt +0 -0
  27. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast.egg-info/not-zip-safe +0 -0
  28. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/classy_szfast.egg-info/top_level.txt +0 -0
  29. {classy_szfast-0.0.6 → classy_szfast-0.0.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: classy_szfast
3
- Version: 0.0.6
3
+ Version: 0.0.8
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
@@ -10,3 +10,9 @@ Maintainer-email: Boris Bolliet <bb667@cam.ac.uk>
10
10
  Project-URL: Homepage, https://github.com/CLASS-SZ
11
11
  Project-URL: GitHub, https://github.com/CLASS-SZ
12
12
  Description-Content-Type: text/markdown
13
+ Requires-Dist: numpy>=1.19.0
14
+ Requires-Dist: Cython>=0.29.21
15
+ Requires-Dist: tensorflow==2.13.0
16
+ Requires-Dist: tensorflow-probability==0.21.0
17
+ Requires-Dist: cosmopower
18
+ Requires-Dist: mcfit
@@ -0,0 +1,6 @@
1
+ import os
2
+
3
+ def get_cosmopower_path():
4
+ return os.getenv('PATH_TO_COSMOPOWER_ORGANIZATION')
5
+
6
+ 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.6
3
+ Version: 0.0.8
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
@@ -10,3 +10,9 @@ Maintainer-email: Boris Bolliet <bb667@cam.ac.uk>
10
10
  Project-URL: Homepage, https://github.com/CLASS-SZ
11
11
  Project-URL: GitHub, https://github.com/CLASS-SZ
12
12
  Description-Content-Type: text/markdown
13
+ Requires-Dist: numpy>=1.19.0
14
+ Requires-Dist: Cython>=0.29.21
15
+ Requires-Dist: tensorflow==2.13.0
16
+ Requires-Dist: tensorflow-probability==0.21.0
17
+ Requires-Dist: cosmopower
18
+ Requires-Dist: mcfit
@@ -3,6 +3,7 @@ MANIFEST.in
3
3
  README.md
4
4
  pypi_upload.sh
5
5
  pyproject.toml
6
+ requirements.txt
6
7
  setup.cfg
7
8
  setup.py
8
9
  classy_szfast/__init__.py
@@ -18,6 +19,7 @@ classy_szfast.egg-info/PKG-INFO
18
19
  classy_szfast.egg-info/SOURCES.txt
19
20
  classy_szfast.egg-info/dependency_links.txt
20
21
  classy_szfast.egg-info/not-zip-safe
22
+ classy_szfast.egg-info/requires.txt
21
23
  classy_szfast.egg-info/top_level.txt
22
24
  classy_szfast/custom_bias/__init__.py
23
25
  classy_szfast/custom_bias/custom_bias.py
@@ -0,0 +1,6 @@
1
+ numpy>=1.19.0
2
+ Cython>=0.29.21
3
+ tensorflow==2.13.0
4
+ tensorflow-probability==0.21.0
5
+ cosmopower
6
+ mcfit
@@ -16,7 +16,7 @@ increment_version() {
16
16
  patch=0
17
17
  minor=$((minor + 1))
18
18
  fi
19
- if [ $minor -ge 1000 ]; then
19
+ if [ $minor -ge 10 ]; then
20
20
  minor=0
21
21
  major=$((major + 1))
22
22
  fi
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["setuptools", "wheel", "numpy>=1.19.0", "Cython>=0.29.21", "tensorflow==2.13.0", "tensorflow-probability==0.21.0", "cosmopower", "mcfit"]
2
+ requires = ["setuptools", "wheel"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
@@ -8,6 +8,14 @@ name = "classy_szfast"
8
8
  maintainers = [{name = "Boris Bolliet",email="bb667@cam.ac.uk"}]
9
9
  description = "The accelerator of the class_sz code from https://github.com/CLASS-SZ"
10
10
  readme = "https://github.com/CLASS-SZ/.github/blob/main/profile/README.md"
11
+ dependencies = [
12
+ "numpy>=1.19.0",
13
+ "Cython>=0.29.21",
14
+ "tensorflow==2.13.0",
15
+ "tensorflow-probability==0.21.0",
16
+ "cosmopower",
17
+ "mcfit"
18
+ ]
11
19
 
12
20
  [project.urls]
13
21
  Homepage = "https://github.com/CLASS-SZ"
@@ -0,0 +1,4 @@
1
+ tensorflow==2.13.0
2
+ tensorflow-probability==0.21.0
3
+ cosmopower
4
+ mcfit
@@ -37,7 +37,7 @@ setup(
37
37
  'Intended Audience :: Science/Research'
38
38
  ],
39
39
  name="classy_szfast",
40
- version="0.0.6",
40
+ version="0.0.8",
41
41
  description="Python package for fast class_sz",
42
42
  # long_description=long_description,
43
43
  long_description_content_type='text/markdown',
@@ -1 +0,0 @@
1
- path_to_cosmopower_organization = '/Users/boris/Work/CLASS-SZ/SO-SZ/class_sz/cosmopower-organization'
File without changes
File without changes
File without changes
File without changes