fastlisaresponse 1.0.10__cp312-cp312-macosx_11_0_arm64.whl → 1.0.11__cp312-cp312-macosx_11_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.
- fastlisaresponse/_version.py +1 -1
- fastlisaresponse/cutils/pyresponse_cpu.cpython-312-darwin.so +0 -0
- fastlisaresponse/response.py +1 -1
- {fastlisaresponse-1.0.10.dist-info → fastlisaresponse-1.0.11.dist-info}/METADATA +3 -3
- {fastlisaresponse-1.0.10.dist-info → fastlisaresponse-1.0.11.dist-info}/RECORD +7 -7
- {fastlisaresponse-1.0.10.dist-info → fastlisaresponse-1.0.11.dist-info}/WHEEL +0 -0
- {fastlisaresponse-1.0.10.dist-info → fastlisaresponse-1.0.11.dist-info}/top_level.txt +0 -0
fastlisaresponse/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.0.
|
|
1
|
+
__version__ = "1.0.11"
|
|
Binary file
|
fastlisaresponse/response.py
CHANGED
|
@@ -569,7 +569,7 @@ class pyResponseTDI(object):
|
|
|
569
569
|
|
|
570
570
|
t_data = self.xp.arange(self.y_gw_length) * self.dt
|
|
571
571
|
|
|
572
|
-
num_units = self.tdi_operation_index.max() + 1
|
|
572
|
+
num_units = int(self.tdi_operation_index.max() + 1)
|
|
573
573
|
|
|
574
574
|
assert np.all(
|
|
575
575
|
(np.diff(self.tdi_operation_index) == 0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: fastlisaresponse
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.11
|
|
4
4
|
Home-page: https://github.com/mikekatz04/lisa-on-gpu
|
|
5
5
|
Author: Michael Katz
|
|
6
6
|
Author-email: mikekatz04@gmail.com
|
|
@@ -47,7 +47,7 @@ See [examples notebook](https://github.com/mikekatz04/lisa-on-gpu/blob/master/ex
|
|
|
47
47
|
|
|
48
48
|
### Prerequisites
|
|
49
49
|
|
|
50
|
-
Now (version 1.0.
|
|
50
|
+
Now (version 1.0.11) `fastlisaresponse` requires the newest version of [LISA Analysis Tools](github.com/mikekatz04/LISAanalysistools). You can run `pip install lisaanalysistools`.
|
|
51
51
|
|
|
52
52
|
To install this software for CPU usage, you need Python >3.4 and NumPy. To run the examples, you will also need jupyter and matplotlib. We generally recommend installing everything, including gcc and g++ compilers, in the conda environment as is shown in the examples here. This generally helps avoid compilation and linking issues. If you use your own chosen compiler, you will need to make sure all necessary information is passed to the setup command (see below). You also may need to add information to the `setup.py` file.
|
|
53
53
|
|
|
@@ -112,7 +112,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
|
|
|
112
112
|
|
|
113
113
|
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).
|
|
114
114
|
|
|
115
|
-
Current Version: 1.0.
|
|
115
|
+
Current Version: 1.0.11
|
|
116
116
|
|
|
117
117
|
## Authors
|
|
118
118
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
fastlisaresponse/__init__.py,sha256=wwmiIBy9IuFwoc4jQyJVkJBhjB8B1XZjerTe_E8FkI8,53
|
|
2
|
-
fastlisaresponse/_version.py,sha256=
|
|
2
|
+
fastlisaresponse/_version.py,sha256=wygrEW3brUgbks4JvwNjcujOADEl2PWkdIF9d8vyM3c,23
|
|
3
3
|
fastlisaresponse/pointer_adjust.py,sha256=TjcSehyffLxwgJnrAmcFlPvxXb3XPElMoHXLBOQN-PI,736
|
|
4
|
-
fastlisaresponse/response.py,sha256=
|
|
4
|
+
fastlisaresponse/response.py,sha256=l97zso8riyf5TF2dU98NPOPaIT_QFHyUEIkvCKe1its,29308
|
|
5
5
|
fastlisaresponse/cutils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
fastlisaresponse/cutils/pyresponse_cpu.cpython-312-darwin.so,sha256=
|
|
6
|
+
fastlisaresponse/cutils/pyresponse_cpu.cpython-312-darwin.so,sha256=xOd4TgeN5wYhO7NQQakfrih4r4IZQfyI-qJJwkv462o,126328
|
|
7
7
|
fastlisaresponse/cutils/include/LISAResponse.hh,sha256=sehkfJyIEzPkd1t93kZcDGhLi2bFnbtHrF8J2lIaMqg,1061
|
|
8
8
|
fastlisaresponse/cutils/include/cuda_complex.hpp,sha256=qjBjBf5ctvcKYtMPO2ngqTi6qgq6xsnalFwaZG_NLTw,37562
|
|
9
9
|
fastlisaresponse/cutils/src/LISAResponse.cpp,sha256=_lRRBy3cABeDkBUN3h0bCbflklYiyD6eacFgd-8R8TY,30332
|
|
@@ -11,7 +11,7 @@ fastlisaresponse/cutils/src/LISAResponse.cu,sha256=_lRRBy3cABeDkBUN3h0bCbflklYiy
|
|
|
11
11
|
fastlisaresponse/cutils/src/responselisa.pyx,sha256=QWPDuVt2_3j0RKB5zAzJZPkOM4bBEY_p4CKKC1CniZs,3278
|
|
12
12
|
fastlisaresponse/utils/__init__.py,sha256=pf2NmWKs_uQNzlyA5iNO1gTRDISKNmIIsvOcKqQ3hgw,33
|
|
13
13
|
fastlisaresponse/utils/utility.py,sha256=NrJdBmEnLkLPk6Ile1TZg8jNLw6xERiSp58iGVlz01s,2709
|
|
14
|
-
fastlisaresponse-1.0.
|
|
15
|
-
fastlisaresponse-1.0.
|
|
16
|
-
fastlisaresponse-1.0.
|
|
17
|
-
fastlisaresponse-1.0.
|
|
14
|
+
fastlisaresponse-1.0.11.dist-info/METADATA,sha256=E1M9FKEvwOI_3hwWL_Q-Qq8iQgIIyScBAHmSblssq-w,4887
|
|
15
|
+
fastlisaresponse-1.0.11.dist-info/WHEEL,sha256=VujM3ypTCyUW6hcTDdK2ej0ARVMxlU1Djlh_zWnDgqk,109
|
|
16
|
+
fastlisaresponse-1.0.11.dist-info/top_level.txt,sha256=J4M7Xx_52RqYZrLf99ryAbQjq8GbVjgZdhxekkYw8lg,17
|
|
17
|
+
fastlisaresponse-1.0.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|