[sage-release] Sage 6.3.beta1 released

2014-05-13 Thread Volker Braun
Get it from the updated "develop" git branch or the source tarball 
at http://boxen.math.washington.edu/home/release/sage-6.3.beta1.tar.gz

Mini-changelog:

36af814 Trac #16265: transducers.weight: new common transducer
bbc23e1 Trac #15099: Implement numeric evaluation of zetaderiv
cf5d0ef Trac #16211: Implement Hadamard 3-Designs
bfdc6bd Trac #16266: FiniteStateMachine: option to show empty final word 
out labels
a0c2366 Trac #16237: IncidenceStructureFromMatrix bug
f570746 Trac #16236: Five mutually orthogonal latin squares of order 12
a8d46e6 Trac #16241: New MOLS shared by Ian Wanless
b9e5ab4 Trac #13525: PALP Normal Form
62cdef5 Trac #16279: BIBD from Transversal Designs
76cc2cb Trac #16257: Unnatural syntax of G.relabel()
4daeef7 Trac #15896: integration of polynomials in several variables is 
buggy
6e63e7d Trac #16235: A pair of orthogonal latin squares of order 10
65f5404 Trac #16286: Allow k=None in MOLS/TD/OA
9bfc378 Trac #16277: MOLS constructions rom the Handbook of Combinatorial 
Designs
7e8936b Trac #15036: Speed up matrix repr for matrices larger than 20
0e865af Trac #16314: Allows to construct subclasses of labelled tree from a 
labelled tree
c8419d0 Trac #16284: Remove some deprecated code
cabf93b Trac #6637: standardize the interface to TransitiveIdeal and friends
5c3a089 Trac #16328: Add a category parameter for Module
bf9d925 Trac #16307: Fix small bug in G.strong_orientation()
ac40f14 Trac #16251: Polynomials with unhashable coefficients should be 
unhashable
9b70b5f Trac #15970: j_invariant_qexp won't allow substitution
fedf214 Trac #15897: UniqueFactory for QuaternionAlgebras
1ff Trac #16253: FiniteStateMachine: Introduce final_word_out
5da2b22 Trac #16248: Some trivial Orthogonal Arrays (when n=1)
bfbd34c Trac #16244: Simplify TestSuite's some_elements role and logic (no 
random sampling)
b66ec41 Trac #16272: redesign transversal designs
da70f288 Trac #15704: Stupid waste of time in graphs 1
d5a5f2b Trac #15018: add recover_formula and prefix_to_infix functions to 
logicparser.py
ddfcd0d Trac #13445: Cuspidal subspace of modular forms over finite field 
contains forms that are not cus
faef6e8 Trac #11475: improve prime_pi (speedup + small fixes)
58184a6 Trac #16315: Modify the header of the tests for k-Schur book
de4ce33 Trac #11719: Add is_monomial() to power series and laurent series 
ring elements
b9dfe03 Trac #15780: Increase Performance in Projective Morphism
acf040a Trac #16326: spring cleanup for dyck_word.py
0a6c3b4 Trac #16297: followup to #16196: strip multiple 'sage:' prompts
d54a991 Trac #16300: upgrade setuptools to 2.2b1

-- 
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/d/optout.


Re: [sage-release] Sage 6.3.beta1 released

2014-05-13 Thread Nathann Cohen
That's what I call a Combinatorial Designs Release :-P

Helll YEAH 

Nathann

P.S. : Thaaanks Volker ! ;-)


On 13 May 2014 17:34, Volker Braun  wrote:

