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
4635633b0e02bce3998ce56a6c1aa4d766220971
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
26
Mar
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
Source cleanup.
Added test for integral notation.
Resolved shift/reduce conflict for integrals.
Implemented integral notation, still produces one shift/reduce conflict.
Started implementing integrals.
Added rules and chain test for solving der(x ^ x) (among others).
Fixed multiplication sign in preprocessor for usage of square brackets.
Upgraded graph_drawing to latest version.
Upgraded graph_drawing to latest version.
Added more logarithmic rules.
Added message for raised_base rule, and added it to src/rules/__init__.py.
Added the basics for integral rewrite rules.
Generalized PI to SPECIAL_TOKENS, now including INFINITY.
Derivative now supports multiple variables without an error.
Added item to TODO list.
Applied pep8.
Added advanded unit tests for d/dx e^x.
Added identifier possibility parser concerning syntax 'log_g(x)'.
Added last logarithmic rule.
Added unit tests for earliers added logarithmic rules.
Added some rules for logarithms.
Added inequivalence operator to ExpressionBase.
Improved preprocessor.
Removed a bunch of unused imports.
Added possibility to pass an operator as an integer to the ExprexxionNode constructor.
Implemented sum rule, product rule and quotient rule.
Implemented last of the standard derivatives.
Renamed a unit test function to remove double names.
Added some new syntaxes for logarithms in the parser and printer.
Added derivation rule for logarithm.
Merged conflicts and fixed some parser issues.
Removed commented 'delta' token usage from parser.
Added token with highest precedence for functions wih parentheses.
Solved preprocessor inserting multiplication signs in keywords.
Updated to latest pybison version.
Added some tests for chein rule.
Added overwrite fucntion for derivative line generation.
Added some tests for derivative operator precedence.
Applied newest multiplication sign omission rules to existing unit tests.
Updated graph_drawing to latest version.
Loading