-
Notifications
You must be signed in to change notification settings - Fork 11
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 #111 from siesta-project/Release1.2.0
Release1.2.0
- Loading branch information
Showing
174 changed files
with
176,320 additions
and
2,018 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
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,7 +1,12 @@ | ||
include *.rst *.json *.txt *.md *.yml | ||
recursive-include aiida_siesta/docs/ *.rst | ||
include setup.json | ||
include AUTHORS.txt | ||
include CHANGELOG.md | ||
include PyPI-README.rst | ||
include LICENSE.txt | ||
graft aiida_siesta/examples/fixtures | ||
recursive-include aiida_siesta/examples/ *.txt *.psf *.psml *.cif 00_README | ||
recursive-include aiida_siesta/utils *.yaml | ||
include aiida_siesta/utils/protocols_system/*.yaml | ||
include aiida_siesta/utils/*.yaml | ||
prune tests | ||
prune aiida_siesta/docs/tutorialis/first_workchain | ||
prune aiida_siesta/docs/tutorialis/data_icn2_2020 | ||
prune aiida_siesta/docs/tutorials/first_workchain | ||
prune aiida_siesta/docs/tutorials/data_icn2_2020 |
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,2 +1,2 @@ | ||
"""The official AiiDA plugin for Siesta.""" | ||
__version__ = '1.1.1' | ||
__version__ = '1.2.0' |
Oops, something went wrong.