empix 0.0.5__tar.gz → 0.0.7__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.
- {empix-0.0.5 → empix-0.0.7}/PKG-INFO +1 -1
- {empix-0.0.5 → empix-0.0.7}/docs/INSTALL.rst +14 -6
- {empix-0.0.5 → empix-0.0.7}/empix/version.py +3 -3
- {empix-0.0.5 → empix-0.0.7}/empix.egg-info/PKG-INFO +1 -1
- {empix-0.0.5 → empix-0.0.7}/.coveragerc +0 -0
- {empix-0.0.5 → empix-0.0.7}/.github/workflows/measure_code_coverage.yml +0 -0
- {empix-0.0.5 → empix-0.0.7}/.github/workflows/publish_documentation_website.yml +0 -0
- {empix-0.0.5 → empix-0.0.7}/.github/workflows/publish_release_to_pypi.yml +0 -0
- {empix-0.0.5 → empix-0.0.7}/.github/workflows/test_library.yml +0 -0
- {empix-0.0.5 → empix-0.0.7}/.gitignore +0 -0
- {empix-0.0.5 → empix-0.0.7}/LICENSE +0 -0
- {empix-0.0.5 → empix-0.0.7}/README.md +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/Makefile +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/_static/readthedocs_custom.css +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/_templates/custom_class_template.rst +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/_templates/custom_module_template.rst +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/_templates/versions.html +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/api.rst +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/build_docs.py +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/conf.py +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/examples.rst +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/index.rst +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/license.rst +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/make.bat +0 -0
- {empix-0.0.5 → empix-0.0.7}/docs/private_members_to_publish_to_docs.rst +0 -0
- {empix-0.0.5 → empix-0.0.7}/empix/__init__.py +0 -0
- {empix-0.0.5 → empix-0.0.7}/empix.egg-info/SOURCES.txt +0 -0
- {empix-0.0.5 → empix-0.0.7}/empix.egg-info/dependency_links.txt +0 -0
- {empix-0.0.5 → empix-0.0.7}/empix.egg-info/requires.txt +0 -0
- {empix-0.0.5 → empix-0.0.7}/empix.egg-info/top_level.txt +0 -0
- {empix-0.0.5 → empix-0.0.7}/examples/basic_usage.ipynb +0 -0
- {empix-0.0.5 → empix-0.0.7}/examples/helpers_for_basic_usage.py +0 -0
- {empix-0.0.5 → empix-0.0.7}/pyproject.toml +0 -0
- {empix-0.0.5 → empix-0.0.7}/run_tests.sh +0 -0
- {empix-0.0.5 → empix-0.0.7}/setup.cfg +0 -0
- {empix-0.0.5 → empix-0.0.7}/setup.py +0 -0
- {empix-0.0.5 → empix-0.0.7}/tests/test_root.py +0 -0
- {empix-0.0.5 → empix-0.0.7}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: empix
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.7
|
|
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
|
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
Instructions for installing and uninstalling ``empix``
|
|
4
4
|
======================================================
|
|
5
5
|
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Installing ``empix``
|
|
9
|
+
--------------------
|
|
10
|
+
|
|
6
11
|
For all installation scenarios, first open up the appropriate command line
|
|
7
12
|
interface. On Unix-based systems, you could open e.g. a terminal. On Windows
|
|
8
13
|
systems you could open e.g. an Anaconda Prompt as an administrator.
|
|
@@ -10,11 +15,11 @@ systems you could open e.g. an Anaconda Prompt as an administrator.
|
|
|
10
15
|
|
|
11
16
|
|
|
12
17
|
Installing ``empix`` using ``pip``
|
|
13
|
-
|
|
18
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
14
19
|
|
|
15
20
|
Before installing ``empix``, make sure that you have activated the (virtual)
|
|
16
|
-
environment in which you intend to install said package. After which, simply
|
|
17
|
-
|
|
21
|
+
environment in which you intend to install said package. After which, simply run
|
|
22
|
+
the following command::
|
|
18
23
|
|
|
19
24
|
pip install empix
|
|
20
25
|
|
|
@@ -59,10 +64,13 @@ the subset of additional dependencies specified by ``<selector>``.
|
|
|
59
64
|
|
|
60
65
|
|
|
61
66
|
Installing ``empix`` using ``conda``
|
|
62
|
-
|
|
67
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
63
68
|
|
|
64
|
-
|
|
65
|
-
|
|
69
|
+
Before proceeding, make sure that you have activated the (virtual) ``conda``
|
|
70
|
+
environment in which you intend to install said package.
|
|
71
|
+
|
|
72
|
+
To install ``empix`` using the ``conda`` package manager, run the following
|
|
73
|
+
command::
|
|
66
74
|
|
|
67
75
|
conda install -c conda-forge empix
|
|
68
76
|
|
|
@@ -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.7'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 0, 7)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'ge59d9f196'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: empix
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.7
|
|
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
|
|
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
|
|
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
|