296
edits
(→Core: Hook function done) |
(Update TODOs) |
||
Line 6: | Line 6: | ||
** https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2012-September/029983.html | ** https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2012-September/029983.html | ||
** https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2012-October/030563.html | ** https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2012-October/030563.html | ||
* Add urlread and urlwrite tests using file:// URLs with temporary files | |||
== Forge == | == Forge == | ||
Line 17: | Line 18: | ||
* 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 | * Convert help texts to texinfo (in progress) | ||
* Convert style to Octave coding style standards | * Convert style to Octave coding style standards (in progress) | ||
* Add test blocks for all functions | |||
=== Communications Package === | === Communications Package === | ||
* Write vitdec | * Write vitdec | ||
* Write rcosine, rcosfir, rcosflt, rcosiir functions | * Write rcosine, rcosfir, rcosflt, rcosiir functions | ||
* Add useful test blocks for all functions | |||
=== Specfun Package === | === Specfun Package === | ||
Line 30: | Line 32: | ||
* Try to rewrite cosint in terms of expint only instead of duplicated expint helper functions | * 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 | * Add tests for cosint and sinint from A&S, similar to what I added to expint in Octave | ||
edits