User:Mtmiller/TODO: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Specfun Package: new section)
(→‎Core: Add todos not in bug tracker)
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
* Improve Qt detection: require >= 4.6 or add more feature tests?
* Fix ellipj logic (move computation into liboctave, handle all array types)
** {{bug|38874}}
** https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2013-May/033474.html
* Add a hook function to handle missing Octave components (mkoctfile, info manual, etc)
** http://lists.alioth.debian.org/pipermail/pkg-octave-devel/2013-August/010278.html


== Forge ==
== Forge ==

Revision as of 12:57, 13 August 2013

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

Forge

Signal Package

Communications Package

  • Rewrite convenc to use trellis from poly2trellis, test for same results
  • Write vitdec
  • Write rcosine, rcosfir, rcosflt, rcosiir 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
  • Resurrect old ellipj.m and compare results and performance to ellipj.cc in Octave core

Ideas

  • Can urlread and urlwrite be tested using file:// URLs with temporary files?
  • Octave 4.0 release goals...