User:Mtmiller/TODO: Difference between revisions
Jump to navigation
Jump to search
(Update TODOs) |
(Add todos for hydra autobuild recipe) |
||
Line 32: | 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 | ||
== Hydra Autobuild == | |||
* Add <code>--enable-openmp</code> to configure options | |||
* Add <code>--disable-jit</code> to configure options to make it explicit | |||
* Fix build jobs unable to locate <code>jni.h</code>, while tarball job is able to find it | |||
* Add missing dependency libraries gl2ps and ARPACK | |||
* Use <code>xvfb-run</code> to run the test suite just like the Debian package build rules |
Revision as of 14:31, 15 May 2014
These are my todo lists for tracking things I am working on or want to work on. You can add to my lists to assign me things or give me ideas, but please sign anything you add to this page with "~~~~".
Core
- Fix and test wavwrite with a few changes suggested on the mailing lists:
- Add urlread and urlwrite tests using file:// URLs with temporary files
Forge
Signal Package
- Add symmetric and FFT window options to the appropriate window functions
- Compare pwelch wrapper functions (cpsd, tfestimate) to Matlab, change plot type shown?
- Look at sos2*, ss2*, tf2*, zp2* functions and make more consistent
- Add spectrogram function, make specgram a deprecated wrapper around spectrogram
- Convert help texts to texinfo (in progress)
- Convert style to Octave coding style standards (in progress)
- Add test blocks for all functions
Communications Package
- Write vitdec
- Write rcosine, rcosfir, rcosflt, rcosiir functions
- Add useful test blocks for all functions
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
Hydra Autobuild
- Add
--enable-openmp
to configure options - Add
--disable-jit
to configure options to make it explicit - Fix build jobs unable to locate
jni.h
, while tarball job is able to find it - Add missing dependency libraries gl2ps and ARPACK
- Use
xvfb-run
to run the test suite just like the Debian package build rules