Skip to content

Commit

Permalink
version bump (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
wildart authored Jan 26, 2022
1 parent 6a3100e commit 8f15dd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 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.8.0"
version = "0.9.0"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand All @@ -23,4 +23,5 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

4 changes: 2 additions & 2 deletions src/MultivariateStats.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ module MultivariateStats
## fa
FactorAnalysis, # Type: the Factor Analysis model

faem, # Maximum likelihood probabilistic PCA
facm # EM algorithm for probabilistic PCA
faem, # EM algorithm for factor analysis
facm # CM algorithm for factor analysis

## source files
include("types.jl")
Expand Down

2 comments on commit 8f15dd3

@wildart
Copy link
Collaborator Author

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/53195

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.9.0 -m "<description of version>" 8f15dd3894634f5544d7163bdff2586b1cf34d31
git push origin v0.9.0

Please sign in to comment.