pymodaq_data 5.1.7__tar.gz → 5.1.9__tar.gz
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.
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/PKG-INFO +24 -25
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/README.rst +22 -22
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/pyproject.toml +1 -2
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/h5modules/data_saving.py +1 -1
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/.gitignore +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/LICENSE +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/__init__.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/data.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/h5modules/__init__.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/h5modules/backends.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/h5modules/browsing.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/h5modules/exporter.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/h5modules/exporters/__init__.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/h5modules/exporters/base.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/h5modules/exporters/flimj.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/h5modules/exporters/hyperspy.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/h5modules/saving.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/h5modules/utils.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/icon.ico +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/numpy_func.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/plotting/__init__.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/plotting/plotter/plotter.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/plotting/plotter/plotters/__init__.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/plotting/plotter/plotters/matplotlib_plotters.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/post_treatment/__init__.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/post_treatment/process_to_scalar.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/slicing.py +0 -0
- {pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/splash.png +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymodaq_data
|
|
3
|
-
Version: 5.1.
|
|
3
|
+
Version: 5.1.9
|
|
4
4
|
Summary: Modular Data Acquisition with Python
|
|
5
5
|
Project-URL: Homepage, http://pymodaq.cnrs.fr
|
|
6
6
|
Project-URL: Source, https://github.com/PyMoDAQ/PyMoDAQ
|
|
@@ -45,8 +45,7 @@ Classifier: Topic :: Software Development :: User Interfaces
|
|
|
45
45
|
Requires-Python: >=3.8
|
|
46
46
|
Requires-Dist: pymodaq-utils>=0.0.8
|
|
47
47
|
Requires-Dist: scipy
|
|
48
|
-
Requires-Dist: tables
|
|
49
|
-
Requires-Dist: tables>=3.10; python_version >= '3.10'
|
|
48
|
+
Requires-Dist: tables>=3.10
|
|
50
49
|
Provides-Extra: dev
|
|
51
50
|
Requires-Dist: flake8; extra == 'dev'
|
|
52
51
|
Requires-Dist: h5py; extra == 'dev'
|
|
@@ -69,52 +68,52 @@ PyMoDAQ Data
|
|
|
69
68
|
:target: https://pypi.org/project/pymodaq_data/
|
|
70
69
|
:alt: Latest Version
|
|
71
70
|
|
|
72
|
-
.. image:: https://readthedocs.org/projects/pymodaq/badge/?version=
|
|
73
|
-
:target: https://pymodaq.readthedocs.io/en/stable/?badge=
|
|
71
|
+
.. image:: https://readthedocs.org/projects/pymodaq/badge/?version=malik-irain-patch-1
|
|
72
|
+
:target: https://pymodaq.readthedocs.io/en/stable/?badge=malik-irain-patch-1
|
|
74
73
|
:alt: Documentation Status
|
|
75
74
|
|
|
76
|
-
.. image:: https://codecov.io/gh/PyMoDAQ/
|
|
77
|
-
:target: https://codecov.io/gh/PyMoDAQ/
|
|
75
|
+
.. image:: https://codecov.io/gh/PyMoDAQ/PyMoDAQ/branch/malik-irain-patch-1/graph/badge.svg?token=IQNJRCQDM2
|
|
76
|
+
:target: https://codecov.io/gh/PyMoDAQ/PyMoDAQ
|
|
78
77
|
|
|
79
78
|
+-------------+-------------+---------------+
|
|
80
79
|
| | Linux | Windows |
|
|
81
80
|
+=============+=============+===============+
|
|
82
|
-
| Python 3.9 | |39-linux| | |39-windows| |
|
|
83
|
-
+-------------+-------------+---------------+
|
|
84
81
|
| Python 3.10 | |310-linux| | |310-windows| |
|
|
85
82
|
+-------------+-------------+---------------+
|
|
86
83
|
| Python 3.11 | |311-linux| | |311-windows| |
|
|
87
84
|
+-------------+-------------+---------------+
|
|
88
85
|
| Python 3.12 | |312-linux| | |312-windows| |
|
|
89
86
|
+-------------+-------------+---------------+
|
|
87
|
+
| Python 3.13 | |313-linux| | |313-windows| |
|
|
88
|
+
+-------------+-------------+---------------+
|
|
90
89
|
|
|
91
90
|
|
|
92
91
|
|
|
93
92
|
|
|
94
|
-
.. |39-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Linux_3.9.svg
|
|
95
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
96
93
|
|
|
97
|
-
.. |310-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/
|
|
98
|
-
:target: https://github.com/PyMoDAQ/
|
|
94
|
+
.. |310-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Linux_3.10.svg
|
|
95
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
99
96
|
|
|
100
|
-
.. |311-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/
|
|
101
|
-
:target: https://github.com/PyMoDAQ/
|
|
97
|
+
.. |311-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Linux_3.11.svg
|
|
98
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
102
99
|
|
|
103
|
-
.. |312-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/
|
|
104
|
-
:target: https://github.com/PyMoDAQ/
|
|
100
|
+
.. |312-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Linux_3.12.svg
|
|
101
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
105
102
|
|
|
106
|
-
.. |
|
|
107
|
-
:target: https://github.com/PyMoDAQ/
|
|
103
|
+
.. |313-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Linux_3.13.svg
|
|
104
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
108
105
|
|
|
109
|
-
.. |310-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/
|
|
110
|
-
:target: https://github.com/PyMoDAQ/
|
|
106
|
+
.. |310-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Windows_3.10.svg
|
|
107
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
111
108
|
|
|
112
|
-
.. |311-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/
|
|
113
|
-
:target: https://github.com/PyMoDAQ/
|
|
109
|
+
.. |311-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Windows_3.11.svg
|
|
110
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
114
111
|
|
|
115
|
-
.. |312-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/
|
|
116
|
-
:target: https://github.com/PyMoDAQ/
|
|
112
|
+
.. |312-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Windows_3.12.svg
|
|
113
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
117
114
|
|
|
115
|
+
.. |313-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Windows_3.13.svg
|
|
116
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
118
117
|
|
|
119
118
|
|
|
120
119
|
|
|
@@ -11,52 +11,52 @@ PyMoDAQ Data
|
|
|
11
11
|
:target: https://pypi.org/project/pymodaq_data/
|
|
12
12
|
:alt: Latest Version
|
|
13
13
|
|
|
14
|
-
.. image:: https://readthedocs.org/projects/pymodaq/badge/?version=
|
|
15
|
-
:target: https://pymodaq.readthedocs.io/en/stable/?badge=
|
|
14
|
+
.. image:: https://readthedocs.org/projects/pymodaq/badge/?version=malik-irain-patch-1
|
|
15
|
+
:target: https://pymodaq.readthedocs.io/en/stable/?badge=malik-irain-patch-1
|
|
16
16
|
:alt: Documentation Status
|
|
17
17
|
|
|
18
|
-
.. image:: https://codecov.io/gh/PyMoDAQ/
|
|
19
|
-
:target: https://codecov.io/gh/PyMoDAQ/
|
|
18
|
+
.. image:: https://codecov.io/gh/PyMoDAQ/PyMoDAQ/branch/malik-irain-patch-1/graph/badge.svg?token=IQNJRCQDM2
|
|
19
|
+
:target: https://codecov.io/gh/PyMoDAQ/PyMoDAQ
|
|
20
20
|
|
|
21
21
|
+-------------+-------------+---------------+
|
|
22
22
|
| | Linux | Windows |
|
|
23
23
|
+=============+=============+===============+
|
|
24
|
-
| Python 3.9 | |39-linux| | |39-windows| |
|
|
25
|
-
+-------------+-------------+---------------+
|
|
26
24
|
| Python 3.10 | |310-linux| | |310-windows| |
|
|
27
25
|
+-------------+-------------+---------------+
|
|
28
26
|
| Python 3.11 | |311-linux| | |311-windows| |
|
|
29
27
|
+-------------+-------------+---------------+
|
|
30
28
|
| Python 3.12 | |312-linux| | |312-windows| |
|
|
31
29
|
+-------------+-------------+---------------+
|
|
30
|
+
| Python 3.13 | |313-linux| | |313-windows| |
|
|
31
|
+
+-------------+-------------+---------------+
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
.. |39-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Linux_3.9.svg
|
|
37
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
38
36
|
|
|
39
|
-
.. |310-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/
|
|
40
|
-
:target: https://github.com/PyMoDAQ/
|
|
37
|
+
.. |310-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Linux_3.10.svg
|
|
38
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
41
39
|
|
|
42
|
-
.. |311-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/
|
|
43
|
-
:target: https://github.com/PyMoDAQ/
|
|
40
|
+
.. |311-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Linux_3.11.svg
|
|
41
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
44
42
|
|
|
45
|
-
.. |312-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/
|
|
46
|
-
:target: https://github.com/PyMoDAQ/
|
|
43
|
+
.. |312-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Linux_3.12.svg
|
|
44
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
47
45
|
|
|
48
|
-
.. |
|
|
49
|
-
:target: https://github.com/PyMoDAQ/
|
|
46
|
+
.. |313-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Linux_3.13.svg
|
|
47
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
50
48
|
|
|
51
|
-
.. |310-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/
|
|
52
|
-
:target: https://github.com/PyMoDAQ/
|
|
49
|
+
.. |310-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Windows_3.10.svg
|
|
50
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
53
51
|
|
|
54
|
-
.. |311-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/
|
|
55
|
-
:target: https://github.com/PyMoDAQ/
|
|
52
|
+
.. |311-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Windows_3.11.svg
|
|
53
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
56
54
|
|
|
57
|
-
.. |312-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/
|
|
58
|
-
:target: https://github.com/PyMoDAQ/
|
|
55
|
+
.. |312-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Windows_3.12.svg
|
|
56
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
59
57
|
|
|
58
|
+
.. |313-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/malik-irain-patch-1/tests_Windows_3.13.svg
|
|
59
|
+
:target: https://github.com/PyMoDAQ/PyMoDAQ/actions/workflows/tests-data.yml
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
|
|
@@ -33,8 +33,7 @@ classifiers = [
|
|
|
33
33
|
dependencies = [
|
|
34
34
|
"pymodaq_utils>=0.0.8",
|
|
35
35
|
"scipy",
|
|
36
|
-
"tables>=3.10
|
|
37
|
-
"tables<3.9; python_version<\"3.10\"", # issue with some version of required package blosc2>=2.2.8
|
|
36
|
+
"tables>=3.10",
|
|
38
37
|
]
|
|
39
38
|
|
|
40
39
|
[project.optional-dependencies]
|
|
@@ -971,7 +971,7 @@ class DataToExportExtendedSaver(DataToExportSaver):
|
|
|
971
971
|
self._nav_axis_saver.add_axis(nav_group, axis)
|
|
972
972
|
|
|
973
973
|
def add_data(self, where: Union[Node, str], data: DataToExport, indexes: Iterable[int],
|
|
974
|
-
distribution=DataDistribution
|
|
974
|
+
distribution=DataDistribution.uniform,
|
|
975
975
|
settings_as_xml='', **kwargs):
|
|
976
976
|
|
|
977
977
|
"""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/plotting/plotter/plotters/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymodaq_data-5.1.7 → pymodaq_data-5.1.9}/src/pymodaq_data/post_treatment/process_to_scalar.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|