Opened 9 years ago
Closed 9 years ago
#50617 closed update (fixed)
octave-interval @1.3.0_0: update to 1.4.1
Reported by: | Schamschula (Marius Schamschula) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | haspatch maintainer | Cc: | michaelld (Michael Dickens) |
Port: | octave-interval |
Description
octave-interval has been updated to version 1.4.1. New this version:
- mpower: Improved accuracy and speed. The interval matrix square can now be computed without dependency errors and with tightest accuracy.
- factorial: New interval arithmetic operation
- expm, norm: New interval matrix operations
- The functions recip and sqr have been deprecated and will be removed in a future release. Please use ‘1 ./ X’ and ‘X . 2’ instead.
Bugfixes
- bitunpack, interval_bitpack: The order of inf/sup/dec parts has been fixed. The function documentation describes how the functions behave on little-endian and big-endian systems.
Attachments (1)
Change History (2)
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-octave-interval.diff added |
---|
comment:1 Changed 9 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Done in r145695.