fakecbed 0.5.2__tar.gz → 0.5.3__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 (44) hide show
  1. {fakecbed-0.5.2 → fakecbed-0.5.3}/.zenodo.json +1 -1
  2. {fakecbed-0.5.2 → fakecbed-0.5.3}/CITATION.cff +6 -2
  3. {fakecbed-0.5.2 → fakecbed-0.5.3}/PKG-INFO +2 -1
  4. {fakecbed-0.5.2 → fakecbed-0.5.3}/README.md +1 -0
  5. {fakecbed-0.5.2 → fakecbed-0.5.3}/fakecbed/version.py +3 -3
  6. {fakecbed-0.5.2 → fakecbed-0.5.3}/fakecbed.egg-info/PKG-INFO +2 -1
  7. {fakecbed-0.5.2 → fakecbed-0.5.3}/.coveragerc +0 -0
  8. {fakecbed-0.5.2 → fakecbed-0.5.3}/.github/workflows/measure_code_coverage.yml +0 -0
  9. {fakecbed-0.5.2 → fakecbed-0.5.3}/.github/workflows/publish_documentation_website.yml +0 -0
  10. {fakecbed-0.5.2 → fakecbed-0.5.3}/.github/workflows/publish_release_to_pypi.yml +0 -0
  11. {fakecbed-0.5.2 → fakecbed-0.5.3}/.github/workflows/test_library.yml +0 -0
  12. {fakecbed-0.5.2 → fakecbed-0.5.3}/.gitignore +0 -0
  13. {fakecbed-0.5.2 → fakecbed-0.5.3}/LICENSE +0 -0
  14. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/INSTALL.rst +0 -0
  15. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/Makefile +0 -0
  16. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/_static/readthedocs_custom.css +0 -0
  17. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/_templates/custom_class_template.rst +0 -0
  18. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/_templates/custom_module_template.rst +0 -0
  19. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/_templates/versions.html +0 -0
  20. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/api.rst +0 -0
  21. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/build_docs.py +0 -0
  22. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/conf.py +0 -0
  23. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/examples.rst +0 -0
  24. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/index.rst +0 -0
  25. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/license.rst +0 -0
  26. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/literature.rst +0 -0
  27. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/make.bat +0 -0
  28. {fakecbed-0.5.2 → fakecbed-0.5.3}/docs/private_members_to_publish_to_docs.rst +0 -0
  29. {fakecbed-0.5.2 → fakecbed-0.5.3}/examples/basic_usage.ipynb +0 -0
  30. {fakecbed-0.5.2 → fakecbed-0.5.3}/fakecbed/__init__.py +0 -0
  31. {fakecbed-0.5.2 → fakecbed-0.5.3}/fakecbed/discretized.py +0 -0
  32. {fakecbed-0.5.2 → fakecbed-0.5.3}/fakecbed/shapes.py +0 -0
  33. {fakecbed-0.5.2 → fakecbed-0.5.3}/fakecbed/tds.py +0 -0
  34. {fakecbed-0.5.2 → fakecbed-0.5.3}/fakecbed.egg-info/SOURCES.txt +0 -0
  35. {fakecbed-0.5.2 → fakecbed-0.5.3}/fakecbed.egg-info/dependency_links.txt +0 -0
  36. {fakecbed-0.5.2 → fakecbed-0.5.3}/fakecbed.egg-info/requires.txt +0 -0
  37. {fakecbed-0.5.2 → fakecbed-0.5.3}/fakecbed.egg-info/top_level.txt +0 -0
  38. {fakecbed-0.5.2 → fakecbed-0.5.3}/pyproject.toml +0 -0
  39. {fakecbed-0.5.2 → fakecbed-0.5.3}/run_tests.sh +0 -0
  40. {fakecbed-0.5.2 → fakecbed-0.5.3}/setup.cfg +0 -0
  41. {fakecbed-0.5.2 → fakecbed-0.5.3}/setup.py +0 -0
  42. {fakecbed-0.5.2 → fakecbed-0.5.3}/tests/test_discretized.py +0 -0
  43. {fakecbed-0.5.2 → fakecbed-0.5.3}/tests/test_shapes.py +0 -0
  44. {fakecbed-0.5.2 → fakecbed-0.5.3}/tox.ini +0 -0
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "publication_date": "2026-01-18",
29
29
  "title": "FakeCBED",
