fastlisaresponse 1.0.4__tar.gz → 1.0.5__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.4 → fastlisaresponse-1.0.5}/PKG-INFO +3 -3
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/README.md +2 -2
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse.egg-info/PKG-INFO +3 -3
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/pyproject.toml +1 -1
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/setup.py +2 -4
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/MANIFEST.in +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse/__init__.py +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse/_version.py +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse/cutils/__init__.py +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse/pointer_adjust.py +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse/response.py +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse/utils/__init__.py +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse/utils/utility.py +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse.egg-info/SOURCES.txt +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse.egg-info/dependency_links.txt +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse.egg-info/not-zip-safe +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse.egg-info/top_level.txt +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/include/Detector.hpp +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/include/LISAResponse.hh +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/include/cuda_complex.hpp +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/scripts/prebuild.py +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/setup.cfg +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/src/Detector.cpp +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/src/LISAResponse.cpp +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/src/pycppdetector.cpp +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/src/pycppdetector.pyx +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/src/responselisa_cpu.cpp +0 -0
- {fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/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.5
|
|
4
4
|
Home-page: https://github.com/mikekatz04/lisa-on-gpu
|
|
5
5
|
Author: Michael Katz
|
|
6
6
|
Author-email: mikekatz04@gmail.com
|
|
@@ -22,7 +22,7 @@ Please see the [documentation](https://mikekatz04.github.io/lisa-on-gpu/) for fu
|
|
|
22
22
|
|
|
23
23
|
If you use all or any parts of this code, please cite [arXiv:2204.06633](https://arxiv.org/abs/2204.06633). See the [documentation](https://mikekatz04.github.io/lisa-on-gpu/) to properly cite specific modules.
|
|
24
24
|
|
|
25
|
-
**Warning**: newest version (1.0.
|
|
25
|
+
**Warning**: newest version (1.0.5) of code with `lisatools` orbits needs detailed testing before deployed for a paper.
|
|
26
26
|
|
|
27
27
|
## Getting Started
|
|
28
28
|
|
|
@@ -116,7 +116,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
|
|
|
116
116
|
|
|
117
117
|
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/mikekatz04/lisa-on-gpu/tags).
|
|
118
118
|
|
|
119
|
-
Current Version: 1.0.
|
|
119
|
+
Current Version: 1.0.5
|
|
120
120
|
|
|
121
121
|
## Authors
|
|
122
122
|
|
|
@@ -6,7 +6,7 @@ Please see the [documentation](https://mikekatz04.github.io/lisa-on-gpu/) for fu
|
|
|
6
6
|
|
|
7
7
|
If you use all or any parts of this code, please cite [arXiv:2204.06633](https://arxiv.org/abs/2204.06633). See the [documentation](https://mikekatz04.github.io/lisa-on-gpu/) to properly cite specific modules.
|
|
8
8
|
|
|
9
|
-
**Warning**: newest version (1.0.
|
|
9
|
+
**Warning**: newest version (1.0.5) of code with `lisatools` orbits needs detailed testing before deployed for a paper.
|
|
10
10
|
|
|
11
11
|
## Getting Started
|
|
12
12
|
|
|
@@ -100,7 +100,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
|
|
|
100
100
|
|
|
101
101
|
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/mikekatz04/lisa-on-gpu/tags).
|
|
102
102
|
|
|
103
|
-
Current Version: 1.0.
|
|
103
|
+
Current Version: 1.0.5
|
|
104
104
|
|
|
105
105
|
## Authors
|
|
106
106
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastlisaresponse
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Home-page: https://github.com/mikekatz04/lisa-on-gpu
|
|
5
5
|
Author: Michael Katz
|
|
6
6
|
Author-email: mikekatz04@gmail.com
|
|
@@ -22,7 +22,7 @@ Please see the [documentation](https://mikekatz04.github.io/lisa-on-gpu/) for fu
|
|
|
22
22
|
|
|
23
23
|
If you use all or any parts of this code, please cite [arXiv:2204.06633](https://arxiv.org/abs/2204.06633). See the [documentation](https://mikekatz04.github.io/lisa-on-gpu/) to properly cite specific modules.
|
|
24
24
|
|
|
25
|
-
**Warning**: newest version (1.0.
|
|
25
|
+
**Warning**: newest version (1.0.5) of code with `lisatools` orbits needs detailed testing before deployed for a paper.
|
|
26
26
|
|
|
27
27
|
## Getting Started
|
|
28
28
|
|
|
@@ -116,7 +116,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
|
|
|
116
116
|
|
|
117
117
|
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/mikekatz04/lisa-on-gpu/tags).
|
|
118
118
|
|
|
119
|
-
Current Version: 1.0.
|
|
119
|
+
Current Version: 1.0.5
|
|
120
120
|
|
|
121
121
|
## Authors
|
|
122
122
|
|
|
@@ -5,7 +5,7 @@ build-backend = 'setuptools.build_meta'
|
|
|
5
5
|
|
|
6
6
|
[tool.poetry]
|
|
7
7
|
name = "fastlisaresponse"
|
|
8
|
-
version = "1.0.
|
|
8
|
+
version = "1.0.5"
|
|
9
9
|
description = "GPU/CPU TD LISA Response Function"
|
|
10
10
|
license = "Apache"
|
|
11
11
|
classifiers = ["Programming Language :: Python :: 3", "Operating System :: OS Independent"]
|
|
@@ -155,8 +155,6 @@ if run_cuda_install:
|
|
|
155
155
|
"-c",
|
|
156
156
|
"--compiler-options",
|
|
157
157
|
"'-fPIC'",
|
|
158
|
-
"-Xcompiler",
|
|
159
|
-
"-fopenmp",
|
|
160
158
|
# "-G",
|
|
161
159
|
# "-g",
|
|
162
160
|
# "-O0",
|
|
@@ -186,7 +184,7 @@ cpu_extension = dict(
|
|
|
186
184
|
# and not with gcc the implementation of this trick is in
|
|
187
185
|
# customize_compiler()
|
|
188
186
|
extra_compile_args={
|
|
189
|
-
"gcc": ["-std=c++11"
|
|
187
|
+
"gcc": ["-std=c++11"],
|
|
190
188
|
}, # '-g'],
|
|
191
189
|
include_dirs=[numpy_include, "./include"],
|
|
192
190
|
)
|
|
@@ -231,7 +229,7 @@ setup(
|
|
|
231
229
|
zip_safe=False,
|
|
232
230
|
long_description=long_description,
|
|
233
231
|
long_description_content_type="text/markdown",
|
|
234
|
-
version="1.0.
|
|
232
|
+
version="1.0.5",
|
|
235
233
|
url="https://github.com/mikekatz04/lisa-on-gpu",
|
|
236
234
|
classifiers=[
|
|
237
235
|
"Programming Language :: Python :: 3",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastlisaresponse-1.0.4 → fastlisaresponse-1.0.5}/fastlisaresponse.egg-info/dependency_links.txt
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|