Analytica 5.0 beta Release Notes/Changes in 5.0.6.77

< Analytica 5.0 beta Release Notes
Revision as of 20:42, 28 April 2017 by Lchrisman (talk | contribs) (Created page with "Category:Analytica 5.0 The following page lists changes in beta build 5.0.6.77 since the previous 5.0.4.75 build. * Added the MultiChoice control. * Added two new e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


The following page lists changes in beta build 5.0.6.77 since the previous 5.0.4.75 build.

  • Added the MultiChoice control.
  • Added two new example models, in a new Fun & Games folder: Fractals everywhere and Find Words Game.ana.
  • Added the Partitions function.
  • NaN <= INF no longer issues a "comparison to NaN" warning and now returns true instead of NaN.
  • In Introduction screen, balloon help now appears for Recent Files with no description, which enables you to see their full file path.
  • If your model includes one of the system libraries that comes with Analytica as a linked library, it will now automatically start using the 5.0 release version of the library. Previously, it continued using the 4.6 version (when the library had been added while using 4.6) in the case where you have both 4.6 and 5.0 installed.
  • File / Save (and Save As...) would do nothing when you had never saved your model and the title of your model contained a colon.
  • Bug where a display link (an arrow you have drawn, which isn't yet a dependency, as occurs before you've filled in your definitions) was lost after saving and reloading the model.
  • There was a case where it wouldn't save your model because it was pointing to a linked system library that was read-only, and when you cancelled saving that library, it cancelled the full save.
  • WriteBinaryFile now allows the «bytesPer» and «typeFlags» parameters to vary by the data index «I». This makes it easier to define and write out complex binary data formats.
  • You can now assign Null to Sys_FoundSet (e.g., in a button script). The result of evaluating in an expression is now Null when empty.
  • Outliner window would get messed up, with found objects, etc., at wrong indention level.
  • Fixed a case where it seemed like it was hanging (it was actually just taking a really long time) when a large table with cell formatting was open.
  • Fixed a case where the second parameter of Choice(I,n) in a definition was rendered as a percent, like Choice(I,200%) instead of Choice(I,2). This didn't bother Analytica, but some models and ADE programs that parsed the definitions got confused by this.
  • Cell Formats weren't appearing in Sample view in the case where it says "Result is not probabilistic. Switch to Mid view?" and you answer no.
  • In ADE's CAGraphPivot class, in a certain graph, the horizontal axis didn't match desktop Analytica after a pivot. In this case, caused ACP's pivot to do something different that desktop Analytica's.
  • Some cell-format borders were set incorrectly when a column header cell was selected and you set an inner and one edge border in the Cell Formats dialog.
Comments


You are not allowed to post comments.