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

2014-07-25 Thread Justin C. Walker

On Jul 19, 2014, at 11:21, leif not.rea...@online.de wrote:

 On 19.07.2014 11:07, Emmanuel Charpentier wrote:
 Ahem...
 
 Le samedi 19 juillet 2014 07:14:20 UTC+2, Volker Braun a écrit :
 
Get it from the develop git branch or download the self-contained
source tarball at
 
http://boxen.math.washington.edu/home/tmp-release/sage-6.3.beta6.tar.gz
http://boxen.math.washington.edu/home/tmp-release/sage-6.3.beta6.tar.gz
 
 
 [ Bandwidth savings : Snip... ]
 
 My browser says :
 The requested URL /home/tmp-release/sage-6.3.beta6.tar.gz was not found
 on this server.
 
 Which is correct.
 
 Use: 
 http://boxen.math.washington.edu/home/vbraun/tmp-release/sage-6.3.beta6.tar.gz

Built from the tarball on OS X, 10.9.4, Xcode 5.1.1 (Apple LLVM version 5.1 
(clang-503.0.40) (based on LLVM 3.4svn)), 2.6 GHz quad core Core i7.

Built w/o problems, but had 3 doctest failures in 
src/sage/modular/modform/ambient.py (appended below).  I retried the single 
test, which passed.  Then I reran the whole thing ('ptestlong'), and all tests 
passed.

Any thoughts as to why this would be intermittent?  Pari problems?  Nothing 
obvious in my various log files.

Justin

Doctest failures:

**
File src/sage/modular/modform/ambient.py, line 814, in sage.modular.modform.am
bient.?._compute_hecke_matrix
Failed example:
f = t.charpoly()   # long time (4s)
Expected nothing
Got:
you are running out of primes. 1000 coprime primes found
**
File src/sage/modular/modform/ambient.py, line 815, in sage.modular.modform.am
bient.?._compute_hecke_matrix
Failed example:
[f[0]%p for p in prime_range(100)] # long time (0s, depends on above)
Expected:
[0, 0, 0, 0, 1, 9, 2, 7, 0, 0, 0, 0, 1, 12, 9, 16, 37, 0, 21, 11, 70, 22, 0,
 58, 76]
Got:
[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
**
File src/sage/modular/modform/ambient.py, line 817, in sage.modular.modform.am
bient.?._compute_hecke_matrix
Failed example:
[f[42]%p for p in prime_range(100)] # long time (0s, depends on above)
Expected:
[0, 0, 4, 0, 10, 4, 4, 8, 12, 1, 23, 13, 10, 27, 20, 13, 16, 59, 53, 41, 11,
 13, 12, 6, 82]
Got:
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
**


--
Justin C. Walker, Curmudgeon at Large
Director
Institute for the Enhancement of the Director's Income
---
Nobody knows the trouble I've been
---



-- 
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.beta6 released

2014-07-25 Thread Volker Braun
This is http://trac.sagemath.org/ticket/15535

On Friday, July 25, 2014 7:35:02 AM UTC-4, Justin C. Walker wrote:


 On Jul 19, 2014, at 11:21, leif not.r...@online.de javascript: wrote:

 On 19.07.2014 11:07, Emmanuel Charpentier wrote:

 Ahem...

 Le samedi 19 juillet 2014 07:14:20 UTC+2, Volker Braun a écrit :

Get it from the develop git branch or download the self-contained
source tarball at

http://boxen.math.washington.edu/home/tmp-release/sage-6.3.beta6.tar.gz

 http://boxen.math.washington.edu/home/tmp-release/sage-6.3.beta6.tar.gz


 [ Bandwidth savings : Snip... ]

 My browser says :
 The requested URL /home/tmp-release/sage-6.3.beta6.tar.gz was not found
 on this server.


 Which is correct.

 Use: 
 http://boxen.math.washington.edu/home/vbraun/tmp-release/sage-6.3.beta6.tar.gz


 Built from the tarball on OS X, 10.9.4, Xcode 5.1.1 (Apple LLVM version 
 5.1 (clang-503.0.40) (based on LLVM 3.4svn)), 2.6 GHz quad core Core i7.

 Built w/o problems, but had 3 doctest failures 
 in src/sage/modular/modform/ambient.py (appended below).  I retried the 
 single test, which passed.  Then I reran the whole thing (‘ptestlong’), and 
 all tests passed.

 Any thoughts as to why this would be intermittent?  Pari problems? 
  Nothing obvious in my various log files.

 Justin

 Doctest failures:

 **
 File src/sage/modular/modform/ambient.py, line 814, in 
 sage.modular.modform.am
 bient.?._compute_hecke_matrix
 Failed example:
 f = t.charpoly()   # long time (4s)
 Expected nothing
 Got:
 you are running out of primes. 1000 coprime primes found
 **
 File src/sage/modular/modform/ambient.py, line 815, in 
 sage.modular.modform.am
 bient.?._compute_hecke_matrix
 Failed example:
 [f[0]%p for p in prime_range(100)] # long time (0s, depends on above)
 Expected:
 [0, 0, 0, 0, 1, 9, 2, 7, 0, 0, 0, 0, 1, 12, 9, 16, 37, 0, 21, 11, 70, 
 22, 0,
  58, 76]
 Got:
 [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 
 1, 1]
 **
 File src/sage/modular/modform/ambient.py, line 817, in 
 sage.modular.modform.am
 bient.?._compute_hecke_matrix
 Failed example:
 [f[42]%p for p in prime_range(100)] # long time (0s, depends on above)
 Expected:
 [0, 0, 4, 0, 10, 4, 4, 8, 12, 1, 23, 13, 10, 27, 20, 13, 16, 59, 53, 
 41, 11,
  13, 12, 6, 82]
 Got:
 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
 0, 0]
 **


 --
 Justin C. Walker, Curmudgeon at Large
 Director
 Institute for the Enhancement of the Director's Income
 ---
 Nobody knows the trouble I've been
 ---


  


