[sage-support] Re: sage-2.8.5

2007-09-21 Thread [EMAIL PROTECTED]

On my RHEL5 Opteron system, "sage -testall" under 2.8.5 fails the
following:

sage -t graphs/graph.py
ERROR: File ./graphs/graph.py is missing

sage -t  groups/perm_gps/permgroup.py
ERROR: File ./groups/perm_gps/permgroup.py is missing

Kiran

On Sep 21, 4:14 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> SAGE 2.8.5 has been released athttp://sagemath.org/.
>
> This is a *MAJOR* new Sage release, which includes many bugfixes (some
> quite important to usability), and substantial new features and
> functionality.  Sage 2.8.5 includes Mike Hansen's massive new
> combinatorics packages along with the Symmetrica C library, much new
> multivariate polynomial code by Martin Albrecht along with bug fixes
> and sparse mod-p linear algebra via Linobx, new algebraic number
> fields code by William Stein and Robert Bradshaw, a major refactoring
> of NTL by Joel Mohler, Craig Citro, David Harvey and Robert Bradshaw,
> Bill Hart and David Harvey's the long-awaited FLINT library for
> super-fast polynomial arithmetic is now included standard in SAGE
> (though currently it is not used by anything by default, and can only
> multiply polynomials), a very nice new global proof option by David
> Roe, Robert Bradshaw's complete and fully optimized implementation of
> sequence notation [1..5], (2..7), [1,3,5,..19], and updates to MPFR,
> IML, and Linbox thanks to Michael Abshoff and Martin Albrecht.  PPC32
> Linux should now also be officially supported (thanks to Michael
> Abshoff).  John Cremona also updated mwrank. Finally, Gonzalo Tornaria
> and William Stein fixed a major bug in the Sage signal handling
> system, so control-c, should now be much more robust.
>
> We closed 43 tickets, which are listed here:
>
> http://trac.sagemath.org/sage_trac/query?status=closed&milestone=sage...
>
> or, by category, here:
>
>  http://trac.sagemath.org/sage_trac/milestone/sage-2.8.5
>
> Thanks to the many people who contributed to this release, and anybody
> I forgot to mention above.  There were dozens of people not listed
> above who made important contributions.
>
> NOTE: Since this is such a major release, there will likely be problems
> and a 2.8.5.1 release shortly to fix them.  Please report!
>
> --
> William Stein
> Associate Professor of Mathematics
> University of Washingtonhttp://wstein.org


--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~--~~~~--~~--~--~---



[sage-support] Re: sage-2.8.5

2007-09-21 Thread Luis Finotti

Dear all,

On 9/21/07, William Stein <[EMAIL PROTECTED]> wrote:
>
> NOTE: Since this is such a major release, there will likely be problems
> and a 2.8.5.1 release shortly to fix them.  Please report!


I am not sure if this is an issue only with me, but...

Compilation (from scratch) seems to have gone well and "make test"
said "All tests passed!".  But, is "example.sage" still suppose to
work??

boole[/scratch/local/sage]$ sage example.sage
This is a simple SAGE example script.
9765625
5 * 401
[0, 1, 4, 9, 16, 25, 36, 49, 64, 81]
[(0 : -1 : 1)]
37
The following should be true:
Traceback (most recent call last):
  File "example.py", line 55, in 
print int(gp('ellglobalred(ellinit([1, -1, 1, -29372,
-1932937],0))[1]')) == Integer(3006)
  File 
"/scratch/local/sage/local/lib/python2.5/site-packages/sage/interfaces/expect.py",
line 1070, in __int__
return int(repr(self))
ValueError: invalid literal for int() with base 10:'print(sage[1])\n3006'


It seems that I'm having problems with the interface with GP/Pari.  In
the notebook I had:

%gp
nextprime(32893219)

and sometimes it evaluates fine, but sometimes I have errors of the
sort:



nextprime(3289329)
  ***   unexpected character: sage[10]=/home/dept/finotti/s
   ^

or

***   expected character: ',' instead of: sage[7]=chdir(sage[6]);
^-

The computer is a 64-bit dual Xeon with 16Gb of memory, running Fedora Core 5:

boole[/scratch/local/sage]$ uname -a
Linux boole.math.utk.edu 2.6.22.2-42.fc6 #1 SMP Wed Aug 15 11:52:47
EDT 2007 x86_64 x86_64 x86_64 GNU/Linux

Best to all,

Luis

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~--~~~~--~~--~--~---



[sage-support] Re: sage-2.8.5

2007-09-21 Thread Alex Ghitza

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Success on Intel Core 2 running Gentoo:

Machine: Linux latitude 2.6.21-gentoo-r4 #1 SMP Wed Jul 18 15:19:23 EDT
2007 i686 Genuine Intel(R) CPU T2400 @ 1.83GHz GenuineIntel GNU/Linux

real66m23.913s
user64m31.750s
sys 4m40.942s
To install gap, gp, singular, etc., scripts
in a standard bin directory, start sage and
type something like
   sage: install_scripts('/usr/local/bin')
at the SAGE command prompt.

SAGE build/upgrade complete!


All tests passed!
Total time for all tests: 1286.0 seconds


Excellent,
Alex



William Stein wrote:
> Hi,
> 
> SAGE 2.8.5 has been released at http://sagemath.org/.
> 
> This is a *MAJOR* new Sage release, which includes many bugfixes (some
> quite important to usability), and substantial new features and
> functionality.  Sage 2.8.5 includes Mike Hansen's massive new
> combinatorics packages along with the Symmetrica C library, much new
> multivariate polynomial code by Martin Albrecht along with bug fixes
> and sparse mod-p linear algebra via Linobx, new algebraic number
> fields code by William Stein and Robert Bradshaw, a major refactoring
> of NTL by Joel Mohler, Craig Citro, David Harvey and Robert Bradshaw,
> Bill Hart and David Harvey's the long-awaited FLINT library for
> super-fast polynomial arithmetic is now included standard in SAGE
> (though currently it is not used by anything by default, and can only
> multiply polynomials), a very nice new global proof option by David
> Roe, Robert Bradshaw's complete and fully optimized implementation of
> sequence notation [1..5], (2..7), [1,3,5,..19], and updates to MPFR,
> IML, and Linbox thanks to Michael Abshoff and Martin Albrecht.  PPC32
> Linux should now also be officially supported (thanks to Michael
> Abshoff).  John Cremona also updated mwrank. Finally, Gonzalo Tornaria
> and William Stein fixed a major bug in the Sage signal handling
> system, so control-c, should now be much more robust.
> 
> We closed 43 tickets, which are listed here:
> 
> http://trac.sagemath.org/sage_trac/query?status=closed&milestone=sage-2.8.5&order=id
> 
> or, by category, here:
> 
>   http://trac.sagemath.org/sage_trac/milestone/sage-2.8.5
> 
> Thanks to the many people who contributed to this release, and anybody
> I forgot to mention above.  There were dozens of people not listed
> above who made important contributions.
> 
> 
> NOTE: Since this is such a major release, there will likely be problems
> and a 2.8.5.1 release shortly to fix them.  Please report!
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG876zdZTaNFFPILgRAictAJ9dW5YoQoAGnrr5U2SwhNFGTvRlOgCfQVA8
9D7I8mkQXc+1iPoVWzbLc4c=
=6r2Q
-END PGP SIGNATURE-

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~--~~~~--~~--~--~---