-----
Released on 2008-11-21
C++ framework:
* Fixed a bug in RuleSet::updateWeights() which caused wrong weight
results.
* Added missing MMapRuleManagement.h include to dynrules.h
Python framework:
* Fixed name ambiguity for the Python and C implementation.
The visible C types in the dynrules packages were renamed to
CRule, CRuleSet and CLearnSystem, the C module types still have their
original name.
* Fixed C API slots.
* Added RuleSet.find() and CRuleSet.find() methods.
* New RuleManagement class.
* New MMapRuleManagement class for in-memory rule management.