Difference between revisions of "Analytica 4.3 beta Release Notes/Changes in 4.3.0.17"

(Created page with 'This page lists changes in beta build 4.3.0.17 since build 4.3.0.16. Fixes in this build are all pretty minor, but in the direction of improved stability. Some of these impact …')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
[[Category: Analytica 4.3]]
 +
 
This page lists changes in beta build 4.3.0.17 since build 4.3.0.16.
 
This page lists changes in beta build 4.3.0.17 since build 4.3.0.16.
  
 
Fixes in this build are all pretty minor, but in the direction of improved stability.  Some of these impact specific users who discovered bugs.
 
Fixes in this build are all pretty minor, but in the direction of improved stability.  Some of these impact specific users who discovered bugs.
  
= Clipboard =
+
== Clipboard ==
  
 
* Fixed a problem where Analytica's internal clipboard could become unsynchronized with the system clipboard.  The situation would occur when a buggy or rogue application other than Analytica corrupts the system clipboard viewer chain, thus suppressing the "clipboard contents has changed" notification from the operating system.
 
* Fixed a problem where Analytica's internal clipboard could become unsynchronized with the system clipboard.  The situation would occur when a buggy or rogue application other than Analytica corrupts the system clipboard viewer chain, thus suppressing the "clipboard contents has changed" notification from the operating system.
  
= Crashes =
+
== Crashes ==
  
 
* Occasional crash when closing a model
 
* Occasional crash when closing a model
Line 14: Line 16:
 
* Possible fix for intermittent crash reported by Todd White, involving [[DbWrite]] with very long SQL statements.
 
* Possible fix for intermittent crash reported by Todd White, involving [[DbWrite]] with very long SQL statements.
  
= Incorrect results =
+
== Incorrect results ==
  
 
* [[Size]]() returned the wrong results when applied to parsed expressions.
 
* [[Size]]() returned the wrong results when applied to parsed expressions.
  
= GUI =
+
== GUI ==
  
 
* Stray cell remained highlighted in edit table when clicking on checkbox to clear previously selected range.
 
* Stray cell remained highlighted in edit table when clicking on checkbox to clear previously selected range.
  
= Speedup =
+
== Speedup ==
  
 
* Parsing of extremely long text literals (quoted text within an expression) was very slow.  Noticible when these literals had on the order of 10M or more characters.  Much faster now.
 
* Parsing of extremely long text literals (quoted text within an expression) was very slow.  Noticible when these literals had on the order of 10M or more characters.  Much faster now.
  
= Example Models =
+
== Example Models ==
  
 
* Added "Ideal Gas Law.ana" to the Engineering examples
 
* Added "Ideal Gas Law.ana" to the Engineering examples

Latest revision as of 20:54, 2 May 2016


This page lists changes in beta build 4.3.0.17 since build 4.3.0.16.

Fixes in this build are all pretty minor, but in the direction of improved stability. Some of these impact specific users who discovered bugs.

Clipboard

  • Fixed a problem where Analytica's internal clipboard could become unsynchronized with the system clipboard. The situation would occur when a buggy or rogue application other than Analytica corrupts the system clipboard viewer chain, thus suppressing the "clipboard contents has changed" notification from the operating system.

Crashes

  • Occasional crash when closing a model
  • In MemoryInUseBy (performance profiler) when text value is Tex_NULL
  • Crash encountered when running SEDS on XP involving very complex Dynamic loop.
  • Possible fix for intermittent crash reported by Todd White, involving DbWrite with very long SQL statements.

Incorrect results

  • Size() returned the wrong results when applied to parsed expressions.

GUI

  • Stray cell remained highlighted in edit table when clicking on checkbox to clear previously selected range.

Speedup

  • Parsing of extremely long text literals (quoted text within an expression) was very slow. Noticible when these literals had on the order of 10M or more characters. Much faster now.

Example Models

  • Added "Ideal Gas Law.ana" to the Engineering examples
Comments


You are not allowed to post comments.