Analytica 4.4 beta Release Notes/Changes in 4.4.0.18
<< Analytica 4.4 beta Release Notes
This page lists fixes in beta build 4.4.0.18 since the previous beta build 4.4.0.15. For major enhancements since 4.3, see What's new in Analytica 4.4?.
This will be the last 4.4 beta build. We expect the official release of 4.4 to occur in the first or second week of January.
This page is still in progress... Not complete yet.
Diagrams
- Added a border around the output node buttons, like Calc and Result, giving then a slightly crisper edge rather than the previous feathered appearance.
- Fixed problems related to vertical centering of text in nodes in certain cases and when editing.
Engine
- Improved robustness of Analytica when handing and reporting a stack overflow error.
- Implemented a warning when Sum, Product, Area, Variance, Skewness, Kurtosis, ArgMin, or ArgMax is applied to an array containing only Null values in a legacy model -- a model originally saved in 4.3. This case is one that could alter computed results when moving from 4.3 to 4.4, since 4.4 returns Null in these cases, and 4.3 returns various non-null (inconsistent among the functions) results. Note that the Show Result Warnings preference must be enabled to see warnings.
- Added a new system variable, Sys_AllNullTreatment to control whether the previously mentioned warning is issued, which can also be used to enable the legacy 4.3 behavior if desired. Possible values: 0 = no warnings, 1=warn, 4=no warning and return what 4.3 returns.
- Fixed a GDI objects leak
Expression Assist
- Added a help stripe to the bottom of the expression assist popups. The stripe shows the hot key shortcuts (ESC=hide, Ctrl+space=Show, Ctrl+?=toggle on/off). A question mark icon allows you to hide/show the help stripe.
- When you type
A[I=, expression assist tries to show you the list of index values forI. A few changes were made in the case where I is an index when a very large number of possible values. It will now show up to 500 values, plus possibly the last 30 (previously those were 50 and 3). However, it limits the amount of time it spends matching index values to a few milliseconds so that in extremely large indexes (e.g., with millions of elements), it doesn't impede typing speed. This means that for really large indexes, it may not list all possible matches to what you've typed so far.
- Refined the dragging/pinning of the popups further.
- The autocomplete balloon now always remains in a focused state when visible, which means the first item will be selected immediately.
Graphing
- In a certain case, a graph would display as a line graph, but Graph Setup reported it as a bar chart. This happened when the X-axis index was set to a discrete domain with type Numbers only, and the graph was configured to select the default graph setting (i.e. no chart type had previously been selected). This was made to be consistent.
- When copying nodes, chart axis settings (like include zero) for exogenous variables would often get dropped in the copied node.
Publish to Cloud
- Corrected a problem in which a person with two group accounts was blocked from uploading a model using the Publish to Cloud... command.
ADE
- CATable::SetDataByElements and CATable::SetDataByLabels were not working properly on SubTables.
- Augmented ADE Reference Guide with permission settings guidance under IIS 7.5.
Installers
- When running the installers with Windows 7 set to large font DPI settings, many of the installer screens were unreadable with text appearing in the wrong places (especially so for 150% DPI or higher). This has been corrected.
- When you move the install location by rerunning the ADE installer and selecting a different destination directory, there were a couple files that didn't get removed from the original location.
Manuals
- Added mention of help balloons in Tutorial
- Adjusted preference dialog screenshot and description. Standardized on terminology Help Balloons.
- Added information about new 4.4 extensions of SpreadsheetRange and SpreadsheetCell.
Comments
Enable comment auto-refresher