sage-5.4.beta2 released

55 views
Skip to first unread message

Jeroen Demeyer

unread,
Sep 27, 2012, 10:47:43 AM9/27/12
to sage-r...@googlegroups.com
Dear Sage lovers,

We're releasing Sage 5.4.beta2.

Source archive:

http://boxen.math.washington.edu/home/release/sage-5.4.beta2/sage-5.4.beta2.tar

Upgrade path:

http://boxen.math.washington.edu/home/release/sage-5.4.beta2/sage-5.4.beta2/

The source and upgrade path can also be found on the mirror network
(you might need to wait a while before the mirrors are synchronized):

http://www.sagemath.org/download-latest.html


Please build, test, and report! We'd love to hear about your
experiences with this release.

== Notes ==

To various already-merged tickets, some small additional changes were
done, either to add "# long time" in doctests, or to remove improper
usage of "assert". This affects tickets #5457, #9265, #11305.

Ticket #11770 has been unmerged to make some changes, but should be
re-merged soon.

== Tickets ==

* We closed 83 tickets in this release. For details, see

http://boxen.math.washington.edu/home/release/sage-5.4.beta2/tickets.html

Closed tickets:

#4319: Update Italian tutorial for #4285 [Reviewed by Jeroen Demeyer]
#7832: singular-3-1-0-4-20090818.p2 - fix compilation on FreeBSD
[Reviewed by Stephen Montgomery-Smith]
#13499: Volker Braun: Update TOPCOM to 0.17.4 [Reviewed by Marshall Hampton]

Merged in sage-5.4.beta2:

#8908: Jean-Philippe Labbé: Add the Young subgroup method to symmetric
groups [Reviewed by Mike Hansen, Frédéric Chapoton]
#11442: Paul-Olivier Dehaye: Computes the Plancherel measure of an
individual partition [Reviewed by Frédéric Chapoton]
#13065: Francis Clarke: simon_two_descent not working [Reviewed by John
Cremona]
#13107: Titus Nicolae, Burcin Erocal: python long division causing
infinite loop [Reviewed by Burcin Erocal, Jean-Pierre Flori]
#13123: R. Andrew Ohana, Jeroen Demeyer: Move SAGE_DATA to
SAGE_LOCAL/share [Reviewed by François Bissey, Jeroen Demeyer]
#13316: Jean-Pierre Flori: Update pynac to version 0.2.5 [Reviewed by
Burcin Erocal]
#13348: Jeroen Demeyer: Set CPATH in sage-env [Reviewed by Volker Braun]
#13361: Volker Braun: Report startuptime exclusive children [Reviewed by
John Palmieri]
#13362: David Coudert: Fix bug in build_flow_graph [Reviewed by Keshav
Kini, Nathann Cohen]
#13397: Jeroen Demeyer: sage-location: handle lib64 also [Reviewed by
John Palmieri]
#13399: Anne Schilling, Mike Zabrocki: Fixes to symmetric functions
[Reviewed by Mike Zabrocki, Anne Schilling]
#13415: Jeroen Demeyer: Prevent unneeded rebuilding when upgrading
[Reviewed by John Palmieri]
#13420: Jeroen Demeyer: The usual #long time additions [Reviewed by
Volker Braun]
#13431: Kevin Halasz: Add sign as an alias for signature for
permutations [Reviewed by Rob Beezer, John Cremona]
#13443: Jeroen Demeyer: Some clean up of R spkg [Reviewed by Karl-Dieter
Crisman, John Palmieri]
#13449: Jonathan Gutow: Problem with testjava.sh in jmol package finding
bash [Reviewed by Dmitrii Pasechnik]
#13454: Jeroen Demeyer: Fix odlyzko database doctests [Reviewed by
Volker Braun]
#13455: Andrey Novoseltsev: Remove jsMath <> workaround [Reviewed by
John Palmieri]
#13457: Jeroen Demeyer: Various small fixes to sage-bdist [Reviewed by
John Palmieri]
#13462: Aly Deines: quaternion algebra discriminant generalized to
number fields [Reviewed by Sarah Chisholm]
#13497: Jeroen Demeyer, John Palmieri: Disable sage --info test for
bdists [Reviewed by John Palmieri]
#13502: Jason Grout: vector norm doesn't work with python integers
[Reviewed by Rob Beezer]
#13508: John Palmieri: deprecate jsmath_avoid_list etc. [Reviewed by
Nicolas M. Thiéry]

