diff --git a/.appveyor.yml b/.appveyor.yml index b1d65c91..2b843bfe 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 diff --git a/Project.toml b/Project.toml index eaf5e95d..2464138e 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/docs/src/man/guide.md b/docs/src/man/guide.md index b21a2ff7..ef3bfc57 100644 --- a/docs/src/man/guide.md +++ b/docs/src/man/guide.md @@ -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: