Re: [sage-release] Sage 6.9.beta7 released

2015-09-19 Thread Jeroen Demeyer

Got the same error (not reproducible) on a different machine (Linux x86_64)

On 2015-09-17 21:59, Jeroen Demeyer wrote:

sage -t --long src/sage/categories/fields.py
**
File "src/sage/categories/fields.py", line 104, in
sage.categories.fields.Fields.__contains__
Failed example:
 len([X for X in gc.get_objects() if isinstance(X,
sage.rings.finite_rings.integer_mod_ring.IntegerModRing_generic)]) - n
Expected:
 0
Got:
 -1
**


--
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.9.beta7 released

2015-09-17 Thread Jeroen Demeyer

On 2015-09-17 22:11, Volker Braun wrote:

is it reproducible?
No, I just got it once. Since that doctest was changed in this beta, I 
assume the failure was genuine.


--
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.9.beta7 released

2015-09-17 Thread Rob Beezer

On SageMathCloud, built from source, passes long tests ("ptestlong").

https://cloud.sagemath.com/projects/53b77207-8614-4086-a032-432af4b4cdbd/files/sage-dev-images/

--
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.9.beta7 released

2015-09-17 Thread John H Palmieri


On Thursday, September 17, 2015 at 11:47:49 AM UTC-7, Justin C. Walker 
wrote:
>
>
> On Sep 17, 2015, at 05:07 , Volker Braun wrote: 
>
> > As always, you can get the latest beta version from the "develop" git 
> > branch. Alternatively, the self-contained source tarball is at 
> > http://www.sagemath.org/download-latest.html 
>
> Built from the tarball on OS X, 10.6.8 (Dual 6-core Xeons) and 10.10.5 
> (Quad-core Core i7).  On each platform, the build completed w/o problems, 
> and all tests ('ptestlong') passed!  (No retesting needed). 
>
> PS: I can now update to Xcode 7 command-line utilities on 10.10 
> (Yosemite), but have not done so.  Has anyone else crossed the divide 
> (successfully)? 
>

I'm trying to build from scratch on one machine which has been updated. So 
far, one failure: ecm. I will post more in sage-devel.

-- 
John

-- 
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.9.beta7 released

2015-09-17 Thread Volker Braun
Works on the arando buildbot; is it reproducible?

On Thursday, September 17, 2015 at 10:00:00 PM UTC+2, Jeroen Demeyer wrote:
>
> On 2015-09-17 14:07, Volker Braun wrote: 
> > a7da2fb Trac #14058: Weakly reference binary operation codomains 
>
> On arando: 
>
> sage -t --long src/sage/categories/fields.py 
> ** 
> File "src/sage/categories/fields.py", line 104, in 
> sage.categories.fields.Fields.__contains__ 
> Failed example: 
>  len([X for X in gc.get_objects() if isinstance(X, 
> sage.rings.finite_rings.integer_mod_ring.IntegerModRing_generic)]) - n 
> Expected: 
>  0 
> Got: 
>  -1 
> ** 
>
>

-- 
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.9.beta7 released

2015-09-17 Thread Jeroen Demeyer

On 2015-09-17 14:07, Volker Braun wrote:

a7da2fb Trac #14058: Weakly reference binary operation codomains


On arando:

sage -t --long src/sage/categories/fields.py
**
File "src/sage/categories/fields.py", line 104, in 
sage.categories.fields.Fields.__contains__

Failed example:
len([X for X in gc.get_objects() if isinstance(X, 
sage.rings.finite_rings.integer_mod_ring.IntegerModRing_generic)]) - n

Expected:
0
Got:
-1
**

--
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.9.beta7 released

2015-09-17 Thread Justin C. Walker

On Sep 17, 2015, at 05:07 , Volker Braun wrote:

> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html

Built from the tarball on OS X, 10.6.8 (Dual 6-core Xeons) and 10.10.5 
(Quad-core Core i7).  On each platform, the build completed w/o problems, and 
all tests ('ptestlong') passed!  (No retesting needed).

PS: I can now update to Xcode 7 command-line utilities on 10.10 (Yosemite), but 
have not done so.  Has anyone else crossed the divide (successfully)?

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



