-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Less restrictive compatibility bound for StatsBase
- Loading branch information
1 parent
a18a191
commit 2f48229
Showing
3 changed files
with
3 additions
and
98 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 |
---|---|---|
|
@@ -12,3 +12,4 @@ benchmark/tmpmat | |
*ipynb | ||
*checkpoin* | ||
test/experiments/results/ | ||
Manifest.toml |
This file was deleted.
Oops, something went wrong.
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,7 +1,7 @@ | ||
name = "CovarianceEstimation" | ||
uuid = "587fd27a-f159-11e8-2dae-1979310e6154" | ||
authors = ["Mateusz Baran <[email protected]>", "Thibaut Lienart"] | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
|
||
[deps] | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
@@ -18,4 +18,4 @@ test = ["Test", "Random", "DelimitedFiles"] | |
|
||
[compat] | ||
julia = "1.0" | ||
StatsBase = "0.29" | ||
StatsBase = ">= 0.29" |
2f48229
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
2f48229
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/1948
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via: