empix 0.0.8__py3-none-any.whl → 0.0.10__py3-none-any.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.
- empix/version.py +2 -2
- {empix-0.0.8.dist-info → empix-0.0.10.dist-info}/METADATA +6 -5
- empix-0.0.10.dist-info/RECORD +7 -0
- {empix-0.0.8.dist-info → empix-0.0.10.dist-info}/WHEEL +1 -1
- empix-0.0.8.dist-info/RECORD +0 -7
- {empix-0.0.8.dist-info → empix-0.0.10.dist-info}/licenses/LICENSE +0 -0
- {empix-0.0.8.dist-info → empix-0.0.10.dist-info}/top_level.txt +0 -0
empix/version.py
CHANGED
|
@@ -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 = '0.0.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 0,
|
|
31
|
+
__version__ = version = '0.0.10'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 0, 10)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: empix
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.10
|
|
4
4
|
Summary: Contains tools for analyzing electron microscopy data that are not available in ``hyperspy``.
|
|
5
5
|
Author-email: Matthew Fitzpatrick <matthew.rc.fitzpatrick@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://mrfitzpa.github.io/empix
|
|
@@ -26,6 +26,7 @@ Requires-Dist: fancytypes>=1.0.0
|
|
|
26
26
|
Requires-Dist: hyperspy
|
|
27
27
|
Requires-Dist: pyFAI
|
|
28
28
|
Requires-Dist: numba
|
|
29
|
+
Requires-Dist: scikit-image
|
|
29
30
|
Provides-Extra: tests
|
|
30
31
|
Requires-Dist: pytest-cov; extra == "tests"
|
|
31
32
|
Provides-Extra: examples
|
|
@@ -91,8 +92,8 @@ systems you could open e.g. an Anaconda Prompt as an administrator.
|
|
|
91
92
|
#### Installing `empix` using `pip`
|
|
92
93
|
|
|
93
94
|
Before installing `empix`, make sure that you have activated the (virtual)
|
|
94
|
-
environment in which you intend to install said package. After which, simply
|
|
95
|
-
|
|
95
|
+
environment in which you intend to install said package. After which, simply run
|
|
96
|
+
the following command:
|
|
96
97
|
|
|
97
98
|
pip install empix
|
|
98
99
|
|
|
@@ -149,12 +150,12 @@ The above command will install the latest stable version of `empix`.
|
|
|
149
150
|
### Uninstalling `empix`
|
|
150
151
|
|
|
151
152
|
If `empix` was installed using `pip`, then to uninstall, run the following
|
|
152
|
-
command
|
|
153
|
+
command:
|
|
153
154
|
|
|
154
155
|
pip uninstall empix
|
|
155
156
|
|
|
156
157
|
If `empix` was installed using `conda`, then to uninstall, run the
|
|
157
|
-
following command
|
|
158
|
+
following command:
|
|
158
159
|
|
|
159
160
|
conda remove empix
|
|
160
161
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
empix/__init__.py,sha256=7Lo1f3w6dIc5ZSzjcrSNr8p9hSriZpYoaeeWdje-NPw,146382
|
|
2
|
+
empix/version.py,sha256=qWM7tuFjLDSZffhqImvB3QeSymOYGxPQLtsW7Q2jQD0,706
|
|
3
|
+
empix-0.0.10.dist-info/licenses/LICENSE,sha256=N0P3pKtRMvfb64jmgJdlerg3TnS0a2QC776AzPsbZIg,35128
|
|
4
|
+
empix-0.0.10.dist-info/METADATA,sha256=03f1h6Kv1iIo8xNIM4ygIL1ixbVnSORUlZjdFCdp-14,6506
|
|
5
|
+
empix-0.0.10.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
+
empix-0.0.10.dist-info/top_level.txt,sha256=6tteq_gpCW5Q3p1mBQfWv4h9jSqHMOyUrpe7PEXYdso,6
|
|
7
|
+
empix-0.0.10.dist-info/RECORD,,
|
empix-0.0.8.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
empix/__init__.py,sha256=7Lo1f3w6dIc5ZSzjcrSNr8p9hSriZpYoaeeWdje-NPw,146382
|
|
2
|
-
empix/version.py,sha256=j-ar4gJGiWIawqKXhvv9hGJWLfwu0tISl-0GV97B7a0,704
|
|
3
|
-
empix-0.0.8.dist-info/licenses/LICENSE,sha256=N0P3pKtRMvfb64jmgJdlerg3TnS0a2QC776AzPsbZIg,35128
|
|
4
|
-
empix-0.0.8.dist-info/METADATA,sha256=5V87Tk1rIT0qtDoxzQqYIw_njZ_jD4ejtVRHYf3FPJk,6585
|
|
5
|
-
empix-0.0.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
empix-0.0.8.dist-info/top_level.txt,sha256=6tteq_gpCW5Q3p1mBQfWv4h9jSqHMOyUrpe7PEXYdso,6
|
|
7
|
-
empix-0.0.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|