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.

@@ -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.4'
32
- __version_tuple__ = version_tuple = (1, 1, 4)
31
+ __version__ = version = '1.1.6'
32
+ __version_tuple__ = version_tuple = (1, 1, 6)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -3,5 +3,5 @@
3
3
  id: str
4
4
  short_id: str
5
5
 
6
- id = "fc57dfe9046150a7cfc185abdf4c675e76fd316e"
7
- short_id = "fc57dfe"
6
+ id = "b79965f06445d2520e3af07e904bce38d05eecc2"
7
+ short_id = "b79965f"
@@ -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,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fastlisaresponse
3
- Version: 1.1.4
3
+ Version: 1.1.6
4
4
  Summary: GPU-accelerated LISA Response Function
5
5
  Author-Email: Michael Katz <mikekatz04@gmail.com>
6
6
  Classifier: Environment :: GPU :: NVIDIA CUDA
@@ -1,13 +1,13 @@
1
- fastlisaresponse-1.1.4.dist-info/RECORD,,
2
- fastlisaresponse-1.1.4.dist-info/WHEEL,sha256=yHKsA883OdmpXCdmipWbbWSdectbfcDLleq3W1gP8-c,115
3
- fastlisaresponse-1.1.4.dist-info/METADATA,sha256=4HqbOL8GiNhCI-vl2HGBtf90TlMPRRWF9gDJ8sk3x_8,6170
4
- fastlisaresponse_backend_cpu/git_version.py,sha256=DjRT4kE7SCmyes5A7uT_iWqnKpLYeH2Xt9JITz2G8ws,140
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=u-IJdVvNgkPmB4EypXx7iHPUTbdrT6j_v7FWXSVMszE,704
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=K_ljuFrUqWYKj0qHWHPOxW7KvPnVef098NkPHoOjrwQ,29031
10
- fastlisaresponse/git_version.py,sha256=DjRT4kE7SCmyes5A7uT_iWqnKpLYeH2Xt9JITz2G8ws,140
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
@@ -3,5 +3,5 @@
3
3
  id: str
4
4
  short_id: str
5
5
 
6
- id = "fc57dfe9046150a7cfc185abdf4c675e76fd316e"
7
- short_id = "fc57dfe"
6
+ id = "b79965f06445d2520e3af07e904bce38d05eecc2"
7
+ short_id = "b79965f"