User:Mtmiller/TODO: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Core: Add Java runtime FPU state restore task)
 
(31 intermediate revisions by 2 users not shown)
Line 3: Line 3:
== Core ==
== 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
** https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2012-September/029983.html
 
** https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2012-October/030563.html
 
* Improve Qt detection: require >= 4.6 or add more feature tests?
=== Old Bugs ===
* Restore FPU state after return from calls in to Java runtime on i386
 
** https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2013-February/032021.html
Work off some old untouched bug reports. The following bugs have not been commented on or updated since before 2014-01-01.
 
* {{bug|38063}} OF statistics
* {{bug|38087}} OF image
* <del>{{bug|38261}}</del> p
* {{bug|38345}} OF image
* <del>{{bug|38369}}</del> p
* <del>{{bug|38460}}</del> p
* <del>{{bug|38542}}</del> p
* <del>{{bug|38587}}</del> p
* <del>{{bug|38666}}</del> p
* <del>{{bug|38776}}</del> p
* <del>{{bug|38806}}</del> p
* <del>{{bug|38961}}</del> p
* <del>{{bug|39141}}</del> p
* <del>{{bug|39168}}</del> f
* <del>{{bug|39243}}</del> f/p
* {{bug|39249}} imread
* <del>{{bug|39309}}</del> p
* <del>{{bug|39314}}</del> p
* <del>{{bug|39316}}</del> p
* <del>{{bug|39393}}</del> p
* {{bug|39424}}
* {{bug|39426}}
* {{bug|39430}}
* {{bug|39431}}
* {{bug|39432}}
* {{bug|39434}}
* {{bug|39552}}
* {{bug|39604}}
* {{bug|39605}}
* {{bug|39642}}
* {{bug|39643}}
* {{bug|39692}}
* {{bug|39827}}
* <del>{{bug|39834}}</del> p
* {{bug|39935}}
* <del>{{bug|40045}}</del> p
* {{bug|40066}} OF dicom
* {{bug|40105}}
* {{bug|40117}}
* {{bug|40212}}
* {{bug|40343}}
* {{bug|40537}}
* {{bug|40546}}
* {{bug|40562}}
* {{bug|40576}}
* {{bug|40663}}
* {{bug|40668}}
* {{bug|40687}}
* {{bug|40739}}
* {{bug|40744}}
* {{bug|40812}}


== Forge ==
== Forge ==


=== Signal Package ===
=== [[Signal Package]] ===


* Fix window functions to be consistent, handle degenerate cases, symmetric vs. FFT options
* Compare pwelch wrapper functions (cpsd, tfestimate) to Matlab, change plot type shown?
** http://octave.1599824.n4.nabble.com/fir1-question-on-symmetry-td4633018.html
* Look at sos2*, ss2*, tf2*, zp2* functions and make more consistent
* Investigate dependencies on other Forge packages, remove as many as possible to make installation less burdensome
* Add spectrogram function, make specgram a deprecated wrapper around spectrogram
** http://sourceforge.net/p/octave/bugs/152/
* Convert help texts to texinfo (work in progress)
* Convert style to Octave coding style standards (work in progress)
* Add test blocks for all functions (work in progress)


=== Communications Package ===
=== [[Communications Package]] ===


* Rewrite convenc to use trellis from poly2trellis, test for same results
* Write vitdec
* Write vitdec
* Write rcosine, rcosfir, rcosflt, rcosiir functions
* Write rcosine, rcosfir, rcosflt, rcosiir functions
 
* Add useful test blocks for all functions (work in progress)
== Ideas ==
 
* Can urlread and urlwrite be tested using file:// URLs with temporary files?
* Octave 4.0 release goals...

Latest revision as of 23:54, 24 November 2016

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[edit]

  • Add urlread and urlwrite tests using file:// URLs with temporary files


Old Bugs[edit]

Work off some old untouched bug reports. The following bugs have not been commented on or updated since before 2014-01-01.

Forge[edit]

Signal Package[edit]

  • 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 (work in progress)
  • Convert style to Octave coding style standards (work in progress)
  • Add test blocks for all functions (work in progress)

Communications Package[edit]

  • Write vitdec
  • Write rcosine, rcosfir, rcosflt, rcosiir functions
  • Add useful test blocks for all functions (work in progress)