-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected binding error in samples correlation dialog
- Loading branch information
Showing
4 changed files
with
11 additions
and
8 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 |
---|---|---|
@@ -1,11 +1,14 @@ | ||
# Beta Release | ||
|
||
Fixes to v0.9: | ||
|
||
* Corrected binding error in samples correlation dialog | ||
|
||
Changes in v0.9: | ||
|
||
* Added rank correlation to sampling | ||
* Added data export to estimation and sensitivity | ||
* Various bug fixes and minor enhancements | ||
|
||
Issues fixed in v0.9: [#4](https://github.com/GMPtk/RVis/issues/4) [#5](https://github.com/GMPtk/RVis/issues/5) [#7](https://github.com/GMPtk/RVis/issues/7) [#8](https://github.com/GMPtk/RVis/issues/8) | ||
Issues fixed in v0.9: [#4](https://github.com/GMPtk/RVis/issues/4), [#5](https://github.com/GMPtk/RVis/issues/5), [#7](https://github.com/GMPtk/RVis/issues/7), [#8](https://github.com/GMPtk/RVis/issues/8), | ||
|
||
Please submit bug reports, feature requests and other technical matters to the [issue tracker](https://github.com/GMPtk/RVis/issues) in this repository. |