More stable - implemented namespaces, removed plasma instance interaction
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 brainare now avilable (implemented__len__,__delitem__, and__contains__)- improved the documentation i.e. README
NOTE: stability problems should be resolved in v0.2.