-- 
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.9.beta7 released

2015-09-17 Thread Volker Braun
As always, you can get the latest beta version from the "develop" git 
branch. Alternatively, the self-contained source tarball is at 
http://www.sagemath.org/download-latest.html

aeeddeb Updated Sage version to 6.9.beta7
a082911 Trac #19182: Allow sage -n jupyter
e191893 Trac #18930: GrowthGroup: short notation factory
26a54f4 Trac #14003: Implementation of a rank symmetric test for posets
2866c40 Trac #12588: doctest fix for abs(pi*I) should return pi
5922c15 Trac #19218: Restrict skew partition input to Schur basis and 
implement a skew Schur method
1abea7c Trac #19216: Suzuki-related strongly regular graphs
52f4c03 Trac #19132: Start a single process when running Sage
ac4159d Trac #19002: Change behavior for vacancy numbers
23b70d5 Trac #17600: AsymptoticGrowthElement
08ad7f9 Trac #19206: New automaton: ContainsWord
bdf42f0 Trac #19199: FiniteStateMachine: do not mess with color 'None'
8ea6605 Trac #19158: Undo the breaking of old-style packages
644fd9d Trac #19212: Relax RE to get the base package name
699c03d Trac #19201: FiniteStateMachine.disjoint_union: fix doctests
1d0b87a Trac #18600: Fix several methods for sparse polynomials
55e1a02 Trac #19205: New automata: EmptyWord, AnyLetter, AnyWord
4e00bc7 Trac #19204: Implement Automaton.is_equivalent
04d15cc Trac #19202: found a few broken links to trac tickets and some typos
7b30a04 Trac #19184: HigmanSims design and graph related to it and to Witt 
designs
7ab09a3 Trac #19060: Fix gauss_sum() for Dirichlet characters over 
cyclotomic fields
70d470d Trac #18966: New Method: Automaton.complement
cc17176 Trac #18954: doctest special values of trig. functions with 
arguments (m/n)*pi
cf304f9 Trac #18118: transducer: convenience option for process words 
iteratively (and showing output)
aea3732 Trac #19181: sage_gymnasium: typo in "Partialbruchzerlegung"
d4904f6 Trac #19167: Deprecate ring_element.py and similar modules
d998d4f Trac #18946: unweighted matroid intersection using blocking flow 
approach
2f4b72f Trac #19189: update prerequisites
1719fc4 Trac #19185: Avoid a %crun crash
594ca14 Trac #19176: Make LiE a new-style spkg
086fd5d Trac #19148: Get rid of signals.pxi
482d25b Trac #19136: NO and NU graphs
d9c9438 Trac #18980: upgrade to Pynac-0.3.9.5
d52bb62 Trac #18763: COIN backend should support basis status and tableau 
data functions
ac540da Trac #18277: wrong category for cartesian square of GF(5)
ce2b2d5 Trac #16759: install_package() is obsolete
eb62aed Trac #17299: Bug in LaTeX of modular symbols
8aa185a Trac #19135: Restore Sage interrupt handler in Jupyter
385e949 Trac #19128: Upgrade to IPython 4.0.0 + Jupyter
a7da2fb Trac #14058: Weakly reference binary operation codomains
9c54882 Trac #19183: Some more #optional fixes
9ccae92 Trac #19165: Error in augmentation for mod 2 matrices
27e453d Trac #18003: Implement Fully Packed Loop class
2c6dc0b Trac #19023: Minor typos in 6.8
515a6c1 Trac #19030: fix small bug in elliptic curve isogeny matrix of maps
fe78a70 Trac #13597: tutorial: fix hash-bang in section on programming
5d9efec Trac #19119: Use PKG-clean target to implement sage -f PKG
57afef0 Trac #19180: A (220,84,38,28)-strongly regular graph
bbd1cf2 Trac #19121: Posets: connected_components() on connected poset 
should return one-element list
09ff110 Trac #19116: Change sage -p to always behave like sage -p -f
99ab28b Trac #12005: Relativize should take one 'name' if a morphism is 
given
559f73b Updated Sage version to 6.9.beta6

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