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.
dd9a2e41b711f525ebfad1e00e105c9a3fd5e1c6
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
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
11
9
8
1
29
Nov
27
24
21
19
18
15
9
8
7
Merge branch 'master' of kompiler.org:trs
Fixed faulty indices in rule messages.
On error, add a traceback to the JSON object.
Applied temporary fix from previous commit to definite integral bounds too.
Added temporary fix to solve negated integral bounds syntax error.
Added a slightly different sphere volume test, which fails (should succeed).
Fixed some integral rules using negation and added a power rule:
Added a unit test that mysteriously failes validation...
Made test and main file executable.
Merge branch 'breadth_first' of kompiler.org:trs into breadth_first
breadth_first
breadth_first
Removed unneeded build dependency.
Add AGPLv3 header to all source files.
Remove old, temporary source files.
Validate using breadth-first search (this is an experimental feature).
validation
validation
Clone the scope using deepcopy, if used more than once.
Improve test cases from Leiden Oefenopgaves.
Remove old todo items.
Remove match_multiply_zero in favor of match_multiply_numerics.
Add mathematical notation makers to derivatives' hints.
Fix negation bug in numeric power (e.g. -2^8).
Fix missing parenthesis in beautified hint.
Added credit text at bottom of frontend.
Add remaining backtricks for mathematical notation.
Set the request query as input value in the frontend.
Reset flex's internal buffer (depends on new pybison version).
Math notation is now correctly applied in callable messages.
reduce maximum number of rewrite steps to 30.
Fix duplicated steps in frontend's answer.
Use tornado web framework instead of webpy for backend.
Remove codemirror2 libraries from frontend.
Fix removal of outdated hint messages.
Restored TODO-list
Add MathJax backticks to possibility messages.
Removed old, disabled code from the frontend.
Math expressions in hints are pretty printed using MathJax.
Fixed main.py import error.
Fixed outline issue on textarea in google chrome browser.
Fixed whitespace issue in main.py (PEP8).
Implemented frontend logic for 'step' and 'answer'.
Finished 'step' and 'answer' request handlers.
Loading