classy-szfast 0.0.5__tar.gz → 0.0.7__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.
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/.gitignore +0 -1
- {classy_szfast-0.0.5/classy_szfast.egg-info → classy_szfast-0.0.7}/PKG-INFO +7 -1
- {classy_szfast-0.0.5 → classy_szfast-0.0.7/classy_szfast.egg-info}/PKG-INFO +7 -1
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast.egg-info/SOURCES.txt +1 -0
- classy_szfast-0.0.7/classy_szfast.egg-info/requires.txt +6 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/pyproject.toml +9 -2
- classy_szfast-0.0.7/setup.cfg +14 -0
- classy_szfast-0.0.7/setup.py +59 -0
- classy_szfast-0.0.5/setup.cfg +0 -7
- classy_szfast-0.0.5/setup.py +0 -23
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/MANIFEST.in +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/README.md +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/__init__.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/classy_sz.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/classy_szfast.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/config.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/cosmopower.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/cosmosis_classy_szfast_interface.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/custom_bias/__init__.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/custom_bias/custom_bias.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/custom_profiles/__init__.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/custom_profiles/custom_profiles.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/pks_and_sigmas.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/suppress_warnings.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/utils.py +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast.egg-info/dependency_links.txt +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast.egg-info/not-zip-safe +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast.egg-info/top_level.txt +0 -0
- {classy_szfast-0.0.5 → classy_szfast-0.0.7}/pypi_upload.sh +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: classy_szfast
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.7
|
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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: classy_szfast
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.7
|
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
|
@@ -18,6 +18,7 @@ classy_szfast.egg-info/PKG-INFO
|
|
18
18
|
classy_szfast.egg-info/SOURCES.txt
|
19
19
|
classy_szfast.egg-info/dependency_links.txt
|
20
20
|
classy_szfast.egg-info/not-zip-safe
|
21
|
+
classy_szfast.egg-info/requires.txt
|
21
22
|
classy_szfast.egg-info/top_level.txt
|
22
23
|
classy_szfast/custom_bias/__init__.py
|
23
24
|
classy_szfast/custom_bias/custom_bias.py
|
@@ -1,14 +1,21 @@
|
|
1
1
|
[build-system]
|
2
|
-
requires = ["setuptools", "wheel"
|
2
|
+
requires = ["setuptools", "wheel"]
|
3
3
|
build-backend = "setuptools.build_meta"
|
4
4
|
|
5
5
|
[project]
|
6
|
-
dependencies = []
|
7
6
|
dynamic = ["version"]
|
8
7
|
name = "classy_szfast"
|
9
8
|
maintainers = [{name = "Boris Bolliet",email="bb667@cam.ac.uk"}]
|
10
9
|
description = "The accelerator of the class_sz code from https://github.com/CLASS-SZ"
|
11
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
|
+
]
|
12
19
|
|
13
20
|
[project.urls]
|
14
21
|
Homepage = "https://github.com/CLASS-SZ"
|
@@ -0,0 +1,59 @@
|
|
1
|
+
from setuptools import setup, find_packages
|
2
|
+
import os
|
3
|
+
import sys
|
4
|
+
import shutil
|
5
|
+
|
6
|
+
# # Determine the library folder and requirements path
|
7
|
+
# thelibFolder = os.path.dirname(os.path.realpath(__file__))
|
8
|
+
# requirementPath = os.path.join(thelibFolder, 'requirements.txt')
|
9
|
+
|
10
|
+
# # Read the requirements from the requirements.txt file
|
11
|
+
# install_requires = []
|
12
|
+
# if os.path.isfile(requirementPath):
|
13
|
+
# with open(requirementPath) as f:
|
14
|
+
# print('opening requirements ', requirementPath)
|
15
|
+
# install_requires = f.read().splitlines()
|
16
|
+
|
17
|
+
# # Read the long description from the README.md file
|
18
|
+
# def read_file(file):
|
19
|
+
# with open(file) as f:
|
20
|
+
# return f.read()
|
21
|
+
|
22
|
+
# long_description = read_file("README.md")
|
23
|
+
|
24
|
+
# # Determine whether the system is M1/M2 Mac and adjust TensorFlow dependency
|
25
|
+
# tensorflow = 'tensorflow'
|
26
|
+
# if 'arm' in os.uname().machine:
|
27
|
+
# tensorflow = 'tensorflow-metal'
|
28
|
+
|
29
|
+
# Add TensorFlow to the install_requires list
|
30
|
+
# install_requires.append(tensorflow)
|
31
|
+
|
32
|
+
# Setup configuration
|
33
|
+
setup(
|
34
|
+
classifiers=[
|
35
|
+
'Operating System :: OS Independent',
|
36
|
+
'Intended Audience :: Developers',
|
37
|
+
'Intended Audience :: Science/Research'
|
38
|
+
],
|
39
|
+
name="classy_szfast",
|
40
|
+
version="0.0.7",
|
41
|
+
description="Python package for fast class_sz",
|
42
|
+
# long_description=long_description,
|
43
|
+
long_description_content_type='text/markdown',
|
44
|
+
zip_safe=False,
|
45
|
+
packages=find_packages(),
|
46
|
+
author="Boris Bolliet, Ola Kusiak",
|
47
|
+
author_email="bb667@cam.ac.uk, akk2175@columbia.edu",
|
48
|
+
url='https://github.com/CLASS-SZ/classy_szfast',
|
49
|
+
download_url='https://github.com/CLASS-SZ/classy_szfast',
|
50
|
+
package_data={},
|
51
|
+
install_requires=["setuptools", "wheel", "numpy>=1.19.0", "Cython>=0.29.21", "tensorflow==2.13.0", "tensorflow-probability==0.21.0", "cosmopower", "mcfit"],
|
52
|
+
)
|
53
|
+
|
54
|
+
# # Clean up build artifacts
|
55
|
+
# os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
56
|
+
# shutil.rmtree("build", True)
|
57
|
+
# shutil.rmtree("classy_szfast.egg-info", True)
|
58
|
+
# shutil.rmtree("__pycache__", True)
|
59
|
+
# shutil.rmtree(".pytest_cache", True)
|
classy_szfast-0.0.5/setup.cfg
DELETED
classy_szfast-0.0.5/setup.py
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
from setuptools import setup,find_packages
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
setup(
|
7
|
-
name="classy_szfast",
|
8
|
-
version="0.0.5",
|
9
|
-
description="Python package for fast class_sz",
|
10
|
-
zip_safe=False,
|
11
|
-
packages=find_packages(),
|
12
|
-
author="Boris Bolliet, Ola Kusiak",
|
13
|
-
author_email="bb667@cam.ac.uk, akk2175@columbia.edu",
|
14
|
-
url='https://github.com/CLASS-SZ/classy_szfast',
|
15
|
-
download_url='https://github.com/CLASS-SZ/classy_szfast',
|
16
|
-
package_data={},
|
17
|
-
install_requires=[
|
18
|
-
"tensorflow==2.13.0",
|
19
|
-
"tensorflow-probability==0.21.0",
|
20
|
-
"cosmopower",
|
21
|
-
"mcfit"
|
22
|
-
],
|
23
|
-
)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/cosmosis_classy_szfast_interface.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{classy_szfast-0.0.5 → classy_szfast-0.0.7}/classy_szfast/custom_profiles/custom_profiles.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|