fastlisaresponse 1.0.7__tar.gz → 1.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.
Potentially problematic release.
This version of fastlisaresponse might be problematic. Click here for more details.
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/PKG-INFO +2 -2
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/fastlisaresponse.egg-info/PKG-INFO +2 -2
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/fastlisaresponse.egg-info/SOURCES.txt +1 -1
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/setup.py +2 -2
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/src/responselisa_cpu.cpp +1092 -1710
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/MANIFEST.in +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/README.md +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/fastlisaresponse/__init__.py +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/fastlisaresponse/_version.py +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/fastlisaresponse/cutils/__init__.py +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/fastlisaresponse/pointer_adjust.py +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/fastlisaresponse/response.py +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/fastlisaresponse/utils/__init__.py +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/fastlisaresponse/utils/utility.py +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/fastlisaresponse.egg-info/dependency_links.txt +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/fastlisaresponse.egg-info/not-zip-safe +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/fastlisaresponse.egg-info/top_level.txt +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/include/LISAResponse.hh +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/include/cuda_complex.hpp +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/pyproject.toml +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/requirements.txt +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/scripts/prebuild.py +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/setup.cfg +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/src/LISAResponse.cpp +0 -0
- {fastlisaresponse-1.0.7 → fastlisaresponse-1.0.8}/src/responselisa_cpu.pyx +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastlisaresponse
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Home-page: https://github.com/mikekatz04/lisa-on-gpu
|
|
5
5
|
Author: Michael Katz
|
|
6
6
|
Author-email: mikekatz04@gmail.com
|
|
@@ -11,7 +11,7 @@ Classifier: Natural Language :: English
|
|
|
11
11
|
Classifier: Programming Language :: C++
|
|
12
12
|
Classifier: Programming Language :: Cython
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
-
Requires-Python: >=3.
|
|
14
|
+
Requires-Python: >=3.6
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
|
|
17
17
|
# fastlisaresponse: Generic LISA response function for GPUs
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastlisaresponse
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Home-page: https://github.com/mikekatz04/lisa-on-gpu
|
|
5
5
|
Author: Michael Katz
|
|
6
6
|
Author-email: mikekatz04@gmail.com
|
|
@@ -11,7 +11,7 @@ Classifier: Natural Language :: English
|
|
|
11
11
|
Classifier: Programming Language :: C++
|
|
12
12
|
Classifier: Programming Language :: Cython
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
-
Requires-Python: >=3.
|
|
14
|
+
Requires-Python: >=3.6
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
|
|
17
17
|
# fastlisaresponse: Generic LISA response function for GPUs
|
|
@@ -4,7 +4,7 @@ pyproject.toml
|
|
|
4
4
|
requirements.txt
|
|
5
5
|
setup.py
|
|
6
6
|
/Users/mlkatz1/miniconda3/envs/lisa_env/lib/python3.12/site-packages/lisatools/cutils/src/Detector.cpp
|
|
7
|
-
/private/var/folders/j0/bh276m5s531565_7zdy_t5m40000gp/T/build-env-
|
|
7
|
+
/private/var/folders/j0/bh276m5s531565_7zdy_t5m40000gp/T/build-env-ex58mfzg/lib/python3.12/site-packages/lisatools/cutils/src/Detector.cpp
|
|
8
8
|
fastlisaresponse/__init__.py
|
|
9
9
|
fastlisaresponse/_version.py
|
|
10
10
|
fastlisaresponse/pointer_adjust.py
|
|
@@ -244,7 +244,7 @@ setup(
|
|
|
244
244
|
zip_safe=False,
|
|
245
245
|
long_description=long_description,
|
|
246
246
|
long_description_content_type="text/markdown",
|
|
247
|
-
version="1.0.
|
|
247
|
+
version="1.0.8",
|
|
248
248
|
url="https://github.com/mikekatz04/lisa-on-gpu",
|
|
249
249
|
classifiers=[
|
|
250
250
|
"Programming Language :: Python :: 3",
|
|
@@ -255,5 +255,5 @@ setup(
|
|
|
255
255
|
"Programming Language :: Cython",
|
|
256
256
|
"Programming Language :: Python :: 3.12",
|
|
257
257
|
],
|
|
258
|
-
python_requires=">=3.
|
|
258
|
+
python_requires=">=3.6",
|
|
259
259
|
)
|