-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixing a bug causing incorrect O3 optimization for Intel+Intel compilers+CPUs. Co-authored-by: Evert Rol <[email protected]> * Better commenting and docstrings Added comments and missing docstrings to the likelihood calculation and background marignalisation. * Changelog and version number updated. * Minor typo fixed * Version date updated in the Changelog. --------- Co-authored-by: Evert Rol <[email protected]>
- Loading branch information
Showing
5 changed files
with
63 additions
and
13 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 |
---|---|---|
|
@@ -289,7 +289,7 @@ def EXTENSION(modname): | |
|
||
setup( | ||
name = 'xpsi', | ||
version = '2.0.0', | ||
version = '2.0.1', | ||
author = 'The X-PSI Core Team', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/xpsi-group/xpsi', | ||
|
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 @@ | |
""" | ||
|
||
__version__ = "2.0.0" | ||
__version__ = "2.0.1" | ||
__author__ = "The X-PSI Core Team" | ||
|
||
try: | ||
|
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