Skip to content

Commit 80eb58e

Browse files
author
mr
committed
org: TODO/DONE
1 parent eacac93 commit 80eb58e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

TODO.org

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
#+AUTHOR: Marek Rudnicki
33
#+CATEGORY: matlab_wrap
44

5-
* IPython notebook support
6-
5+
* TODO IPython notebook support
76
* DONE Documentation
87

98
** DONE Apply guidelines from writethedocs.org
@@ -26,7 +25,7 @@
2625
- matlab_root (modify PATH, ln -s)
2726
- /bin/csh
2827

29-
* Spread the word
28+
* CANCELED Spread the word
3029

3130
** Show HN
3231

@@ -46,7 +45,7 @@ https://groups.google.com/forum/#!forum/comp.soft-sys.matlab
4645
https://github.com/mrkrd/matlab_wrapper/pull/7
4746

4847

49-
* Auto-detect the number of output arguments (nout)
48+
* TODO Auto-detect the number of output arguments (nout)
5049

5150
- check get_nout() from oct2py:
5251

@@ -55,7 +54,7 @@ https://github.com/mrkrd/matlab_wrapper/pull/7
5554
- check mlabwrap
5655

5756

58-
* Auto-convert int to float in matlab.put()
57+
* TODO Auto-convert int to float in matlab.put()
5958

6059
The problem is that in MATLAB this conversion is implicit and writing
6160
e.g.
@@ -125,13 +124,13 @@ Python is not correct.
125124

126125
Issue #6 by Jeremy Moreau
127126

128-
* Explicit warning when using Python 3
127+
* TODO Explicit warning when using Python 3
129128

130129
* DONE Setup a mailing list
131130

132131
matlab_wrapper@googlegroups.com
133132

134-
* Investigate `undefined symbol' error
133+
* TODO Investigate `undefined symbol' error
135134

136135
Might have something to do with matplotlib.
137136

@@ -174,7 +173,7 @@ matlab_wrapper has to take into account inverse indexing:
174173
as well as row vs column of the inner most arrays:
175174

176175
[i][j][k][l] <=> [k][l][j][i]
177-
* Test string parameters (path) to a function (#15)
176+
* TODO Test string parameters (path) to a function (#15)
178177

179178
ftp://ftp.scp.byu.edu/pub/software/matlab/loadsir.m
180179
ftp://ftp.scp.byu.edu/data/qscat/1999/sir/queh/SAm/201/a/queh-a-SAm99-201-204.sir.gz

0 commit comments

Comments
 (0)