MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Mathematica Patches or Incremental Updates

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132143] Re: Mathematica Patches or Incremental Updates
  • From: Richard Fateman <fateman at cs.berkeley.edu>
  • Date: Thu, 26 Dec 2013 06:23:49 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <l81etg$924$1@smc.vnet.net> <l8h6dh$im0$1@smc.vnet.net>

On 12/14/2013 12:55 AM, Szabolcs Horvát wrote:
> On 2013-12-8, 4:42 , amzoti wrote:
>> Does Mathematica publish incremental bug fix patches or incremental
>> updates?
>>
>> When I leave Mathematica running over days, it tends to become more
>> unstable and eventually freezes up and shutting it down is the only
>> way to get it back (I cannot tell you how annoying that is,
>> especially in the middle of a calculation).
>>
>> Are there patches somewhere?
>>
I think the answer is: NO.

>> Are there periodic updates?
I think the answer is: only version releases.

>>
>> If so, how/where do you get them?
>>
>> Note: I purchased V9 in Jan  '13.
>>
>
> The latest version is 9.0.1.  You can evaluate
>
> In[1]:= {$VersionNumber, $ReleaseNumber} Out[1]= {9., 1}
>
> to find out which version you have.
>
> That said, the reason why it becomes slow may be the code you are
> running yourself.  Perhaps memory doesn't get freed.  Take a look
> here: http://stackoverflow.com/a/6888178/695132 and look up
> $HistoryLength in the documentation (by default all output is saved
> and takes up memory).

It can get slow because of its bugs or yours.

>
> If you don't *need* to leave it running for days, then it's better
> to just not to (it wasn't really designed for that).

   Maybe SH hypothesizes that Mathematica is not debugged sufficiently to
permit it to run continuously even if the user's computation specifies
only finite memory usage.




  • Prev by Date: Re: Mathworld Utility Packages
  • Next by Date: Re: MakeExpression on a list
  • Previous by thread: Re: Mathematica Patches or Incremental Updates
  • Next by thread: Getting answer out of a ConditionalExpression[]