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
Graph
7aa305d18ce1b339daacb618bae8bec40c9e1ba3
Select Git revision
Branches
4
breadth_first
develop
master
default
protected
validation
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Nov
17
15
21
Oct
20
11
10
13
Sep
13
Jun
12
4
31
May
17
16
5
2
24
Apr
23
22
21
19
18
17
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
Removed old references to static jquery/codemirror2 files
Parentheses for logarithms are now added using OP_PARENS instead of the old hacky way
Makefile cleanup
Applied pep8
Fixed unit tests broken due to rebase on stable branch
Updated TODO list.
Significantly improved the parser.
Added item to TODO list.
The use of brackets is now equal to that of parentheses.
Multiplication sign is not omitted anymore for multiplication of equal identifiers
Upgraded testrunner to latest version
Upgraded graph_drawing to latest version
Corrected mixed up definite/indefinite integral references
Updated TODO list
Lowered precedences of expansion and exponent extension
Extending exponents is now limited to 1 < exponent < 4
Updated comment
Fixed some negation issues in integral rules
Corrected typo
Implemented correct parentheses parsing for logarithms
Implemented correct parentheses parsing for simple functions
'make test' now uses testrunner from externals directory
Backend can now be killed using keyboard interrupt without error
Removed old jquery target from make rules
Removed unused submodule 'codemirror2'
jQuery is now included as a static file instead of a submodule
Added testrunner as a submodule (getting sick of import errors)
Add missed rewrite possibility to TODO list (remove common factors in division)
Fix computing derivative of negated exponential expressions
Added some items to TODO list
Code cleanup
Display proper status indication after validation for each input line
Make sure that 'xx' is not displayed as a cross.
Display error in GUI when something goes wrong
Add error message CSS
Fixed previously added rule for all negation cases.
Added new rule for eliminating fractions from fractions.
Added 'assertEvaluates' method for unit testing.
Made combine_groups a high-priority rule.
All derivative rules now keep using the same derivative operator al the way through the calclation.
Loading