Difference between revisions of "Analytica 4.0 beta Release Notes/4.0.0.43"

 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category: Analytica 4.0]]
 +
 
(since 4.0.0.42)
 
(since 4.0.0.42)
  
Refer to the links at the bottom for notes on previously released beta builds.
+
== User-Interface ==
 
 
= User-Interface =
 
  
 
* Fixed a critical GDI leak present in 4.0.0.42 that would cause windows (in all applications) to stop fully rendering after using Analytica for a period of time.
 
* Fixed a critical GDI leak present in 4.0.0.42 that would cause windows (in all applications) to stop fully rendering after using Analytica for a period of time.
Line 10: Line 10:
 
* Values of inputs show up in object window's input list when Object->Show with Values is checked.
 
* Values of inputs show up in object window's input list when Object->Show with Values is checked.
  
= Typescript =
+
== Typescript ==
  
 
* Several fixes/extensions to "Open [Diagram | Object | Definition | Result | Table ] ident".  For example, ''Open Object Mo1'' can now be used to open the object window for module, which wasn't allowed before.
 
* Several fixes/extensions to "Open [Diagram | Object | Definition | Result | Table ] ident".  For example, ''Open Object Mo1'' can now be used to open the object window for module, which wasn't allowed before.
  
= Engine =
+
== Engine ==
  
 
* ''CumDist(P,R,I)'': We recommend you use the third index parameter, even though it is optional.  Some cases where I is omitted are not backward compatible with with 4.0.0.42 or 4.0.0.43.  I few of these were remedied in 4.0.0.43, but the full backward compatible fix will be in 4.0.0.44.  If you run into this, add the third parameter (which is recommended anyway, since without it, your expression might not array abstract if you add a dimension to your model later).
 
* ''CumDist(P,R,I)'': We recommend you use the third index parameter, even though it is optional.  Some cases where I is omitted are not backward compatible with with 4.0.0.42 or 4.0.0.43.  I few of these were remedied in 4.0.0.43, but the full backward compatible fix will be in 4.0.0.44.  If you run into this, add the third parameter (which is recommended anyway, since without it, your expression might not array abstract if you add a dimension to your model later).

Latest revision as of 20:04, 3 May 2016


(since 4.0.0.42)

User-Interface

  • Fixed a critical GDI leak present in 4.0.0.42 that would cause windows (in all applications) to stop fully rendering after using Analytica for a period of time.
  • Added accelerator keys for Diagram->Align and Diagram->Make Same Size actions, and exposed these on the mouse right button menu.
  • Fields on the object window (like description, definition) now adjust to the width of the window when the window is resized (rather than having a fixed width). This makes it possible to view wider definitions more conveniently.
  • Values of inputs show up in object window's input list when Object->Show with Values is checked.

Typescript

  • Several fixes/extensions to "Open [Diagram | Object | Definition | Result | Table ] ident". For example, Open Object Mo1 can now be used to open the object window for module, which wasn't allowed before.

Engine

  • CumDist(P,R,I): We recommend you use the third index parameter, even though it is optional. Some cases where I is omitted are not backward compatible with with 4.0.0.42 or 4.0.0.43. I few of these were remedied in 4.0.0.43, but the full backward compatible fix will be in 4.0.0.44. If you run into this, add the third parameter (which is recommended anyway, since without it, your expression might not array abstract if you add a dimension to your model later).
Comments


You are not allowed to post comments.