Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
trs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
trs
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
b47f8fee35fcaf435bafab2f8fb96654acb73592
Select Git revision
Branches
4
breadth_first
develop
master
default
protected
validation
4 results
Begin with the selected commit
Created with Raphaël 2.2.0
17
Apr
16
14
12
11
9
2
29
Mar
28
27
26
25
24
21
20
19
15
14
13
12
8
5
2
28
Feb
27
26
25
24
23
20
19
18
17
16
15
2
27
Jan
26
25
24
23
22
21
20
15
14
12
9
8
7
5
27
Dec
24
14
13
12
11
9
8
1
29
Nov
27
24
21
19
18
15
9
8
7
Added 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