Re: Mathematica 8.0.4 now available
- To: mathgroup at smc.vnet.net
- Subject: [mg122470] Re: Mathematica 8.0.4 now available
- From: Bill Rowe <readnews at sbcglobal.net>
- Date: Sat, 29 Oct 2011 07:12:28 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
On 10/28/11 at 5:37 AM, szhorvat at gmail.com (Szabolcs) wrote: >Can anyone please test if the following bugs are fixed in 8.0.4? ><https://groups.google.com/d/topic/comp.soft-sys.math.mathematica/RRsfrHCjwRM/discussion> ><https://groups.google.com/d/topic/comp.soft-sys.math.mathematica/3MS4Ar-zwqQ/discussion> Using Mac OS X 10.7.2 I can reproduce the result shown in the first link but do not see a kernel crash as you report. That is: In[1]:= jj = Subgraph[Graph[{1, 2, 3, 4}, {3 -> 4}], {1, 2, 3}]; IsomorphicGraphQ[jj, Graph[{1, 2, 3}, {}]] Out[2]= False In[3]:= VertexDelete[ AdjacencyGraph@AdjacencyMatrix@Graph[{1 -> 2}], {1, 2}]; In[4]:= $Version Out[4]= 8.0 for Mac OS X x86 (64-bit) (October 5, 2011)