CHANGES
=======

* removed constant test node, now we use alpha hashing
* got pep8 errors fixed. tox passes locally
* version that passes all tests
* fixed bug in update\_nearest\_ancestor\_with\_same\_amem, to start with parent rather than self
* found bug in pnodes not getting their tokens removed
* worked through final pseudocode from doorenbos thesis, still have errors though. Stuff isn't getting properly deactivated
* still going, stuff not removing properly
* working, still adding unlinking
* implemented alpha hashing approach. tests passing. going throug and comparing with doorenbois thesis to implement unlinking
* modified alpha mem to us hashing, but still in process of refactoring. Also adding unlinking
* some refactoring, also shutting off pypy for travis
* only running py3.7, no pypy testing
* passing basic type hint checking on common
* adding some type hinting/checking, finding a few issues
* took a pass through all but network and have been making notes for changes
* fixed what looks like a bug in negated conditions and negated conjunctive conditions around deleting descendents of tokens on negation. Also, adding more notes and comments

v0.0.6
------

* refactored, to rename base module from rete to py\_rete
* renamed, so modules available from pip

v0.0.5
------

* modified license back, so that github auto detects MIT
* updated travis, I actually think deployment to pypi was working, the skipping branch message was just for the second condition that does not apply
* updated license to be more explicit about attribution
* beep

v0.0.4
------

* still trying to get auto deployment working right

v0.0.3
------

* trying to get pypi commiting on tags and no tags, but only on master

v0.0.2
------

* trying to authenticate to pypi again
* another try to authenticate with pypi
* modified configuration to publish to pypi
* trying to get working version for CI
* updated readme to be RST
* added license file from upstream and modified to include myself
* converting into python package, slight refactoring of things to accomodate. Still need to pull in license from upstream
* adding comments and slight refactoring to move beta classes together into beta module."
* Create LICENSE
* modified to pass tests using python3
* add test case
* rm op
* fix ncc number\_of\_conditions
* add XML Parsing
* add FilterNode & BindNode
* add pnode
* rm compare op
* fix get\_join\_tests\_from\_condition
* add dump to DOT
* refactor Rule
* add compare
* rm Var
* fix dummy join node & refactor package files
* fix update\_new\_node
* add NCCNode
* init benchmark
* add negative node and modify on the fly
* add remove wme
* add test status
* add CI
* Avoiding duplicate tokens
* add ref
