Skip to content

Commit

Permalink
Remove ClusterValidityIndices.jl requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Jul 8, 2021
1 parent 3891bc4 commit e870445
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Expand Up @@ -2,10 +2,9 @@ name = "AdaptiveResonance"
uuid = "3d72adc0-63d3-4141-bf9b-84450dd0395b"
authors = ["Sasha Petrenko"]
description = "A Julia package for Adaptive Resonance Theory (ART) algorithms."
version = "0.3.1"
version = "0.3.2"

[deps]
ClusterValidityIndices = "2fefd308-f647-4698-a2f0-e90cfcbca9ad"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Expand All @@ -16,7 +15,6 @@ SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
ClusterValidityIndices = "0.1, 0.2"
Parameters = "0.12"
ProgressBars = "0.7, 0.8, 1"
julia = "1"
Expand Down

2 comments on commit e870445

@AP6YC
Copy link
Owner Author

@AP6YC AP6YC commented on e870445 Jul 8, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Remove ClusterValidityIndices.jl requirement.

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

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.3.2 -m "<description of version>" e8704451b1ab570f3ba5d5443fc8999b657fa132
git push origin v0.3.2

Please sign in to comment.