empix 0.0.8__py3-none-any.whl → 0.0.9__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 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.8'
32
- __version_tuple__ = version_tuple = (0, 0, 8)
31
+ __version__ = version = '0.0.9'
32
+ __version_tuple__ = version_tuple = (0, 0, 9)
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.8
3
+ Version: 0.0.9
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
@@ -91,8 +91,8 @@ systems you could open e.g. an Anaconda Prompt as an administrator.
91
91
  #### Installing `empix` using `pip`
92
92
 
93
93
  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
- change into the root of the repository, and run the following command:
94
+ environment in which you intend to install said package. After which, simply run
95
+ the following command:
96
96
 
97
97
  pip install empix
98
98
 
@@ -149,12 +149,12 @@ The above command will install the latest stable version of `empix`.
149
149
  ### Uninstalling `empix`
150
150
 
151
151
  If `empix` was installed using `pip`, then to uninstall, run the following
152
- command from the root of the repository:
152
+ command:
153
153
 
154
154
  pip uninstall empix
155
155
 
156
156
  If `empix` was installed using `conda`, then to uninstall, run the
157
- following command from the root of the repository:
157
+ following command:
158
158
 
159
159
  conda remove empix
160
160
 
@@ -0,0 +1,7 @@
1
+ empix/__init__.py,sha256=7Lo1f3w6dIc5ZSzjcrSNr8p9hSriZpYoaeeWdje-NPw,146382
2
+ empix/version.py,sha256=X2FLFwBoUmgJPsOV-1l-SxIXNSTX1TQ036Kf2j9Mc68,704
3
+ empix-0.0.9.dist-info/licenses/LICENSE,sha256=N0P3pKtRMvfb64jmgJdlerg3TnS0a2QC776AzPsbZIg,35128
4
+ empix-0.0.9.dist-info/METADATA,sha256=2ScykQgWvt2z9mK5u5kPrnwj4_kBcKYBIyTDkFkVcpg,6477
5
+ empix-0.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ empix-0.0.9.dist-info/top_level.txt,sha256=6tteq_gpCW5Q3p1mBQfWv4h9jSqHMOyUrpe7PEXYdso,6
7
+ empix-0.0.9.dist-info/RECORD,,
@@ -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