-
Notifications
You must be signed in to change notification settings - Fork 13
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 #96 from singularitti/master
Remove all `numba` speed up tools
- Loading branch information
Showing
29 changed files
with
1,459 additions
and
762 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 |
---|---|---|
|
@@ -4,12 +4,11 @@ | |
|
||
# In case of user who does not have ``pip`` above version 9.0.0 | ||
if sys.version_info < (3, 5): | ||
raise EnvironmentError('Please use Python version higher than 3.5!') | ||
raise EnvironmentError("Please use Python version higher than 3.5!") | ||
|
||
__author__ = {'Tian Qin': '[email protected]', | ||
'Qi Zhang': '[email protected]'} | ||
__copyright__ = 'Copyright (c) 2018, Renata group' | ||
__credits__ = {'Renata M. M. Wentzcovitch': '[email protected]'} | ||
__date__ = 'Feb 17, 2018' | ||
__maintainer__ = 'Tian Qin, Qi Zhang' | ||
__version__ = '1.0.22' | ||
__author__ = {"Tian Qin": "[email protected]", "Qi Zhang": "[email protected]"} | ||
__copyright__ = "Copyright (c) 2018, Renata group" | ||
__credits__ = {"Renata M. M. Wentzcovitch": "[email protected]"} | ||
__date__ = "Feb 17, 2018" | ||
__maintainer__ = "Tian Qin, Qi Zhang" | ||
__version__ = "1.0.22" |
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
Oops, something went wrong.