Skip to content

More stable - implemented namespaces, removed plasma instance interaction

Choose a tag to compare

@russellromney russellromney released this 08 Aug 21:12
bd64042

BIG RELEASE WITH BREAKING CHANGES: v0.2

  • changed parameter order of learn() to ('name',thing) which is more intuitive (but you should always use bracket notation)
  • removed ability to start, kill, or resize the underlying brain instance (stability)
  • added unique intra-plasma-instance namespaces
  • len(brain), del brain['this'] and 'this' in brain are now avilable (implemented __len__, __delitem__, and __contains__)
  • improved the documentation i.e. README

NOTE: stability problems should be resolved in v0.2.