Release Notes Version 5 0 2: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (New page: ==Changes and Bug Fixes in Version 5.0.2== ===NEW FUNCTIONS AND FILES=== <table> <tr> <td >doc </td> <td > Overload of the Matlab DOC function to trap calls for EVRI products.</t...) |
imported>Scott |
||
(4 intermediate revisions by 2 users not shown) | |||
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> | ||
<tr> | <tr> | ||
<td >evriclearlicense</td> | <td >[[evriclearlicense]] </td> | ||
<td > Added ability to clear license code WITHOUT asking for a new one.</td> | <td > Added ability to clear license code WITHOUT asking for a new one.</td> | ||
</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> |
Latest revision as of 16:18, 21 September 2011
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). |