It is my pleasure to announce Sage-6.1.beta5. As usual, you can get it 
either from our git server/github mirror as the "develop" branch, the 
"6.1.beta5" tag, or by downloading the source tarball from

http://boxen.math.washington.edu/home/release/sage-6.1.beta5/sage-6.1.beta5.tar.gz

One notable new feature is that there is now a "configure" script if you 
download the source tarball, so we recommend that you use the standard 
build steps

tar xf sage-6.1.beta5.tar.gz
cd sage-6.1.beta5
./configure
make

If you use the git branch, note that the configure script is NOT checked 
into the repository. It is auto-generated by the ./bootstrap script, as 
usual in autotool projects. So in this case you would run

git clone git://github.com/sagemath/sage.git -b develop
cd sage
./bootstrap
./configure
make

If you don't have autotools or if this was too long/complicated to read you 
can still just run "make" and it will work.

Changes:

$ git log --oneline --author "Release Manager" 6.1.beta5 ^6.1.beta4
ea36c89 Trac #15580: Integrate prereq in the new build system
7587b0d Trac #14824: Frobenius endomorphism over p-adics
f3d41ff Trac #15265: Additional functionality for Farey symbols
253ac07 Trac #14971: Better latex for Farey symbols
140d055 Trac #13379: Add a splitting field function for polynomials over a 
finite field
075fd2c Trac #13163: E.minimal_model() crashes with large coefficients.
b9f86e1 Trac #10255: Correct karatsuba multiplication of univariate 
polynomials for different degree poly
8a93e54 Trac #15380: Improving documentation for triangular module morphisms
e48fdd9 Trac #15518: Implement getattr() using closures
a71fc88 Trac #1314: graphs: calculate tutte polynomial
584a7cd Trac #15652: Always add -fno-strict-aliasing when compiling Cython 
code
462a639 Trac #15653: Trac 12555 broke conversion of zero p-adics to PARI
333dccc Trac #15607: Upgrade database_stein_watkins to the 2007 data
980c737 Trac #8305: Improve documentation of Monsky-Washnitzer code
109756c Trac #11211: elliptic curve p-adic L-series claims to default to 
eclib but doesn't
ccb0f3a Trac #5903: Remove dist directories from Sage distribution
1a959cd Trac #15640: Segfault on negative powers in fixed mod elements
a1f7153 Trac #15614: Update Cremona's table of elliptic curves to 320000
e2ba2a5 Trac #15613: Implementation for check of perfectness for 
CrystalOfProjectedLevelZeroLSPaths
755917c Trac #15576: Semimonomial transformation groups code is sensitive 
to Permutations global options
9dd1e6b Trac #14823: Categories of (C)DVR and (C)DVF
4eafc31 Trac #11905: Implement division_field() for elliptic curves
e4b839f Trac #15591: sum(...) misbehaves on tropical semiring
c1517a3 Trac #15550: Implement the Kirchhoff-Symanzik polynomial for graphs
922d290 Trac #15638: Recompiling an extension every time we rebuild
598760f Trac #15626: Further improvements to splitting_field()
bc3fe82 Trac #15622: Immutable graphs must not be relabeled

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to