-- 
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.beta6 released

2014-07-23 Thread Samuel Lelièvre
Thank you for this new release!

- Successfully ran 'make' and 'make testlong' on Mac OS X 10.9.

--
All tests passed!
--
Total time for all tests: 15451.5 seconds
cpu time: 13398.1 seconds
cumulative wall time: 14874.2 seconds

- I was hoping #16455 http://trac.sagemath.org/ticket/16455
  would make it into this beta.
  It makes using Sage with IPython easy, which is nice and
  increasingly in demand, judging by the questions on
  ask-sage and stackoverflow.


http://ask.sagemath.org/questions/scope:all/sort:activity-desc/page:1/query:load_ext/
http://stackoverflow.com/search?q=sage+ipython+notebook

  So it would be nice to have that work out of the box
  as soon as we can. Maybe for the next beta?

Samuel


-
From: Volker Braun vbraun.n...@gmail.com
Date: 2014-07-19 01:14 GMT-04:00
Subject: [sage-release] Sage 6.3.beta6 released

 Get it from the develop git branch or download
 the self-contained source tarball at

-- 
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.beta6 released

2014-07-23 Thread Volker Braun
#16455 is in beta5, but note that it doesn't make zmq/pyzmq standard 
packages (=installed by default). You still have to run sage -f zeromq  
sage -f pyzmq


On Wednesday, July 23, 2014 7:50:54 AM UTC-4, Samuel Lelievre wrote:

 Thank you for this new release! 

 - Successfully ran 'make' and 'make testlong' on Mac OS X 10.9. 

 -- 
 All tests passed! 
 -- 
 Total time for all tests: 15451.5 seconds 
 cpu time: 13398.1 seconds 
 cumulative wall time: 14874.2 seconds 

 - I was hoping #16455 http://trac.sagemath.org/ticket/16455 
   would make it into this beta. 
   It makes using Sage with IPython easy, which is nice and 
   increasingly in demand, judging by the questions on 
   ask-sage and stackoverflow. 

 
 http://ask.sagemath.org/questions/scope:all/sort:activity-desc/page:1/query:load_ext/
  
 http://stackoverflow.com/search?q=sage+ipython+notebook 

   So it would be nice to have that work out of the box 
   as soon as we can. Maybe for the next beta? 

 Samuel 


 - 
 From: Volker Braun vbrau...@gmail.com javascript: 
 Date: 2014-07-19 01:14 GMT-04:00 
 Subject: [sage-release] Sage 6.3.beta6 released 

  Get it from the develop git branch or download 
  the self-contained source tarball at 


-- 
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.beta6 released

2014-07-23 Thread Samuel Lelièvre
Volker Braun wrote:
 #16455 is in beta5, but note that it doesn't make zmq/pyzmq standard
 packages (=installed by default). You still have to run sage -f zeromq 
 sage -f pyzmq

Thanks Volker for clarifying this.

So, is the following correct?

- with Sage 6.3.beta4, or earlier, use

sage -i zeromq  sage -i pyzmq

(download and install these packages)

- with Sage 6.3.beta5 or later, use

sage -f zeromq  sage -f pyzmq

(install these already-present packages)

Could we make a case for promoting zeromq and pyzmq to
standard packages, given the huge benefit for combining
the usage of Sage and the IPython notebook? It would be
nice for people to be able to do that out of the box.

Samuel

-- 
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.