30
- "version": "0.5.2",
30
+ "version": "0.5.3",
31
31
  "access_right": "open",
32
32
  "upload_type": "software",
33
33
  "language": "eng",
@@ -22,5 +22,9 @@ keywords:
22
22
  - cbed
23
23
  - gpu
24
24
  license: GPL-3.0
25
- version: 0.5.2
26
- date-released: '2026-01-18'
25
+ version: 0.5.3
26
+ date-released: '2026-01-18'
27
+ identifiers:
28
+ - description: "This is the collection of archived snapshots of all versions."
29
+ type: doi
30
+ value: 10.5281/zenodo.18297325
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fakecbed
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: A Python library for generating quickly images that imitate convergent beam electron diffraction patterns.
5
5
  Author-email: Matthew Fitzpatrick <matthew.rc.fitzpatrick@gmail.com>
6
6
  Project-URL: Homepage, https://mrfitzpa.github.io/fakecbed
@@ -46,6 +46,7 @@ Dynamic: license-file
46
46
  [![PyPi Version](https://img.shields.io/pypi/v/fakecbed.svg)](https://pypi.org/project/fakecbed)
47
47
  [![Conda-Forge Version](https://img.shields.io/conda/vn/conda-forge/fakecbed.svg)](https://anaconda.org/conda-forge/fakecbed)
48
48
  [![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
49
+ [![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.18297325-blue.svg)](https://doi.org/10.5281/zenodo.18297325)
49
50
 
50
51
  `fakecbed` is a Python library for generating quickly images that imitate
51
52
  convergent beam electron diffraction patterns.
@@ -6,6 +6,7 @@
6
6
  [![PyPi Version](https://img.shields.io/pypi/v/fakecbed.svg)](https://pypi.org/project/fakecbed)
7
7
  [![Conda-Forge Version](https://img.shields.io/conda/vn/conda-forge/fakecbed.svg)](https://anaconda.org/conda-forge/fakecbed)
8
8
  [![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
9
+ [![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.18297325-blue.svg)](https://doi.org/10.5281/zenodo.18297325)
9
10
 
10
11
  `fakecbed` is a Python library for generating quickly images that imitate
11
12
  convergent beam electron diffraction patterns.
@@ -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.5.2'
32
- __version_tuple__ = version_tuple = (0, 5, 2)
31
+ __version__ = version = '0.5.3'
32
+ __version_tuple__ = version_tuple = (0, 5, 3)
33
33
 
34
- __commit_id__ = commit_id = 'g18a91384c'
34
+ __commit_id__ = commit_id = 'gdd6869a60'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fakecbed
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: A Python library for generating quickly images that imitate convergent beam electron diffraction patterns.
5
5
  Author-email: Matthew Fitzpatrick <matthew.rc.fitzpatrick@gmail.com>
6
6
  Project-URL: Homepage, https://mrfitzpa.github.io/fakecbed
@@ -46,6 +46,7 @@ Dynamic: license-file
46
46
  [![PyPi Version](https://img.shields.io/pypi/v/fakecbed.svg)](https://pypi.org/project/fakecbed)
47
47
  [![Conda-Forge Version](https://img.shields.io/conda/vn/conda-forge/fakecbed.svg)](https://anaconda.org/conda-forge/fakecbed)
48
48
  [![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
49
+ [![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.18297325-blue.svg)](https://doi.org/10.5281/zenodo.18297325)
49
50
 
50
51
  `fakecbed` is a Python library for generating quickly images that imitate
51
52
  convergent beam electron diffraction patterns.
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