Skip to content

v1.3.0 release

Compare
Choose a tag to compare
@jgosmann jgosmann released this 30 Nov 20:49
cd0bf37

1.3.0 (November 30, 2021)

Added

  • Support for (fractional) binding powers and the notion of signs in algebras and for SemanticPointer instances. (#271, #286)
  • EquallySpacedPositiveUnitaryHrrVectors and VectorsWithProperties vector generators. (#284, #285)
  • Example of how to use learning connections between State modules. (#16, #288)

Removed

  • Python 3.5 support was removed. (#273, #274)

Fixed

  • Scalar arrays like np.array(1) will now be treated as scalars as intended. (#289)