Skip to content

Commit

Permalink
Merge branch 'release/v0.8.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Jan 30, 2023
2 parents 8150b13 + e20816c commit e2a4d6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Documentation: https://github.com/JuliaCI/Appveyor.jl
environment:
matrix:
- julia_version: 1.5
- julia_version: 1.6
- julia_version: nightly
# Set this to download test data outside of repo
DATADEPS_ALWAYS_ACCEPT: true
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "AdaptiveResonance"
uuid = "3d72adc0-63d3-4141-bf9b-84450dd0395b"
authors = ["Sasha Petrenko"]
description = "A Julia package for Adaptive Resonance Theory (ART) algorithms."
version = "0.7.0"
version = "0.8.0"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ end

Without provided labels, the ART modules behave as expected, incrementally creating categories when necessary during the training phase.

## [ART Stats Logging](@ref art_stats)
## [ART Stats Logging](@id art_stats)

If you are curious about what the activation and match values were after either incremental training or classifiation, all ART modules implement basic statistics dictionaries in their `stats` field with the following entries:

Expand Down

0 comments on commit e2a4d6f

Please sign in to comment.