User:Mtmiller/TODO: Difference between revisions
Jump to navigation
Jump to search
(add links to projects that have their own wiki pages) |
(→Hydra Autobuild: update progress on autobuild) |
||
Line 35: | Line 35: | ||
== [[Continuous Build|Hydra Autobuild]] == | == [[Continuous Build|Hydra Autobuild]] == | ||
* Add <code>--enable-openmp</code> to configure options | * <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> | |||
* 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 | * Add missing dependency libraries gl2ps and ARPACK | ||
* Use <code>xvfb-run</code> to run the test suite just like the Debian package build rules | * <del>Use <code>xvfb-run</code> to run the test suite just like the Debian package build rules</del> |
Revision as of 13:30, 30 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 optionsFix build jobs unable to locatejni.h
, while tarball job is able to find it- Add missing dependency libraries gl2ps and ARPACK
Usexvfb-run
to run the test suite just like the Debian package build rules