GNU Octave - Tasks: task #12153, Incorporate Octave-Forge core...
You are not allowed to post comments on this tracker with your current authentication level.
task #12153: Incorporate Octave-Forge core functions into Octave
Submitter: | Rik <rik5> | ||
Submitted: | Mon 02 Jul 2012 04:19:45 PM UTC | ||
Should Start On: | Mon 02 Jul 2012 07:00:00 AM UTC | Should be Finished on: | Tue 02 Oct 2012 07:00:00 AM UTC |
Category: | Wish | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | |
Open/Closed: | Open | Fixed Release: | None |
Planned Release: | None |
Jump to the original submission
Sat 14 Jan 2017 01:50:08 AM UTC, comment #18: |
Rik <rik5>![]() |
Wed 11 Jan 2017 09:41:55 AM UTC, comment #17: gsvd has moved to core Octave dev version.
|
Philip Nienhuis <philipnienhuis>![]() |
Tue 19 Jul 2016 07:54:05 AM UTC, comment #16: Now that ODE solvers are in core I think also
|
Carlo de Falco <cdf>![]() |
Mon 18 Jul 2016 02:59:32 PM UTC, comment #15: Wasn't there a GSOC project or the like for a better funm? It has been advertised for several years on the projects idea page, but IIRC this year there was some movement.
|
Philip Nienhuis <philipnienhuis>![]() |
Mon 18 Jul 2016 02:18:36 PM UTC, comment #14: I moved condeig from linear-algebra to the core in this cset (http://hg.savannah.gnu.org/hgweb/octave/rev/e859caa53399).
|
Rik <rik5>![]() |
Fri 15 Jul 2016 01:52:24 PM UTC, comment #13: The function publish has been moved to core (see patch #9048).
|
Carnë Draug <carandraug>![]() |
Tue 03 Sep 2013 11:10:48 PM UTC, comment #12: Much progress has been made.
|
Rik <rik5>![]() |
Tue 03 Sep 2013 11:07:32 PM UTC, comment #11: I added a note in the unimplemented.m script pointing users of exifread to imfinfo (http://hg.savannah.gnu.org/hgweb/octave/rev/84c119957463). |
Rik <rik5>![]() |
Mon 02 Sep 2013 07:18:44 AM UTC, comment #10: I was looking closer at Matlab's does and in addition to the minor list I mentioned before, they also returned 2 structs with the rest of the Exif data.
|
Carnë Draug <carandraug>![]() |
Wed 08 May 2013 05:36:41 PM UTC, comment #9: I like option 3. This preserves Matlab compatibility, but also allows users to get as much information as possible about the image. This fits the Octave ideal of being able to run any Matlab script, but also extending syntax where it makes sense. |
Rik <rik5>![]() |
Sat 04 May 2013 06:20:07 PM UTC, comment #8: Should we bother wth exifread? Matlab has deprecated it. They suggest to use imfinfo and I looked into it, but matlab's imfinfo only reads a very small part of the EXIF data, in no way comparable to what exifread/readexif does.
|
Carnë Draug <carandraug>![]() |
Fri 03 May 2013 05:29:15 PM UTC, comment #7: The list of missing functions is shrinking.
|
Rik <rik5>![]() |
Mon 29 Apr 2013 01:24:13 PM UTC, comment #6: Nice. I have removed them from the specfun package.
|
Carnë Draug <carandraug>![]() |
Mon 29 Apr 2013 04:53:23 AM UTC, comment #5: The specfun functions ellipj, ellipke, and expint are now imported from Octave Forge. I've also removed resample from the unimplemented list. |
Mike Miller <mtmiller>![]() |
Thu 14 Mar 2013 03:14:20 PM UTC, comment #4: New list as of 3/14/2013
|
Rik <rik5>![]() |
Thu 14 Mar 2013 01:09:05 PM UTC, comment #3: Please note that the Matlab core function resample is actually a method of the timeseries class, at least this is what the API docs on the web tell me:
|
Mike Miller <mtmiller>![]() |
Thu 28 Feb 2013 05:38:13 AM UTC, comment #2: I'd also like to have
|
Carlo de Falco <cdf>![]() |
Wed 15 Aug 2012 04:37:23 AM UTC, comment #1: Progress has been made. The list of functions to be ported has narrowed. The current list (8/14/2012) is now:
|
Rik <rik5>![]() |
Mon 02 Jul 2012 04:19:45 PM UTC, original submission:
Octave has a list of core Matlab functions (unimplemented.m) which are missing from core Octave. Some of these functions are already available in Octave-Forge in various packages. It would be a good idea to bring these functions into core Octave and update their coding styles to reflect core Octave. This is a much less arduous task than trying to create these functions from scratch.
|
Rik <rik5>![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Powered by Savane 3.12.
Corresponding source code
The lack of spreadsheet functions was just an oversight. I made the original list back in 2012 and probably just missed them.