Analytica 5.1 beta Release Notes/Changes in 5.1.2

< Analytica 5.1 beta Release Notes
Revision as of 22:46, 13 April 2018 by Lchrisman (talk | contribs) (→‎Preferences)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page lists the changes in beta build 5.1.2 since the previous beta build 5.1.1.

GUI

  • Fixed a bug in which the check state between Checkboxes in table cells were interacting incorrectly, like unchecking one caused them all to uncheck, etc.
  • Fixed a crash bug that occurred when opening a MultiTable, where the meta-expressions had different dimensionalities. It particular, where one cell's meta-expression included the multitable's table index and another cell's meta expression did not include that index.
  • When viewing a table in "Show expressions" view (when some cells have Checkbox or Choice controls), text is now shown with quotes even when the entry type for the table is text-only. This eliminated an ambiguity where the text "Checkbox(0)" looked identical to the expression for the checkbox, etc.

GUI

  • The ToolbarExprButton.png hover icon how appears in browse mode for a variable node with a non-empty Definition.
  • Formerly the ToolbarExprButton.png toolbar or hover icon would jump to the Definition in an already open Object Window. This has been changed to open in the window from which it was pressed if possible, for example, in the attribute panel when pressed from a diagram.
  • The [Esc] key wasn't closing the number format dialog.
  • Fixed a case where the number format didn't open to the format for the selected cell that occurred with a report variable.
  • When you change a List definition to a choice by using the Definition-type pulldown, there were a few glitches (e.g., a button in the Definition field with a garbage label overlaying the textual definition) and spurious error messages when the model contained a table that used that variable as an index.

Preferences

  • Fixed a case where turning off the Domain acts as self index didn't rewrite a variable's definition correctly, involving a multiple step sequence of domains that copied the previous variable's domain as index.

Typescript

  • Sometimes the TAB key didn't auto-completing identifier as it should.

Example models and libraries

Engine

  • The functions Mean, Statistics, ProbBands, Median and GetFract formerly reported an error when every data point passed to them was null. This was corrected so that in this case they return Null without an error. The Probability function returned NaN, which was changed to return Null in this case.
  • A certain subscript operation was encountered that should have been nearly instantaneous was taking a very long time to evaluate and consuming a lot of memory.
  • Corrected error text for an error message about the index of Choice being bad.

ADE

  • Configure ADE (if you ran it after ADE was initially installed) was setting/changing the "ADE5.0.CAEngine" and "ADE5.0.CALicense" registry keys instead of the "ADE5.1.CAEngine" and "ADE5.1.CALicense" keys.
Comments


You are not allowed to post comments.