fastlisaresponse 1.1.4__cp310-cp310-macosx_13_0_x86_64.whl → 1.1.6__cp310-cp310-macosx_13_0_x86_64.whl
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/_version.py +2 -2
- fastlisaresponse/git_version.py +2 -2
- fastlisaresponse/response.py +4 -0
- {fastlisaresponse-1.1.4.dist-info → fastlisaresponse-1.1.6.dist-info}/METADATA +1 -1
- {fastlisaresponse-1.1.4.dist-info → fastlisaresponse-1.1.6.dist-info}/RECORD +7 -7
- fastlisaresponse_backend_cpu/git_version.py +2 -2
- {fastlisaresponse-1.1.4.dist-info → fastlisaresponse-1.1.6.dist-info}/WHEEL +0 -0
fastlisaresponse/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 1,
|
|
31
|
+
__version__ = version = '1.1.6'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 1, 6)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
fastlisaresponse/git_version.py
CHANGED
fastlisaresponse/response.py
CHANGED
|
@@ -222,6 +222,10 @@ class pyResponseTDI(FastLISAResponseParallelModule):
|
|
|
222
222
|
return """
|
|
223
223
|
# TODO add
|
|
224
224
|
"""
|
|
225
|
+
|
|
226
|
+
@classmethod
|
|
227
|
+
def supported_backends(cls):
|
|
228
|
+
return ["fastlisaresponse_" + _tmp for _tmp in cls.GPU_RECOMMENDED()]
|
|
225
229
|
|
|
226
230
|
def _fill_A_E(self):
|
|
227
231
|
"""Set up A and E terms inside the Lagrangian interpolant"""
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
fastlisaresponse-1.1.
|
|
2
|
-
fastlisaresponse-1.1.
|
|
3
|
-
fastlisaresponse-1.1.
|
|
4
|
-
fastlisaresponse_backend_cpu/git_version.py,sha256=
|
|
1
|
+
fastlisaresponse-1.1.6.dist-info/RECORD,,
|
|
2
|
+
fastlisaresponse-1.1.6.dist-info/WHEEL,sha256=yHKsA883OdmpXCdmipWbbWSdectbfcDLleq3W1gP8-c,115
|
|
3
|
+
fastlisaresponse-1.1.6.dist-info/METADATA,sha256=VEbOQ77egsBc_2HII7D3hfXdxjXJdsOtqJsVf3_7mRQ,6170
|
|
4
|
+
fastlisaresponse_backend_cpu/git_version.py,sha256=a4WVagCwrwqW0kbGgeq27Jp69F2cFSK2Zeay1PAc2Mk,140
|
|
5
5
|
fastlisaresponse_backend_cpu/responselisa.cpython-310-darwin.so,sha256=Tlt8gjDMNFFnTEdTKkxzzqBMhWXEuWAS9ISV7xBgUWc,164560
|
|
6
|
-
fastlisaresponse/_version.py,sha256=
|
|
6
|
+
fastlisaresponse/_version.py,sha256=Ss7ZrKeNFejVcP8xqi-vmh6yUDDLhmA6FdF5e4QxSZA,704
|
|
7
7
|
fastlisaresponse/__init__.py,sha256=ACNhskEnHRlU9easprR0-BPrHa6xVgAWD3AzPgt0Dw4,1599
|
|
8
8
|
fastlisaresponse/git_version.py.in,sha256=Yt2d-2rBlJCK1XzVzjO81molm1_Nb_6NrYsxGuoCxmc,147
|
|
9
|
-
fastlisaresponse/response.py,sha256=
|
|
10
|
-
fastlisaresponse/git_version.py,sha256=
|
|
9
|
+
fastlisaresponse/response.py,sha256=33D17wFCug8N8RmqVzSVR9uH-dq6HRpvTOImmUPCnrw,29164
|
|
10
|
+
fastlisaresponse/git_version.py,sha256=a4WVagCwrwqW0kbGgeq27Jp69F2cFSK2Zeay1PAc2Mk,140
|
|
11
11
|
fastlisaresponse/cutils/__init__.py,sha256=8t9ZozjqwwNXRwxsdO_EkEJzccgSeSGthisAdX0wf38,4817
|
|
12
12
|
fastlisaresponse/utils/citations.py,sha256=zf79Zb37isbgBmTa9YNZOaYnoOz7tRwHz_MShID_f8E,11150
|
|
13
13
|
fastlisaresponse/utils/parallelbase.py,sha256=Hqkmggnz9Kkae910fz0_KvGLJ8EPIAQ6J_azdgDjlog,379
|
|
File without changes
|