Difference between revisions of "Analytica 6.3 beta Release Notes/Changes in 6.3.0.221"

 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<font color=blue>'''This page is under construction'''</font>
+
<!--
 +
Commenting this out - I'm getting an error trying to use it.
 +
==Diagram - Controls==
 +
* Added a way to have no selection in a Choice control.-->
  
==Expression assist==
+
==Diagram - nodes/arrows==
*Added ''[[AcpStyles#Add_download_this_model_to_the_Close_menuAdd_download_this_model_to_the_Close_menu|save_menu_download]]'' to the <code>''[[AcpStyles]]''</code> autocomplete grammar in the Expression assist.
+
* Added functionality to the new <code>[[Slider|Slider()]]</code> function to accept Boolean values.
 +
<!--I encountered one design decision to note: When you show labels, should it show 0,1 or False,True? Option 1 = use the number format -- if Boolean is selected, then show False, True. If Number is selected, show 0,1. Option 2= Always show False, True, ignore number format. I went with Option 1.-->
 +
* Added <code>Hide/Unhide in browse</code> to the [[Right_mouse_button_menus|node right-click context menu]]. (Requires Analytica Enterprise or better).
  
==File Saving and Loading==
+
==Functions (built-in)==
* Improved the detection of row & column headers in ''[[parseCSV|imported csv]]'' files.
+
* Fixed a bug where <code>WhatIf</code> corrupted a Probability Table
  
 
==GUI==
 
==GUI==
* Fixed a bug where the textual definitions of a variable were not displaying in the correct ''[[Number_formats|number format]]'' (e.g. %) after ''[[Assignment_Operator|assignment]]'' (i.e. from an ''[[OnClick|on-click]]'').
+
* Updated remaining links in dialogs which were still pointing to 'wiki...' instead of 'docs.analytica.com'.
  
==GUI-Dialogs==
+
==Object Window or Attribute pane==
* Created a help page for the new ''[[Relational_to_Array_Dialog]]'' which appears when you click the ? button (at the top right of the dialog).
 
*  Redesigned the ''[[Relational_to_Array_Dialog]]''.
 
* Fixed a bug in the new ''[[Relational_to_Array_Dialog]]'' - the '''''<code>units</code>''''' attribute was not being set. I.e. the column name '''''<code>"Height (in)"</code>''''' should convert to a variable '''''<code>Height</code>''''' with the the Units attribute set to '''''<code>"in"</code>'''''. See also ''[[What%27s_new_in_Analytica_6.3%3F#Preview_features|New Preview Features in 6.3.0.220]]''.
 
* Fixed a bug in the new ''[[Relational_to_Array_Dialog]]'' . When Type=Count, and no value fields are selected (i.e., all value columns are ignored), the OK button should be enabled.
 
 
 
<!-- undid this
 
==Libraries==
 
* Added functionality to the Acp Styles library to set the  <code>''[[AcpStyles#Add_download_this_model_to_the_Close_menuAdd_download_this_model_to_the_Close_menu|save_menu_download]]''</code> AcpStyle, in the "esoteric AcpStyles" module.-->
 
 
 
==Object Window==
 
* Added ''[[Slider|Slider]]'' to the ''[[The_Expression_popup_menu|Definition/Expression pulldown menu]]''.
 
  
 
==Tables==
 
==Tables==
* Add a context-menu option (for the columns of a table) called '''''<code>"New variable from column...."</code>''''' that shows up on the menu when you have a column header selected. See also ''[[What%27s_new_in_Analytica_6.3%3F#Preview_features|New Preview Features in 6.3.0.220]]''.
+
* Updated the '<code>New variable from column...</code>' functionality to allow creating variables from a Statistics index, or from Sample.
 
+
* Added functionality to preserve the row index in a new table when using '<code>New variable from column...</code>' . Also, it now opens the result window automatically, to the same uncertainty view as the source, with the pivot as similar as possible as in the source table.
==Typescript==
 
* Fixed a bug which prevented pasting text into the ''[[Typescript|Typescript window]]'' in browse mode.
 

Latest revision as of 16:50, 7 March 2023


Diagram - nodes/arrows

Functions (built-in)

  • Fixed a bug where WhatIf corrupted a Probability Table

GUI

  • Updated remaining links in dialogs which were still pointing to 'wiki...' instead of 'docs.analytica.com'.

Object Window or Attribute pane

Tables

  • Updated the 'New variable from column...' functionality to allow creating variables from a Statistics index, or from Sample.
  • Added functionality to preserve the row index in a new table when using 'New variable from column...' . Also, it now opens the result window automatically, to the same uncertainty view as the source, with the pivot as similar as possible as in the source table.
Comments


You are not allowed to post comments.