Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • breadth_first
  • develop
  • master default protected
  • validation
4 results
Created with Raphaël 2.2.017Apr161412119229Mar28272625242120191514131285228Feb2726252423201918171615227Jan26252423222120151412987527Dec241413121198129Nov272421191815987Added a basic unit test for strategy (needs to be extended).Improved 'factor' rules so that 'Expand ...'-hints make more sense.Updated numeric rules to use Scope, so that they work for the new n-ary match system.Validation not uses new 'clone' function.Finished separating parser state and interactive state, and added first version of strategy.Fixed some rule messages.Possibilities are now not generated more than once for a node.Interactive parser state is not changed by parser hooks anymore, but separated in functions.Ficed old numeric messages to match new function args.Changed rule imports to relative imports.Added a set of reduction rules for expressions with absolute values.Added absolute value to linear equation rules.Removed some unused imports.Fixed nominator term extraction rule for single-term nominators.Fine-tuned fraction rules and updated unit tests accordingly.Applied most of the new fraction rules.Commenced some chanches to fraction rules (unit tests are still failing).Changed negation precedence to that of subtraction and modified rules+tests correspondingly.Added utility function to check wether a number divides another number.Changed function name.Extended equation multiplication rule to apply for a negated left side.Node.contains() now ignores negation in the compared node during comparison.Added rules to divide/multiply both sides of an equation with a constant.Shortened rule name.Added rule for subtracting addition terms from both sides of an equation.Added shortcut constructor for equality operator.Added rule that generates a quadrants addition.Added negation checks to sinus + cosinus quadrants rule.Upgraded pybison to latest version.Added logical operators.Upgraded graph_drawing to latest version.Added/improved some simple rules for integrals.Removed blank line according to pep8 standards.Moved all spreaded node creation functions to src/node.py.Removed some unused imports.Added integral rules for functions and fractions.Added rules for integrals of fractions.Added short notation for absolute values as only function parameter.Removed function notation check for integrals from parser.Added notation for absolute value to the parser.
Loading