Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 03:42
d9e7b40

AdaptiveResonance v0.7.0

Diff since v0.6.1

This minor release significantly overhauls the internals of the package in a myriad of ways:

  • ElasticArrays are used for the weight growth behavior of modules that benefit from it.
  • Activation and match functions are now options that can be swapped out in any module.
  • Citations for the package and JOSS paper are added in the readme, documentation, and CITATION.cff file.
  • Additional convenience package constants are exported.
  • Unit testing time is halved through optimizations and consolidation.
  • Unit testing github action pins are updated for the node 12 -> 16 transition.

Closed issues:

  • Replace internal types docs with NumericalTypeAliases (#93)
  • Remove and consolidate utils (#95)
  • Update actions for node 12 -> node 16 (#96)
  • Use ElasticArrays.jl (#99)
  • Create citation file (#100)

Merged pull requests: