Skip to content

Commit

Permalink
Less restrictive compatibility bound for StatsBase
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Jul 10, 2019
1 parent a18a191 commit 2f48229
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 98 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ benchmark/tmpmat
*ipynb
*checkpoin*
test/experiments/results/
Manifest.toml
96 changes: 0 additions & 96 deletions Manifest.toml

This file was deleted.

4 changes: 2 additions & 2 deletions Project.toml
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"
Expand All @@ -18,4 +18,4 @@ test = ["Test", "Random", "DelimitedFiles"]

[compat]
julia = "1.0"
StatsBase = "0.29"
StatsBase = ">= 0.29"

2 comments on commit 2f48229

@mateuszbaran
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

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:

git tag -a v0.2.3 -m "<description of version>" 2f48229679b590fdbf2ac242c66c80e6e289e27b
git push origin v0.2.3

Please sign in to comment.