Skip to content

Commit

Permalink
Merge pull request #218 from JuliaStats/compathelper/new_version/2023…
Browse files Browse the repository at this point in the history
…-05-02-01-27-55-006-00684432578

CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat)
  • Loading branch information
palday authored May 2, 2023
2 parents 0df5822 + bd2766a commit 285cac7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["multivariate statistics", "dimensionality reduction"]
license = "MIT"
desc = "A Julia package for multivariate statistics and data analysis"
repository = "https://github.com/JuliaStats/MultivariateStats.jl.git"
version = "0.10.1"
version = "0.10.2"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand All @@ -16,8 +16,8 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Arpack = "0.3, 0.4, 0.5"
StatsBase = "^0.33"
StatsAPI = "^1.3"
StatsBase = "^0.33, 0.34"
julia = "1.1"

[extras]
Expand All @@ -26,4 +26,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "StableRNGs"]

2 comments on commit 285cac7

@palday
Copy link
Member Author

@palday palday commented on 285cac7 May 2, 2023

Choose a reason for hiding this comment

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

@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/82750

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.2 -m "<description of version>" 285cac75e6e8e7d0699dcbf4dbe24f461f18564b
git push origin v0.10.2

Please sign in to comment.