-
Notifications
You must be signed in to change notification settings - Fork 90
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
Showing
6 changed files
with
54 additions
and
76 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
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,39 @@ | ||
# hyppo v0.5.0 | ||
|
||
## Highlights of this release | ||
|
||
hyppo v0.5.0 is the culmination of 16 months of hard work. It contains | ||
many new features, numerous bug-fixes, improved test coverage and better | ||
documentation. All users are encouraged to | ||
upgrade to this release, as there are a large number of bug-fixes and | ||
optimizations. | ||
|
||
This release requires Python 3.8+. | ||
|
||
## New features | ||
|
||
* Add Conditional Dcorr | ||
* Add Partial Dcorr | ||
* Add Partial Correlation | ||
|
||
## Bug fixes | ||
|
||
* Fixed fast KMERF stat/pvalue so not always significant | ||
* Biased Dcorr test statistic has been corrected | ||
|
||
## Documentation | ||
|
||
* Fixed documentation rendering issues | ||
* Fixed typos in various docstrings | ||
* Added new license | ||
* Improved contributing guidelines | ||
* Added code of conduct | ||
|
||
## Maintenance | ||
|
||
* Move Friedman Rafsky from hyppo.ksample to hyppo.independence | ||
|
||
## Full Changelog | ||
|
||
[v0.4.0...v0.5.0](https://github.com/neurodata/hyppo/compare/v0.4.0...v0.5.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
import hyppo.d_variate | ||
import hyppo.conditional | ||
|
||
__version__ = "0.4.0" | ||
__version__ = "0.5.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