Analytica 5.0 beta Release Notes/Changes in 5.0.10
This page contains changes in build 5.0.10.82 since the previous 5.0 beta build, which was 5.0.9.81.
Cell formats
- Number formats for local indexes were not sticking.
- Table redraws repeatedly, once per row.
Diagram
- When you set the fill color for a node, it turns on the Fill node style, saving you from having to visit the Node Style dialog to turn on fill. This is especially helpful for text nodes.
- When dragging a node with snap-to-grid on, the ghost image isn't always on the grid, so that when you release the node ends up a few pixels off from where the ghost image was at as the node snaps to grid.
- Undo is now available for changed color.
Engine
- You can now pass Null to a color parameter without an error (the function result will be Null).
- You can assign a non-List 1-D array to Sys_FoundSet. Formerly it would report an error (i.e., that the value isn't a list).
- Most the canvas functions were not appearing in Expression Assist.
- MatrixMultiply efficiency improved for the special case where the first and last index to the call are the same index -- the
Iindex in the callMatrixMultiply(a,I,J,b,K,I). When you do this, the result is the diagonal of the matrix product ofaandb. The efficiency is obtained by avoiding the whole computation of the full matrix as an intermediate.
Window management
- The help button on the title bar of dialogs was not working on some of the dialogs (possible only on some computers).
- In maximized mode, the attribute panel expanded to use all the space.
Comments
Enable comment auto-refresher