Opened 9 years ago
Closed 9 years ago
#49067 closed update (fixed)
octave-interval @1.1.0_0: Update to 1.2.0
Reported by: | Schamschula (Marius Schamschula) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | haspatch maintainer | Cc: | |
Port: | octave-interval |
Description
octave-interval has been updated to version 1.2.0:
- The output format for intervals has been changed. The number of decimal places now respects what has been set by the user with the ‘format short’ or ‘format long’ command, and is much shorter by default. Also it is possible to use ‘format hex’. The old format can be accessed with the ‘intervaltotext’ function.
- fminsearch: New optimizer function for finding the minimum value of a function over interval constraints using the Skelboe-Moore algorithm
- fzero: Changed function parameters to support optimset options
- power: Improved speed of the general interval power function and monomials with the notation x .^ n
- plot, plot3: Added support for colormaps
Bugfixes
- mldivide: Fixed algorithm to handle more matrices without error
- bisect: Fixed an error during bisection of singleton intervals
Attachments (2)
Change History (6)
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-octave-interval.diff added |
---|
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | patch-src_Makefile.diff added |
---|
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to michaelld@… |
---|
comment:2 Changed 9 years ago by Schamschula (Marius Schamschula)
I test built using the patch. However, all the patch was doing is to add a -v flag, with Michael probably thought unnecessary. The previous patch had set this flag but also fixed some other things in the Makefile.
comment:3 Changed 9 years ago by michaelld (Michael Dickens)
My vote is since the patch now just adds "-v", and we know this port builds, that we just remove the patch. It makes things easier to maintain. Is that OK with you Marius?
comment:4 Changed 9 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I'm going to close this ticket as fixed either way. I can always add the patch back if folks really want it.
Note: See
TracTickets for help on using
tickets.
Michael updated octave-interval to 1.2.0 in r140898 but removed the patch. Should it be added again?