Release Notes Version 5 0 2: Difference between revisions
Jump to navigation
Jump to search
imported>Scott No edit summary |
imported>Scott No edit summary |
||
Line 5: | Line 5: | ||
<table> | <table> | ||
<tr> | <tr> | ||
<td >doc | <td >doc </td> | ||
<td > Overload of the Matlab DOC function to trap calls for EVRI products.</td> | <td > Overload of the Matlab DOC function to trap calls for EVRI products.</td> | ||
</tr> | </tr> | ||
Line 13: | Line 13: | ||
<table > | <table > | ||
<tr> | <tr> | ||
<td >browse</td> | <td >browse </td> | ||
<td > Add help/send error report menu item.</td> | <td > Add help/send error report menu item.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td >editds</td> | <td >editds </td> | ||
<td > Add missing semicolon.</td> | <td > Add missing semicolon.</td> | ||
</tr> | </tr> | ||
Line 25: | Line 25: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td >polyinterp</td> | <td >polyinterp </td> | ||
<td > Move mdcheck and axis lookup logic OUTSIDE of variable loop. VASTLY improves speed (~factor of 14).</td> | <td > Move mdcheck and axis lookup logic OUTSIDE of variable loop. VASTLY improves speed (~factor of 14).</td> | ||
</tr> | </tr> | ||
</table> | </table> |
Revision as of 18:37, 21 November 2008
Changes and Bug Fixes in Version 5.0.2
NEW FUNCTIONS AND FILES
doc | Overload of the Matlab DOC function to trap calls for EVRI products. |
BUG FIXES
browse | Add help/send error report menu item. |
editds | Add missing semicolon. |
evriclearlicense | Added ability to clear license code WITHOUT asking for a new one. |
polyinterp | Move mdcheck and axis lookup logic OUTSIDE of variable loop. VASTLY improves speed (~factor of 14). |