lunapi 0.1.2__cp312-cp312-win_amd64.whl → 1.2.1__cp312-cp312-win_amd64.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.
- lunapi/lunapi0.cp312-win_amd64.pyd +0 -0
- lunapi/lunapi1.py +3 -3
- {lunapi-0.1.2.dist-info → lunapi-1.2.1.dist-info}/METADATA +1 -1
- {lunapi-0.1.2.dist-info → lunapi-1.2.1.dist-info}/RECORD +6 -6
- {lunapi-0.1.2.dist-info → lunapi-1.2.1.dist-info}/WHEEL +0 -0
- {lunapi-0.1.2.dist-info → lunapi-1.2.1.dist-info}/licenses/LICENSE +0 -0
Binary file
|
lunapi/lunapi1.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
"""lunapi1 module: a high-level wrapper around lunapi0 module functions"""
|
2
2
|
|
3
3
|
# Luna Python interface (lunapi)
|
4
|
-
#
|
4
|
+
# v1.1.2, 03-Jan-2025
|
5
5
|
|
6
6
|
import lunapi.lunapi0 as _luna
|
7
7
|
|
@@ -33,7 +33,7 @@ class resources:
|
|
33
33
|
POPS_LIB = 's2'
|
34
34
|
MODEL_PATH = '/build/luna-models/'
|
35
35
|
|
36
|
-
lp_version = "
|
36
|
+
lp_version = "v1.2.1"
|
37
37
|
|
38
38
|
# C++ singleton class (engine & sample list)
|
39
39
|
# lunapi_t --> luna
|
@@ -52,7 +52,7 @@ class proj:
|
|
52
52
|
This class also contains a sample-list and utility functions for importing
|
53
53
|
Luna output databases.
|
54
54
|
"""
|
55
|
-
|
55
|
+
|
56
56
|
# single static engine class
|
57
57
|
eng = _luna.inaugurate()
|
58
58
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lunapi
|
3
|
-
Version:
|
3
|
+
Version: 1.2.1
|
4
4
|
Summary: Python interface to the Luna toolset for sleep signal analysis
|
5
5
|
Keywords: Sleep,EEG,PSG,Luna,Signal processing
|
6
6
|
Author-Email: Shaun Purcell <smpurcell@bwh.harvard.edu>, Senthil Palanivelu <spalanivelu@mgh.harvard.edu>, Nataliia Kozhemiako <nkozhemiako@bwh.harvard.edu>
|
@@ -2,10 +2,10 @@ lunapi/__init__.py,sha256=nS9DWcqZhxTvOJl7tDfbgO7XxZpDiFLjHJNfL8uPBQg,365
|
|
2
2
|
lunapi/libfftw3-3.dll,sha256=ABqDXS8lrAZhWA1n21YiFXwoSBwGp_PvRa2TmDm_VKE,2712765
|
3
3
|
lunapi/libfftw3f-3.dll,sha256=QsoY__Nd0SiQ4ER4vJkABbOWnLdE9oQ5dr1DbM1_Ckw,2772692
|
4
4
|
lunapi/libfftw3l-3.dll,sha256=znj80YZuel6-w_3VCzx81YxzgFnRaHetAWSbclu3Kpo,1247967
|
5
|
-
lunapi/lunapi0.cp312-win_amd64.pyd,sha256=
|
5
|
+
lunapi/lunapi0.cp312-win_amd64.pyd,sha256=JcKNZQc4Na3PJNoNMQRohda-X0cK6oHlpCjU2dnNMZk,13811712
|
6
6
|
lunapi/lunapi0.cpp,sha256=VkKdaWPBjBABoiJwZnwzMos3wcxq_4WE4arYKxubLYI,13401
|
7
|
-
lunapi/lunapi1.py,sha256
|
8
|
-
lunapi-
|
9
|
-
lunapi-
|
10
|
-
lunapi-
|
11
|
-
lunapi-
|
7
|
+
lunapi/lunapi1.py,sha256=-6Pu6pnsTBxxC554ZkmUIRBMriR2V5a2migxHnyyLmY,94823
|
8
|
+
lunapi-1.2.1.dist-info/METADATA,sha256=kQ3-SdHdIbgO1Q1ezIdqswJQE71NUuOdYhZ1iggYKPw,1519
|
9
|
+
lunapi-1.2.1.dist-info/WHEEL,sha256=GgB_RydHGtp7zP9kXrVRu7kuGtdM7WtO3JhH95Vv87o,106
|
10
|
+
lunapi-1.2.1.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
11
|
+
lunapi-1.2.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|