lunapi 1.2.0__pp310-pypy310_pp73-macosx_11_0_arm64.whl → 1.2.1__pp310-pypy310_pp73-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.
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.2.1, 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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lunapi
|
3
|
-
Version: 1.2.
|
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>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
lunapi-1.2.1.dist-info/RECORD,,
|
2
|
+
lunapi-1.2.1.dist-info/WHEEL,sha256=uxkwKkSaV2pc3sD3d44sbDGjdTRMBim1WjOy45_KYiM,121
|
3
|
+
lunapi-1.2.1.dist-info/METADATA,sha256=kQ3-SdHdIbgO1Q1ezIdqswJQE71NUuOdYhZ1iggYKPw,1519
|
4
|
+
lunapi-1.2.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
5
|
+
lunapi/__init__.py,sha256=cDep9d2N4KKUt81AzHUyFsuRdGwxCD1rqqFmptsAqsk,352
|
6
|
+
lunapi/lunapi1.py,sha256=phnWVTJ1vbCsNk96Sfz4qk-hHmFqng5zCaxuFDL-M90,92343
|
7
|
+
lunapi/lunapi0.pypy310-pp73-darwin.so,sha256=d972Z5VvvylFA7S9bMyUh8DNTScE79ABIqVnnNbc8E0,15851120
|
8
|
+
lunapi/lunapi0.cpp,sha256=nQ5cwNdm4fvZ5TSDSxrgWu8Luw1r6NyDsvDWu9sLv7I,13053
|
lunapi-1.2.0.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
lunapi-1.2.0.dist-info/RECORD,,
|
2
|
-
lunapi-1.2.0.dist-info/WHEEL,sha256=uxkwKkSaV2pc3sD3d44sbDGjdTRMBim1WjOy45_KYiM,121
|
3
|
-
lunapi-1.2.0.dist-info/METADATA,sha256=1-TAzaUSJf5OCha4HlTOS8dNcBMH5QAC9dmm3rxLyB0,1519
|
4
|
-
lunapi-1.2.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
5
|
-
lunapi/__init__.py,sha256=cDep9d2N4KKUt81AzHUyFsuRdGwxCD1rqqFmptsAqsk,352
|
6
|
-
lunapi/lunapi1.py,sha256=oSN4_0zEW5tKzTEfvp5Fc6qdsJPu0_qZdaG-d5hhZu8,92343
|
7
|
-
lunapi/lunapi0.pypy310-pp73-darwin.so,sha256=d972Z5VvvylFA7S9bMyUh8DNTScE79ABIqVnnNbc8E0,15851120
|
8
|
-
lunapi/lunapi0.cpp,sha256=nQ5cwNdm4fvZ5TSDSxrgWu8Luw1r6NyDsvDWu9sLv7I,13053
|
File without changes
|
File without changes
|