Analytica 6.0 beta Release notes/Changes in 6.0.3

Revision as of 23:55, 7 May 2021 by Dpaine (talk | contribs)

This page lists all changes in the beta build 6.0.3 that have occurred since the previous beta build 6.0.2.

So far, no changes which effect the end user. When new issues are fixed or implemented, we will add them here.

Engine

  • When creating an identifier from a title such as "Cost & Expense", condense any underscores: i.e., Cost_Expense, (Used to be Cost___expense).
  • Fixed a bug when the domain of a variable is computed, then the domain does not get invalidated during the WhatIf.
  • Changed {..} comment parsing to skip over f-strings, so they don't terminate at f-string braces.

Diagram - Controls

  • When a module has a TemplateOutput variable, it now enables the Result button on the toolbar for the module, and shows the Result hover icon for the module. If you press Result, it shows the result for the Template Output.

Functions (Built-in)

  • Extended the reference operator to allow for an unbound local index. The syntax is: \[.J]expr, where the local index might be created from within expr. This is similar to \[x.J]expr, except that you have no x to refer to when the local index is created from inside expr.
  • f-strings - change so that they use the default number format.
  • Fixed a bug with the FileSystemListing() function


Comments


You are not allowed to post comments.