fastlisaresponse 1.1.4__cp312-cp312-macosx_14_0_arm64.whl → 1.1.8__cp312-cp312-macosx_14_0_arm64.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.

@@ -44,10 +44,40 @@ add_backends = {
44
44
  Globals().backends_manager.add_backends(add_backends)
45
45
 
46
46
 
47
- from gpubackendtools import get_backend, has_backend, get_first_backend
47
+
48
+ from gpubackendtools import get_backend as _get_backend
49
+ from gpubackendtools import has_backend as _has_backend
50
+ from gpubackendtools import get_first_backend as _get_first_backend
51
+ from gpubackendtools.gpubackendtools import Backend
52
+
53
+
54
+ def get_backend(backend: str) -> Backend:
55
+ __doc__ = _get_backend.__doc__
56
+ if "fastlisaresponse_" not in backend:
57
+ return _get_backend("fastlisaresponse_" + backend)
58
+ else:
59
+ return _get_backend(backend)
60
+
61
+
62
+ def has_backend(backend: str) -> Backend:
63
+ __doc__ = _has_backend.__doc__
64
+ if "fastlisaresponse_" not in backend:
65
+ return _has_backend("fastlisaresponse_" + backend)
66
+ else:
67
+ return _has_backend(backend)
68
+
69
+
70
+ def get_first_backend(backend: str) -> Backend:
71
+ __doc__ = _get_first_backend.__doc__
72
+ if "fastlisaresponse_" not in backend:
73
+ return _get_first_backend("fastlisaresponse_" + backend)
74
+ else:
75
+ return _get_first_backend(backend)
76
+
48
77
 
49
78
  from .response import pyResponseTDI, ResponseWrapper
50
79
 
80
+
51
81
  __all__ = [
52
82
  "__version__",
53
83
  "__version_tuple__",
@@ -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.8'
32
+ __version_tuple__ = version_tuple = (1, 1, 8)
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 = "5597365743e1aa4b4d2abe898faeaa47dbf21972"
7
+ short_id = "5597365"
@@ -66,13 +66,13 @@ class pyResponseTDI(FastLISAResponseParallelModule):
66
66
  ``type`` is either ``"delay"`` or ``"advance"``. It is optional and defaults to ``"delay"``.
67
67
  (default: ``"1st generation"``)
68
68
  orbits (:class:`Orbits`, optional): Orbits class from LISA Analysis Tools. Works with LISA Orbits
69
- outputs: `lisa-simulation.pages.in2p3.fr/orbits/ <https://lisa-simulation.pages.in2p3.fr/orbits/latest/>`_.
69
+ outputs: ``lisa-simulation.pages.in2p3.fr/orbits/``.
70
70
  (default: :class:`EqualArmlengthOrbits`)
71
71
  tdi_chan (str, optional): Which TDI channel combination to return. Choices are :code:`'XYZ'`,
72
72
  :code:`AET`, or :code:`AE`. (default: :code:`'XYZ'`)
73
73
  tdi_orbits (:class:`Orbits`, optional): Set if different orbits from projection.
74
74
  Orbits class from LISA Analysis Tools. Works with LISA Orbits
75
- outputs: `lisa-simulation.pages.in2p3.fr/orbits/ <https://lisa-simulation.pages.in2p3.fr/orbits/latest/>`_.
75
+ outputs: ``lisa-simulation.pages.in2p3.fr/orbits/``.
76
76
  (default: :class:`EqualArmlengthOrbits`)
77
77
  force_backend (str, optional): If given, run this class on the requested backend.
78
78
  Options are ``"cpu"``, ``"cuda11x"``, ``"cuda12x"``. (default: ``None``)
@@ -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"""
@@ -661,7 +665,7 @@ class ResponseWrapper(FastLISAResponseParallelModule):
661
665
  if there is an issue matching points between the waveform generator and the response
662
666
  model.
663
667
  orbits (:class:`Orbits`, optional): Orbits class from LISA Analysis Tools. Works with LISA Orbits
664
- outputs: `lisa-simulation.pages.in2p3.fr/orbits/ <https://lisa-simulation.pages.in2p3.fr/orbits/latest/>`_.
668
+ outputs: ``lisa-simulation.pages.in2p3.fr/orbits/``.
665
669
  (default: :class:`EqualArmlengthOrbits`)
666
670
  **kwargs (dict, optional): Keyword arguments passed to :class:`pyResponseTDI`.
667
671
 
@@ -737,6 +741,10 @@ class ResponseWrapper(FastLISAResponseParallelModule):
737
741
  return """
738
742
  # TODO add
739
743
  """
744
+
745
+ @classmethod
746
+ def supported_backends(cls):
747
+ return ["fastlisaresponse_" + _tmp for _tmp in cls.GPU_RECOMMENDED()]
740
748
 
741
749
  def __call__(self, *args, **kwargs):
742
750
  """Run the waveform and response generation
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fastlisaresponse
3
- Version: 1.1.4
3
+ Version: 1.1.8
4
4
  Summary: GPU-accelerated LISA Response Function
5
5
  Author-Email: Michael Katz <mikekatz04@gmail.com>
6
6
  Classifier: Environment :: GPU :: NVIDIA CUDA
@@ -59,7 +59,7 @@ Description-Content-Type: text/markdown
59
59
 
60
60
  This code base provides a GPU-accelerated version of the generic time-domain LISA response function. The GPU-acceleration allows this code to be used directly in Parameter Estimation.
61
61
 
62
- Please see the [documentation](https://mikekatz04.github.io/lisa-on-gpu/) for further information on these modules. The code can be found on Github [here](https://github.com/mikekatz04/lisa-on-gpu). It can be found on [Zenodo](https://zenodo.org/record/3981654#.XzS_KRNKjlw).
62
+ Please see the [documentation](https://mikekatz04.github.io/lisa-on-gpu/) for further information on these modules. The code can be found on Github [here](https://github.com/mikekatz04/lisa-on-gpu). It can be found on [Zenodo](https://zenodo.org/records/17162632).
63
63
 
64
64
  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.
65
65
 
@@ -1,13 +1,10 @@
1
- fastlisaresponse-1.1.4.dist-info/RECORD,,
2
- fastlisaresponse-1.1.4.dist-info/WHEEL,sha256=H9cl2y6LaR-sUUsOloOqKUDVWa7pMgj9mhj7ak1x39k,114
3
- fastlisaresponse-1.1.4.dist-info/METADATA,sha256=4HqbOL8GiNhCI-vl2HGBtf90TlMPRRWF9gDJ8sk3x_8,6170
4
1
  fastlisaresponse_backend_cpu/responselisa.cpython-312-darwin.so,sha256=Lkm-vnbBzzE7-hPxzix7jbp8IwyamRfe5oyKg26Vbvw,148464
5
- fastlisaresponse_backend_cpu/git_version.py,sha256=DjRT4kE7SCmyes5A7uT_iWqnKpLYeH2Xt9JITz2G8ws,140
6
- fastlisaresponse/_version.py,sha256=u-IJdVvNgkPmB4EypXx7iHPUTbdrT6j_v7FWXSVMszE,704
7
- fastlisaresponse/__init__.py,sha256=ACNhskEnHRlU9easprR0-BPrHa6xVgAWD3AzPgt0Dw4,1599
2
+ fastlisaresponse_backend_cpu/git_version.py,sha256=QDVbpCYmh811aJqFgqLaUKkLVzl6xx0k8hdeW6Uwrcg,140
3
+ fastlisaresponse/_version.py,sha256=Cfx_H3P59Rdertk805_UHOIxCNkJ07smlwr82JJzX0E,704
4
+ fastlisaresponse/__init__.py,sha256=lqEQW-_q1ltPycsMvNZ70TgM6hJaOMIjvywWjKUesJ8,2478
8
5
  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
6
+ fastlisaresponse/response.py,sha256=qO8roHPd0zDFoRsX-HXfrTmvzsAu5n-1fL-elN-J5pM,29132
7
+ fastlisaresponse/git_version.py,sha256=QDVbpCYmh811aJqFgqLaUKkLVzl6xx0k8hdeW6Uwrcg,140
11
8
  fastlisaresponse/cutils/__init__.py,sha256=8t9ZozjqwwNXRwxsdO_EkEJzccgSeSGthisAdX0wf38,4817
12
9
  fastlisaresponse/utils/citations.py,sha256=zf79Zb37isbgBmTa9YNZOaYnoOz7tRwHz_MShID_f8E,11150
13
10
  fastlisaresponse/utils/parallelbase.py,sha256=Hqkmggnz9Kkae910fz0_KvGLJ8EPIAQ6J_azdgDjlog,379
@@ -17,3 +14,6 @@ fastlisaresponse/utils/__init__.py,sha256=pf2NmWKs_uQNzlyA5iNO1gTRDISKNmIIsvOcKq
17
14
  fastlisaresponse/utils/exceptions.py,sha256=ypqEROHLYcEdhQeI6k6TLzdtkr7ox0Hv7jx6tG9PK5U,2599
18
15
  fastlisaresponse/.dylibs/libstdc++.6.dylib,sha256=YRgQOmm9lS4MQ5teetYivYBgxMBNUxqoxJFFeGWJ6Ww,3403344
19
16
  fastlisaresponse/.dylibs/libgcc_s.1.1.dylib,sha256=shDpHcc3TKA9JnAkGu8opKGy_omB4ODP2VSvsUs40k0,221280
17
+ fastlisaresponse-1.1.8.dist-info/RECORD,,
18
+ fastlisaresponse-1.1.8.dist-info/WHEEL,sha256=H9cl2y6LaR-sUUsOloOqKUDVWa7pMgj9mhj7ak1x39k,114
19
+ fastlisaresponse-1.1.8.dist-info/METADATA,sha256=daoOtHYKX9r5-qY1Jfrr5MEY2VxRerP1HZw68JWxB40,6159
@@ -3,5 +3,5 @@
3
3
  id: str
4
4
  short_id: str
5
5
 
6
- id = "fc57dfe9046150a7cfc185abdf4c675e76fd316e"
7
- short_id = "fc57dfe"
6
+ id = "5597365743e1aa4b4d2abe898faeaa47dbf21972"
7
+ short_id = "5597365"