> Get it from the updated "develop" git branch or the source tarball at
> http://boxen.math.washington.edu/home/release/sage-6.3.beta1.tar.gz
>
> Mini-changelog:
>
> 36af814 Trac #16265: transducers.weight: new common transducer
> bbc23e1 Trac #15099: Implement numeric evaluation of zetaderiv
> cf5d0ef Trac #16211: Implement Hadamard 3-Designs
> bfdc6bd Trac #16266: FiniteStateMachine: option to show empty final word
> out labels
> a0c2366 Trac #16237: IncidenceStructureFromMatrix bug
> f570746 Trac #16236: Five mutually orthogonal latin squares of order 12
> a8d46e6 Trac #16241: New MOLS shared by Ian Wanless
> b9e5ab4 Trac #13525: PALP Normal Form
> 62cdef5 Trac #16279: BIBD from Transversal Designs
> 76cc2cb Trac #16257: Unnatural syntax of G.relabel()
> 4daeef7 Trac #15896: integration of polynomials in several variables is
> buggy
> 6e63e7d Trac #16235: A pair of orthogonal latin squares of order 10
> 65f5404 Trac #16286: Allow k=None in MOLS/TD/OA
> 9bfc378 Trac #16277: MOLS constructions rom the Handbook of Combinatorial
> Designs
> 7e8936b Trac #15036: Speed up matrix repr for matrices larger than 20
> 0e865af Trac #16314: Allows to construct subclasses of labelled tree from
> a labelled tree
> c8419d0 Trac #16284: Remove some deprecated code
> cabf93b Trac #6637: standardize the interface to TransitiveIdeal and
> friends
> 5c3a089 Trac #16328: Add a category parameter for Module
> bf9d925 Trac #16307: Fix small bug in G.strong_orientation()
> ac40f14 Trac #16251: Polynomials with unhashable coefficients should be
> unhashable
> 9b70b5f Trac #15970: j_invariant_qexp won't allow substitution
> fedf214 Trac #15897: UniqueFactory for QuaternionAlgebras
> 1ff Trac #16253: FiniteStateMachine: Introduce final_word_out
> 5da2b22 Trac #16248: Some trivial Orthogonal Arrays (when n=1)
> bfbd34c Trac #16244: Simplify TestSuite's some_elements role and logic (no
> random sampling)
> b66ec41 Trac #16272: redesign transversal designs
> da70f288 Trac #15704: Stupid waste of time in graphs 1
> d5a5f2b Trac #15018: add recover_formula and prefix_to_infix functions to
> logicparser.py
> ddfcd0d Trac #13445: Cuspidal subspace of modular forms over finite field
> contains forms that are not cus
> faef6e8 Trac #11475: improve prime_pi (speedup + small fixes)
> 58184a6 Trac #16315: Modify the header of the tests for k-Schur book
> de4ce33 Trac #11719: Add is_monomial() to power series and laurent series
> ring elements
> b9dfe03 Trac #15780: Increase Performance in Projective Morphism
> acf040a Trac #16326: spring cleanup for dyck_word.py
> 0a6c3b4 Trac #16297: followup to #16196: strip multiple 'sage:' prompts
> d54a991 Trac #16300: upgrade setuptools to 2.2b1
>
>  --
> 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/d/optout.
>

-- 
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/d/optout.


Re: [sage-release] Sage 6.3.beta1 released

2014-05-13 Thread Justin C. Walker

On May 13, 2014, at 08:34 , Volker Braun wrote:

> Get it from the updated "develop" git branch or the source tarball 
> at http://boxen.math.washington.edu/home/release/sage-6.3.beta1.tar.gz

Built 6.3-beta1 (both 10.6.8, Dual 6-core Xeons and 10.9.2, Quad core Core i7) 
and ran a 'ptestlong' test.  All tests passed.

Justin

--
Justin C. Walker, Curmudgeon-at-Large
() The ASCII Ribbon Campaign
/\ Help Cure HTML Email



-- 
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/d/optout.


Re: [sage-release] Sage 6.3.beta1 released

2014-05-14 Thread John Cremona
On 14 May 2014 01:46, Justin C. Walker  wrote:

>
> On May 13, 2014, at 08:34 , Volker Braun wrote:
>
> > Get it from the updated "develop" git branch or the source tarball
> > at http://boxen.math.washington.edu/home/release/sage-6.3.beta1.tar.gz
>
> Built 6.3-beta1 (both 10.6.8, Dual 6-core Xeons and 10.9.2, Quad core Core
> i7) and ran a 'ptestlong' test.  All tests passed.
>

Built 6.3.beta1 on ubuntu 12.04.  Some failed tests in

sage -t --long src/sage/gsl/probability_distribution.pyx
sage -t --long src/sage/plot/plot.py


all of the form

   TclError: couldn't connect to display "localhost:11.0"

Now this may be regarded as a fault of how I accessing the machine on which
the test are being run, but I still think this needed to be reported.  (My
desktop is connected to a server via ssh and on there I am in tmux shell.
But surely the point is that the test suite should not be making
assumtopins such as that the test machine can open windows?)

John


> Justin
>
> --
> Justin C. Walker, Curmudgeon-at-Large
> () The ASCII Ribbon Campaign
> /\ Help Cure HTML Email
>
>
>
> --
> 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/d/optout.
>

-- 
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/d/optout.