User:Mtmiller/TODO: Difference between revisions

932 bytes removed ,  15 September 2015
prune Octave todo list
(→‎Hydra Autobuild: update progress on autobuild)
(prune Octave todo list)
Line 3: Line 3:
== Core ==
== Core ==


* Fix and test wavwrite with a few changes suggested on the mailing lists:
** https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2012-September/029983.html
** https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2012-October/030563.html
* Add urlread and urlwrite tests using file:// URLs with temporary files
* Add urlread and urlwrite tests using file:// URLs with temporary files


Line 12: Line 9:
=== [[Signal Package]] ===
=== [[Signal Package]] ===


* Add symmetric and FFT window options to the appropriate window functions
** http://octave.1599824.n4.nabble.com/fir1-question-on-symmetry-td4633018.html
* Compare pwelch wrapper functions (cpsd, tfestimate) to Matlab, change plot type shown?
* Compare pwelch wrapper functions (cpsd, tfestimate) to Matlab, change plot type shown?
* Look at sos2*, ss2*, tf2*, zp2* functions and make more consistent
* Look at sos2*, ss2*, tf2*, zp2* functions and make more consistent
* Add spectrogram function, make specgram a deprecated wrapper around spectrogram
* Add spectrogram function, make specgram a deprecated wrapper around spectrogram
** http://sourceforge.net/p/octave/bugs/152/
** http://sourceforge.net/p/octave/bugs/152/
* Convert help texts to texinfo (in progress)
* Convert help texts to texinfo (work in progress)
* Convert style to Octave coding style standards (in progress)
* Convert style to Octave coding style standards (work in progress)
* Add test blocks for all functions
* Add test blocks for all functions (work in progress)


=== [[Communications Package]] ===
=== [[Communications Package]] ===
Line 26: Line 21:
* Write vitdec
* Write vitdec
* Write rcosine, rcosfir, rcosflt, rcosiir functions
* Write rcosine, rcosfir, rcosflt, rcosiir functions
* Add useful test blocks for all functions
* Add useful test blocks for all functions (work in progress)
 
=== Specfun Package ===
 
* Try to rewrite cosint in terms of expint only instead of duplicated expint helper functions
* Add tests for cosint and sinint from A&S, similar to what I added to expint in Octave
 
== [[Continuous Build|Hydra Autobuild]] ==
 
* <del>Add <code>--enable-openmp</code> to configure options</del>
* <del>Fix build jobs unable to locate <code>jni.h</code>, while tarball job is able to find it</del>
* Add missing dependency libraries gl2ps and ARPACK
* <del>Use <code>xvfb-run</code> to run the test suite just like the Debian package build rules</del>
296

edits