-
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.
Merge pull request #5 from molssi-seamm/dev
Updated to new structure; handle symmetry in systems.
- Loading branch information
Showing
39 changed files
with
518 additions
and
566 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: "CodeQL" | ||
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
pull_request: | ||
# The branches below must be a subset of the branches above | ||
branches: [ "main" ] | ||
|
||
jobs: | ||
codeql: | ||
name: CodeQL | ||
uses: molssi-seamm/devops/.github/workflows/CodeQL.yaml@main |
This file was deleted.
Oops, something went wrong.
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,36 +1,27 @@ | ||
======= | ||
History | ||
======= | ||
|
||
2021.2.12 (12 February 2021) | ||
---------------------------- | ||
|
||
* Updated the README file to give a better description. | ||
* Updated the short description in setup.py to work with the new installer. | ||
* Added keywords for better searchability. | ||
|
||
2021.2.4 (4 February 2021) | ||
-------------------------- | ||
|
||
* Updated for compatibility with the new system classes in MolSystem | ||
2021.2.2 release. | ||
|
||
2020.12.5 (5 December 2020) | ||
--------------------------- | ||
|
||
* Added support for non-orthorhombic cells. | ||
* Updated to be compatible with the new system classes in MolSystem. | ||
* Internal: switching CI from TravisCI to GitHub Actions, and in the | ||
process moving documentation from ReadTheDocs to GitHub Pages where | ||
it is consolidated with the main SEAMM documentation. | ||
|
||
0.9.1 (20 June 2020) | ||
-------------------- | ||
|
||
* Bugfix: Was not properly copying charges to the new system. | ||
|
||
0.9 (18 June 2020) | ||
------------------- | ||
|
||
* First release on PyPI. | ||
* Working but only for orthorhombic cell.s | ||
2023.11.5 -- Updated to handle symmetry in systems | ||
|
||
2021.2.12 -- | ||
* Updated the README file to give a better description. | ||
* Updated the short description in setup.py to work with the new installer. | ||
* Added keywords for better searchability. | ||
|
||
2021.2.4 -- | ||
* Updated for compatibility with the new system classes in MolSystem | ||
2021.2.2 release. | ||
|
||
2020.12.5 -- | ||
* Added support for non-orthorhombic cells. | ||
* Updated to be compatible with the new system classes in MolSystem. | ||
* Internal: switching CI from TravisCI to GitHub Actions, and in the | ||
process moving documentation from ReadTheDocs to GitHub Pages where | ||
it is consolidated with the main SEAMM documentation. | ||
|
||
0.9.1 -- 20 June 2020 | ||
* Bugfix: Was not properly copying charges to the new system. | ||
|
||
0.9 -- 18 June 2020 | ||
* First release on PyPI. | ||
* Working but only for orthorhombic cells |
Oops, something went wrong.