- Resolved #10. Corner case in DepthStrategy in which the first activation of the agenda didn't get removed.
- Resolved #11 that was introduced with #7, that caused the same behavior under different conditions.
- Resolved #7. In some situations last activation was removed right after entering the agenda.
- Resolved #3. Rules should not be called with already retracted facts.
- Drop Python 3.4 support.
- Use setup.cfg to save all package metadata.
- Rebranded to Experta.
- Implemented the template system.
- Replaced warnings by watchers messages.
- Fixed freeze() with frozen objects.
- Fixed unfreeze() with unfrozen objects.
- Parametrized DefFacts via reset() kwargs.
- Improved overall performance.
- Added Python version 3.7 to tox.ini.
- Monkey and bananas example.
- Fixed bug, numeric index args gets repeated in a weird way introduced in 1.4.0.
- Pass only the defined args in absence of kwargs.
- Order integer facts keys after making a copy.
- as_dict method for Fact.
- freeze and unfreeze method documentation.
- unfreeze method in pyknow.utils.
- Zebra example from Clips.
- pyknow.operator module.
- Nested matching.
- Added Talk 'Sistemas Expertos en Python con PyKnow - PyConES 2017' to docs folder.
- Freeze fact values as the default behavior to address Issue #9.
- Added pyknow.utils.anyof to mitigate Issue #7.
- Raise RuntimeError if a fact value is modified after declare().
- Added MATCH and AS objects.
- Removing the borg optimization for P field constraints.
- Use the hash of the check in the sorting of the nodes to always generate the same alpha part of the network.
- Allow any kind of callable in Predicate Field Constraints (P()).
- DNF of OR clause inside AND or Rule was implemented wrong.
- RETE matching algorithm.
- Better Rule decorator system.
- Facts are dictionaries.
- Documentation.
- Unestable API.
- Wrong matching algorithm.
- Bad performance
- PLEASE DON'T USE THIS.