Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just minor corrections #172

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
150ebdc
Python3 import fix
PatrickFURI Jul 2, 2018
e3a3da1
Remove ^L characters
PatrickFURI Jul 2, 2018
44212e7
Python3 changes to lexer
PatrickFURI Jul 2, 2018
caf43fb
Removed unnecessary if statement
PatrickFURI Jul 5, 2018
7f3e5b9
Revamped funtion and array translation
PatrickFURI Jul 5, 2018
82730c4
Changed main for IDLE compatibility, debugging, and improved output f…
PatrickFURI Jul 5, 2018
b8023f8
Improved for loops and function calls
PatrickFURI Jul 6, 2018
3a5ee3b
Improved logging
PatrickFURI Jul 9, 2018
a24dbb2
Improved function and array handling
PatrickFURI Jul 9, 2018
70dae70
Fixed array recognition
PatrickFURI Jul 9, 2018
b72de09
Fixed array expansion
PatrickFURI Jul 10, 2018
8d583a1
Improved indenting and plotting functions
PatrickFURI Jul 10, 2018
aacc682
Reduced header imports and translated MatLab file execution
PatrickFURI Jul 10, 2018
cfb3ee8
Fixed '>=' and '<=' tokens
PatrickFURI Jul 16, 2018
0d0842a
More functions and improved array handling
PatrickFURI Jul 16, 2018
42c82f9
More functions and fixed MATLAB imports
PatrickFURI Jul 19, 2018
a138c0f
Fixed whitespace and added set function
PatrickFURI Jul 20, 2018
445767b
Math functions and fixed variable copying
PatrickFURI Jul 20, 2018
acc096e
Fixed assignment bug
PatrickFURI Jul 23, 2018
fb57c39
Improved matrix and slice operations
PatrickFURI Jul 23, 2018
460879f
Fixed colon parsing in for loops
PatrickFURI Jul 24, 2018
7c1d1c7
Documentation
PatrickFURI Aug 2, 2018
13e8380
Text fix
PatrickFURI Aug 2, 2018
51c7a0f
Improved README
PatrickFURI Aug 3, 2018
3a09ef9
backend.py - corrected translation of MATLAB.size -> nympy.shape to s…
Apr 11, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ parsetab.py
dist/
build/
runtime/
smop/temp/
98 changes: 0 additions & 98 deletions HACKING.rst

This file was deleted.

50 changes: 0 additions & 50 deletions INSTALL

This file was deleted.

2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include LICENSE.MIT README.rst INSTALL
include LICENSE.MIT README.rst
include *
112 changes: 0 additions & 112 deletions NEWS.rst

This file was deleted.

Loading