-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8795858
commit aa27197
Showing
109 changed files
with
11,810 additions
and
4,160 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 |
---|---|---|
|
@@ -13,6 +13,7 @@ venv/ | |
.coverage | ||
.coverage.* | ||
.cache | ||
.hypothesis | ||
coverage.xml | ||
|
||
# Sphinx documentation | ||
|
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
Submodule dev
updated
20 files
+8 −0 | CHANGELOG.rst | |
+11 −0 | README.rst | |
+2 −2 | cmake/ImportCereal.cmake | |
+3 −3 | cmake/ImportCore.cmake | |
+3 −3 | cmake/ImportDatabase.cmake | |
+44 −0 | cmake/ImportDftbplus.cmake | |
+6 −5 | cmake/ImportGTest.cmake | |
+2 −2 | cmake/ImportIRC.cmake | |
+2 −2 | cmake/ImportLibint.cmake | |
+3 −3 | cmake/ImportMolassembler.cmake | |
+42 −0 | cmake/ImportPugiXML.cmake | |
+3 −3 | cmake/ImportSparrow.cmake | |
+41 −0 | cmake/ImportSundials.cmake | |
+44 −0 | cmake/ImportSwoose.cmake | |
+3 −3 | cmake/ImportUtilsOS.cmake | |
+3 −3 | cmake/ImportXtb.cmake | |
+2 −2 | cmake/ImportYamlCpp.cmake | |
+8 −0 | cmake/Licenses.cmake | |
+24 −0 | cmake/licenses/pugixml.txt | |
+29 −0 | cmake/licenses/sundials.txt |
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 |
---|---|---|
|
@@ -15,4 +15,5 @@ Puffin | |
programs | ||
jobs | ||
api | ||
utilities | ||
changelog |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Utilities | ||
========= | ||
|
||
A module that gathers various modules with helper functions for multiple jobs. | ||
|
||
.. autosummary:: | ||
:toctree: generated | ||
:recursive: | ||
|
||
scine_puffin.utilities |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
See LICENSE.txt for details. | ||
""" | ||
|
||
__version__ = "1.3.0" | ||
__version__ = "2.0.0" |
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
Oops, something went wrong.