[sage-release] Sage 6.3.beta6 released

2014-07-18 Thread Volker Braun
Get it from the develop git branch or download the self-contained source 
tarball at 

http://boxen.math.washington.edu/home/tmp-release/sage-6.3.beta6.tar.gz

Mini changelog:

1467152 Trac #16186: extend transducers.add to arbitrary input-length
b5dd91b Trac #16668: Enhance FiniteStateMachine.is_Markov_chain to handle 
symbolic probabilities
fafe028 Trac #16663: New common transducers all and any
5491e62 Trac #16661: New common transducer Wait
9f70a16 Trac #804: Matrix should not inherit from AlgebraElement
6afaaba Trac #16589: FSMState.__copy__: copy color
fbbb03f Trac #16555: FiniteStateMachine.composition: Only deterministic 
machines for explorative algorith
dc8130a Trac #12947: Bug in integrating x*cos(x^3)
300ac3a Trac #16332: Game Theory: Build capacity to calculate Shapley value 
of cooperative games.
21ba10f Trac #13331: Build Singular with FLINT support
5980d21 Trac #16669: Lattice automorphism group forgets labels
532e01a Trac #12442: Singular does not state return type of main() functions
f367c68 Trac #12880: Inconsistent domain, codomain and parent in 
EllipticCurveIsogeny
d3749d4 Trac #11474: Elliptic curves should be unique parent structures
0111763 Trac #16518: Derivations for rational function fields
dfe95e7 Trac #16625: Better plotting for polytopes, re-add 
projection_direction
c6f82d3 Trac #16322: Magma doctest failures
e4fa8b2 Trac #16648: Python 2.7.8
a616ba3 Trac #16135: Implement QuotientRingElement._im_gens_()
04bdc5b Trac #16557: FiniteStateMachine - LaTeX output in notebook
e9519e9 Trac #11980: Improve naive point counting and implement 
zeta_function for hyperelliptic curves ov
b5e0434 Trac #16317: UniqueFactory for unhashable elements
a69ed2e Trac #16645: Restore displaying animations in notebook
d7a7154 Trac #16495: Latex formatting of rational algebraic numbers
e4bf700 Trac #16316: cached_function and cached_method for unhashable 
elements
ab5336f Trac #13781: Doctests in 
rings/polynomial/polynomial_modn_dense_ntl.pyx test the wrong implementa
f714ac3 Trac #15382: Implementing Macaulay Resultant (sage days 55)
925dede Trac #14782: empty ticks result in empty axes in log scale
0dd6f48 Trac #16626: ellipsis for doctest line numbers
7c17624 Trac #16544: Implement `quo_rem` for `Polynomial_sparse_generic`
4be6dd0 Trac #16608: Immediate fix for animations in notebook
b878180 Trac #16633: indefinite factorization changes an immutable matrix
bdcb9ed Trac #15515: Change graphics_filename() to return a tmp_filename() 
except from the notebook
21247d6 Trac #16622: Deprecate Hypergraph in favor of IncidenceStructure
5cb78e5 Trac #16623: Fix bugs in plot() and show() methods of abstract 
matroids class
d2f225d Trac #16558: Add note about github integration to developer guide.
ddea085 Trac #16579: Tides interface
1c8e0bd Trac #2516: generalized hypergeometric functions should be 
implemented
ec13074 Trac #12718: polynomial substitution overflow hell (libsingular 
bug?)
c24455c Trac #16578: Add TIDES as optional package.
c57fbe5 Trac #16611: Upgrade R to version 3.1
a44dec5 Trac #16621: cached_method: additional docstring
7267621 Trac #16007: give solution constants of ODEs unique names
49430fa Trac #16463: random_element for parking functions
6c29eb5 Trac #16504: A mandatory 'nonnegative' argument for 
MixedIntegerLinearProgram.new_variable() unti
716a409 Trac #8734: make sage variables unique in maxima
fb49811 Trac #16602: Immutable graphs don't work with canonical_relabel()
abfe262 Trac #6882: bugs in conversion of variable names from Maxima to Sage
40c1c21 Trac #16454: Update openssl package to latest version.
7f01e2b Trac #16037: Hash value of Family is based on string representation
d1701a0 Trac #15289: Implement indexed monoids
d3c2d68 Trac #16553: Clean IncidenceStructure
9b8648d Trac #13277: Add _factor_univariate_polynomial() for RealField and 
ComplexField
310f245 Trac #16566: Improve printing of function field morphisms
c0280a0 Trac #13647: padic elements can not be initialized from polynomials
4e20365 Trac #16582: MOLS: Table with n600 and updated syntax
1f8d987 Trac #16530: Caching error for function field extensions

-- 
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.