-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #216 from hakonanes/prep-for-0.6.0-release
Prepare for 0.6rc1 release
- Loading branch information
Showing
82 changed files
with
286 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# Test files | ||
file_01.pickle | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,89 @@ | ||
|build_status|_ |Coveralls|_ |docs|_ |pypi_version|_ |black|_ |doi|_ | ||
diffsims is an open-source Python library for simulating diffraction. | ||
|
||
The package is released under the GPL v3 license. | ||
|
||
.. |pypi_version| image:: https://img.shields.io/pypi/v/diffsims.svg?style=flat | ||
:target: https://pypi.python.org/pypi/diffsims | ||
|
||
.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/diffsims.svg?logo=conda-forge&logoColor=white | ||
:target: https://anaconda.org/conda-forge/diffsims | ||
|
||
.. |build_status| image:: https://github.com/pyxem/diffsims/workflows/build/badge.svg | ||
.. _build_status: https://github.com/pyxem/diffsims/actions | ||
:target: https://github.com/pyxem/diffsims/actions/workflows/build.yml | ||
|
||
.. |Coveralls| image:: https://coveralls.io/repos/github/pyxem/diffsims/badge.svg?branch=master | ||
.. _Coveralls: https://coveralls.io/github/pyxem/diffsims?branch=master | ||
.. |python| image:: https://img.shields.io/badge/python-3.8+-blue.svg | ||
:target: https://www.python.org/downloads/ | ||
|
||
.. |docs| image:: https://readthedocs.org/projects/diffsims/badge/?version=latest | ||
.. _docs: https://diffsims.readthedocs.io/en/latest | ||
.. |Coveralls| image:: https://coveralls.io/repos/github/pyxem/diffsims/badge.svg?branch=main | ||
:target: https://coveralls.io/github/pyxem/diffsims?branch=main | ||
|
||
.. |pypi_version| image:: https://img.shields.io/pypi/v/diffsims.svg?style=flat | ||
.. _pypi_version: https://pypi.org/project/diffsims/ | ||
.. |pypi_downloads| image:: https://img.shields.io/pypi/dm/diffsims.svg?label=PyPI%20downloads | ||
:target: https://pypi.org/project/diffsims/ | ||
|
||
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg | ||
.. _black: https://github.com/psf/black | ||
.. |conda_downloads| image:: https://img.shields.io/conda/dn/conda-forge/diffsims.svg?label=Conda%20downloads | ||
:target: https://anaconda.org/conda-forge/diffsims | ||
|
||
.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3337900.svg | ||
.. _doi: https://doi.org/10.5281/zenodo.3337900 | ||
:target: https://doi.org/10.5281/zenodo.3337900 | ||
|
||
diffsims is an open-source Python library for simulating diffraction. | ||
.. |GPLv3| image:: https://img.shields.io/github/license/pyxem/diffsims | ||
:target: https://opensource.org/license/GPL-3.0 | ||
|
||
If simulations performed using diffsims form a part of published work please | ||
cite the DOI at the top of this page. You can find demos in the `diffsims-demos | ||
<https://github.com/pyxem/diffsims-demos>`_ repository. See the `documentation | ||
<https://diffsims.readthedocs.io/en/latest/>`_ for installation instructions, the API | ||
reference, the changelog and more. | ||
.. |GH-issues| image:: https://img.shields.io/badge/GitHub-Issues-green?logo=github | ||
:target: https://github.com/pyxem/diffsims/issues | ||
|
||
.. |docs| image:: https://readthedocs.org/projects/diffsims/badge/?version=latest | ||
:target: https://diffsims.readthedocs.io/en/latest | ||
|
||
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg | ||
:target: https://github.com/psf/black | ||
|
||
+----------------------+------------------------------------------------+ | ||
| Deployment | |pypi_version| |conda| | | ||
+----------------------+------------------------------------------------+ | ||
| Build status | |build_status| |docs| |python| | | ||
+----------------------+------------------------------------------------+ | ||
| Metrics | |Coveralls| | | ||
+----------------------+------------------------------------------------+ | ||
| Activity | |pypi_downloads| |conda_downloads| | | ||
+----------------------+------------------------------------------------+ | ||
| Citation | |doi| | | ||
+----------------------+------------------------------------------------+ | ||
| License | |GPLv3| | | ||
+----------------------+------------------------------------------------+ | ||
| Community | |GH-issues| | | ||
+----------------------+------------------------------------------------+ | ||
| Formatter | |black| | | ||
+----------------------+------------------------------------------------+ | ||
|
||
Documentation | ||
------------- | ||
|
||
Refer to the `documentation <https://diffsims.readthedocs.io>`__ for detailed | ||
installation instructions, a user guide, a technical (API) reference, and the `changelog | ||
<https://diffsims.readthedocs.io/en/latest/changelog.html>`_. | ||
|
||
Installation | ||
------------ | ||
|
||
diffsims can be installed with ``pip``:: | ||
|
||
pip install diffsims | ||
|
||
diffsims is released under the GPL v3 license. | ||
or ``conda``:: | ||
|
||
conda install diffsims -c conda-forge | ||
|
||
The source code is hosted in `GitHub <https://github.com/pyxem/diffsims>`_, and can also | ||
be downloaded from `PyPI <https://pypi.org/project/diffsims>`_ and | ||
`Anaconda <https://anaconda.org/conda-forge/diffsims>`_. | ||
|
||
Further details are available in the | ||
`installation guide | ||
<https://diffsims.readthedocs.io/en/latest/user/installation.html>`_. | ||
|
||
Citing diffsims | ||
--------------- | ||
|
||
If simulations performed using diffsims form a part of published work please | ||
cite the DOI at the top of this page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
name = "diffsims" | ||
version = "0.6.dev0" | ||
version = "0.6rc1" | ||
author = "Duncan Johnstone, Phillip Crout" | ||
copyright = "Copyright 2017-2023, The diffsims developers" | ||
copyright = "Copyright 2017-2024, The diffsims developers" | ||
# Initial committer first, then listed by line additions | ||
credits = [ | ||
"Duncan Johnstone", | ||
"Phillip Crout", | ||
"Håkon Wiik Ånes", | ||
"Carter Francis", | ||
"Eric Prestat", | ||
"Rob Tovey", | ||
"Simon Høgås", | ||
|
@@ -25,6 +26,6 @@ | |
"Eirik Opheim", | ||
] | ||
license = "GPLv3+" | ||
maintainer = "Duncan Johnstone, Phillip Crout, Håkon Wiik Ånes" | ||
maintainer = "Duncan Johnstone, Phillip Crout, Håkon Wiik Ånes, Carter Francis" | ||
email = "[email protected]" | ||
status = "Development" |
Oops, something went wrong.