-
Notifications
You must be signed in to change notification settings - Fork 17
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 #23 from htz1992213/main
Fix residence time save curve path; fix ligpargen url; fix connection not private
- Loading branch information
Showing
9 changed files
with
34 additions
and
15 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,12 @@ | ||
Change log | ||
========== | ||
|
||
v0.3.1 | ||
------ | ||
|
||
v0.3.0 | ||
------ | ||
|
||
v0.2.4 | ||
------ | ||
|
||
|
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 |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
__email__ = "[email protected]" | ||
__maintainer__ = "Tingzheng Hou" | ||
__maintainer_email__ = "[email protected]" | ||
__version__ = "0.3.0" | ||
__version__ = "0.3.1" |
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 |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
""" | ||
|
||
__author__ = "Tingzheng Hou" | ||
__version__ = "0.3.0" | ||
__version__ = "0.3.1" | ||
__maintainer__ = "Tingzheng Hou" | ||
__email__ = "[email protected]" | ||
__date__ = "Jul 19, 2021" | ||
__date__ = "Dec 19, 2023" | ||
|
||
|
||
from .analysis import MdRun | ||
|
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 |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
""" | ||
|
||
__author__ = "Tingzheng Hou, Ryan Kingsbury" | ||
__version__ = "0.3.0" | ||
__version__ = "0.3.1" | ||
__maintainer__ = "Tingzheng Hou, Ryan Kingsbury" | ||
__email__ = "[email protected]" | ||
__date__ = "Jul 19, 2022" | ||
__date__ = "Dec 19, 2023" | ||
|
||
|
||
from .aqueous import IonLJData, Aqueous | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ numpy>=1.16.0 | |
pandas | ||
monty | ||
pubchempy | ||
pymatgen>=2022.7.8 | ||
pymatgen | ||
scipy | ||
selenium | ||
setuptools | ||
|
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