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.
Files changed (38) hide show
  1. {empix-0.0.5 → empix-0.0.7}/PKG-INFO +1 -1
  2. {empix-0.0.5 → empix-0.0.7}/docs/INSTALL.rst +14 -6
  3. {empix-0.0.5 → empix-0.0.7}/empix/version.py +3 -3
  4. {empix-0.0.5 → empix-0.0.7}/empix.egg-info/PKG-INFO +1 -1
  5. {empix-0.0.5 → empix-0.0.7}/.coveragerc +0 -0
  6. {empix-0.0.5 → empix-0.0.7}/.github/workflows/measure_code_coverage.yml +0 -0
  7. {empix-0.0.5 → empix-0.0.7}/.github/workflows/publish_documentation_website.yml +0 -0
  8. {empix-0.0.5 → empix-0.0.7}/.github/workflows/publish_release_to_pypi.yml +0 -0
  9. {empix-0.0.5 → empix-0.0.7}/.github/workflows/test_library.yml +0 -0
  10. {empix-0.0.5 → empix-0.0.7}/.gitignore +0 -0
  11. {empix-0.0.5 → empix-0.0.7}/LICENSE +0 -0
  12. {empix-0.0.5 → empix-0.0.7}/README.md +0 -0
  13. {empix-0.0.5 → empix-0.0.7}/docs/Makefile +0 -0
  14. {empix-0.0.5 → empix-0.0.7}/docs/_static/readthedocs_custom.css +0 -0
  15. {empix-0.0.5 → empix-0.0.7}/docs/_templates/custom_class_template.rst +0 -0
  16. {empix-0.0.5 → empix-0.0.7}/docs/_templates/custom_module_template.rst +0 -0
  17. {empix-0.0.5 → empix-0.0.7}/docs/_templates/versions.html +0 -0
  18. {empix-0.0.5 → empix-0.0.7}/docs/api.rst +0 -0
  19. {empix-0.0.5 → empix-0.0.7}/docs/build_docs.py +0 -0
  20. {empix-0.0.5 → empix-0.0.7}/docs/conf.py +0 -0
  21. {empix-0.0.5 → empix-0.0.7}/docs/examples.rst +0 -0
  22. {empix-0.0.5 → empix-0.0.7}/docs/index.rst +0 -0
  23. {empix-0.0.5 → empix-0.0.7}/docs/license.rst +0 -0
  24. {empix-0.0.5 → empix-0.0.7}/docs/make.bat +0 -0
  25. {empix-0.0.5 → empix-0.0.7}/docs/private_members_to_publish_to_docs.rst +0 -0
  26. {empix-0.0.5 → empix-0.0.7}/empix/__init__.py +0 -0
  27. {empix-0.0.5 → empix-0.0.7}/empix.egg-info/SOURCES.txt +0 -0
  28. {empix-0.0.5 → empix-0.0.7}/empix.egg-info/dependency_links.txt +0 -0
  29. {empix-0.0.5 → empix-0.0.7}/empix.egg-info/requires.txt +0 -0
  30. {empix-0.0.5 → empix-0.0.7}/empix.egg-info/top_level.txt +0 -0
  31. {empix-0.0.5 → empix-0.0.7}/examples/basic_usage.ipynb +0 -0
  32. {empix-0.0.5 → empix-0.0.7}/examples/helpers_for_basic_usage.py +0 -0
  33. {empix-0.0.5 → empix-0.0.7}/pyproject.toml +0 -0
  34. {empix-0.0.5 → empix-0.0.7}/run_tests.sh +0 -0
  35. {empix-0.0.5 → empix-0.0.7}/setup.cfg +0 -0
  36. {empix-0.0.5 → empix-0.0.7}/setup.py +0 -0
  37. {empix-0.0.5 → empix-0.0.7}/tests/test_root.py +0 -0
  38. {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.5
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
- change into the root of the repository, and run the following command::
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
- To install ``empix`` using the ``conda`` package manager, run the
65
- following command::
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.5'
32
- __version_tuple__ = version_tuple = (0, 0, 5)
31
+ __version__ = version = '0.0.7'
32
+ __version_tuple__ = version_tuple = (0, 0, 7)
33
33
 
34
- __commit_id__ = commit_id = 'g1e6933cb8'
34
+ __commit_id__ = commit_id = 'ge59d9f196'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: empix
3
- Version: 0.0.5
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