Justin C. Walker

unread,
Sep 29, 2012, 5:57:39 PM9/29/12
to sage-r...@googlegroups.com

On Sep 27, 2012, at 07:47 , Jeroen Demeyer wrote:

> Dear Sage lovers,
>
> We're releasing Sage 5.4.beta2.
>
> Source archive:
>
> http://boxen.math.washington.edu/home/release/sage-5.4.beta2/sage-5.4.beta2.tar

Built from scratch on Mac OS X, 10.6.8 (Dual 6-core Xeons), with no problems. All tests passed!

Built from scratch on Mac OS X, 10.8.2 (Quad-core Core i7), and Xcode 4.5. Build completed w/o problems, but testing ('ptestlong') had two failures (repeated full testing, same results).

I followed JohnP's instructions, downloading scipy-0.11.0.spkg from Trac #13541. The .spkg at #13309 did not build for me.

Justin


sage -t --long -force_lib devel/sage/doc/en/faq/faq-usage.rst
**********************************************************************
File "/Users/Sage/sage-5.4.beta2/devel/sage-main/doc/en/faq/faq-usage.rst", line 341:
sage: stats.ttest_ind(list([1,2,3,4,5]),list([2,3,4,5,.6]))
Expected:
(0.076752955645333687, 0.94070490247380478)
Got:
(array(0.07675295564533369), 0.94070490247380478)
**********************************************************************

and

sage -t --long -force_lib devel/sage/sage/matrix/matrix_double_dense.pyx

**********************************************************************
File "/Users/Sage/sage-5.4.beta2/devel/sage-main/sage/matrix/matrix_double_dense.pyx", lin\
e 4033:
sage: A.exp(order=2)
Expected:
[51.8888631634 74.6198348038]
[111.929752206 163.818615369]
Got:
doctest:47: UserWarning: argument q=... in scipy.linalg.expm is deprecated.
[51.9689561987 74.736564567]
[112.104846851 164.073803049]
**********************************************************************
File "/Users/Sage/sage-5.4.beta2/devel/sage-main/sage/matrix/matrix_double_dense.pyx", lin\
e 4052:
sage: A.exp(order=2)
Expected:
[-19.6130852955 + 12.5327938535*I 3.81156364812 + 28.891438232*I]
[-32.3827876895 + 21.9087393169*I 2.29565402142 + 44.915581543*I]
Got:
[-19.6146029538 + 12.5177438468*I 3.79496364496 + 28.8837993066*I]
[-32.3835809809 + 21.8842359579*I 2.26963300409 + 44.9013248277*I]
**********************************************************************

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
--
Democracy is two wolves and a lamb
voting on what to have for lunch.
Liberty is a well-armed lamb contesting
the vote.



Michael Welsh

unread,
Sep 29, 2012, 5:59:58 PM9/29/12
to sage-r...@googlegroups.com
On 30/09/2012, at 10:57 AM, Justin C. Walker <jus...@mac.com> wrote:
>
> Built from scratch on Mac OS X, 10.8.2 (Quad-core Core i7), and Xcode 4.5. Build completed w/o problems, but testing ('ptestlong') had two failures (repeated full testing, same results).

There's a patch at #13541 that fixes those doctest issues.

Justin C. Walker

unread,
Sep 29, 2012, 8:53:22 PM9/29/12
to sage-r...@googlegroups.com
That'll teach me to RTFT. Thanks for the tip.

Alles ist gut jetzt. :-}

Justin
Reply all
Reply to author
Forward
0 new messages