Sage 6.8.beta0

79 views
Skip to first unread message

Volker Braun

unread,
May 23, 2015, 6:42:38 AM5/23/15
to sage-r...@googlegroups.com
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

Mini-changelog:

86787f2 Updated Sage version to 6.8.beta0
bb7a3eb Trac #17018: Polishing documentation of posets
2b1ffb6 Trac #18389: Fix comparison for MPComplexNumber
870ea41 Trac #18027: Move interrupts to Cython
db8ea06 Trac #17282: Implementing Wehler K3 Surfaces
13e4d52 Trac #18255: Remove silly LimitedPrecisionConstant class
9ced977 Trac #18465: is_unit for multivariate Laurent polynomials
cd94981 Trac #18445: Make Graph.sparse6 work on non-integer graphs
614bbf5 Trac #17520: Division by monomials in LaurentPolynomialRings should not be in the fraction field
7a921c8 Trac #18461: Implement Field._gcd_univariate_polynomial()
ebd5f4f Trac #18361: CategoryObject: never cache gens_dict
858a1ad Trac #13538: AlgebraicExtensionFunctor should not make an assumption on the ordering of parameters
fa24373 Trac #18459: Upgrade 4ti2 package to version 1.6.5
964e492 Trac #17283: Check consistency when constructing Dirichlet characters
ada387a Trac #12834: Modify subs so that it can accept multiple equations just like subs_expr
447835d Trac #18460: Broken (optional) doctests with bliss
91fcf02 Trac #18281: implement critical point functionality including is_pcf for projective morphisms
b42b054 Trac #18449: Update Cremona's table of elliptic curves to 360000
a20768d Trac #18436: Dimension formulae do not accept Dirichlet characters with certain base rings
35858a8 Trac #18374: Inconsistency in dimension of total ideals.
cb8d2aa Trac #18457: Fix sage-download-file --print-fastest-mirror
68bcbdd Trac #17887: SingularKernelFunction documentation is too touchy
c45274e Trac #18425: new-style Nauty package
3c8cda1 Trac #16475: Bug in Gomory-Hu tree algorithm
1fae0dc Trac #18444: Use floor division in sage-download-file
1981cb3 Trac #18402: Remove meaningless note in sage-fix-pkg-checksums
ffff89f Trac #18072: Base extension for Dirichlet groups and characters via maps
f7d16ea Trac #18431: Make new-style packages define their type and dependencies
50c5324 Trac #18378: list(ZZ) --> infinite loop
e686b85 Trac #17963: Use native filenames with java on cygwin
1013f8c Trac #18432: Speedup charge for rigged configurations
6374d51 Trac #18409: Dynatomic polynomial bug for fractional coefficients
635a18e Trac #18399: projective automorphism group fails for homogenized maps
444b65c Trac #18423: Restricted partitions doesn't like getting a partition as "outer" input
651cd1a Trac #18397: upgrade Python to 2.7.9
c525551 Trac #18320: Polynomial sequences performance improvement
e00f17b Updated Sage version to 6.7

Rob Beezer

unread,
May 23, 2015, 9:33:49 PM5/23/15
to sage-r...@googlegroups.com
Source tarball on SageMathCloud, make ptestlong:


(1) Passed on a second, standalone run:

sage -t --long --warn-long 111.6 src/sage/interfaces/expect.py # 1 doctest failed


(2) Some numerical noise, that perhaps requires more tolerance:

~/sage-dev-images/sage-6.8.beta0$ ./sage -t --long --warn-long 111.6
src/sage/tests/french_book/linsolve_doctest.py
Running doctests with ID 2015-05-24-01-26-54-a255c91d.
Git branch: develop
Doctesting 1 file.
sage -t --long --warn-long 111.6 src/sage/tests/french_book/linsolve_doctest.py
**********************************************************************
File "src/sage/tests/french_book/linsolve_doctest.py", line 86, in
sage.tests.french_book.linsolve_doctest
Failed example:
Z.solve_right(R) # rel tol 1e-14
Expected:
(-1.5000000000000044, -0.5000000000000009, 2.750000000000003)
Got:
(-1.5000000000000135, -0.5000000000000085, 2.7500000000000213)
Tolerance exceeded in 1 of 3:
-0.5000000000000009 vs -0.5000000000000085, tolerance 2e-14 > 1e-14
**********************************************************************
1 item had failures:
1 of 68 in sage.tests.french_book.linsolve_doctest
[67 tests, 1 failure, 0.50 s]
----------------------------------------------------------------------
sage -t --long --warn-long 111.6 src/sage/tests/french_book/linsolve_doctest.py
# 1 doctest failed
----------------------------------------------------------------------

Emmanuel Charpentier

unread,
May 24, 2015, 2:35:34 PM5/24/15
to sage-r...@googlegroups.com
FWIW, builds okay on Debian testing running on Core i7 + 16 GB RAM.

initial ptestlong showed two failures :

----------------------------------------------------------------------
sage
-t --long --warn-long 66.2 src/sage/interfaces/expect.py  # 1 doctest failed
sage
-t --long --warn-long 66.2 src/sage/schemes/projective/projective_morphism.py  # Timed out
----------------------------------------------------------------------

However, both tests pass "standalone" :

charpent@asus16-ec:/usr/local/sage-6.8$ sage -t --long --warn-long 66.2 src/sage/interfaces/expect.py
Forcing sage-location, probably because a new package was installed.
Updating various hardcoded paths...
(Please wait at most a few minutes.)
DO NOT INTERRUPT THIS
.
Done updating paths.
Running doctests with ID 2015-05-24-20-30-25-b2d81c29.

Git branch: develop
Doctesting 1 file.

sage
-t --long --warn-long 66.2 src/sage/interfaces/expect.py
   
[77 tests, 5.99 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 6.0 seconds
    cpu time
: 0.2 seconds
    cumulative wall time
: 6.0 seconds
charpent@asus16
-ec:/usr/local/sage-6.8$ sage -t --long --warn-long 66.2 src/sage/schemes/projective/projective_morphism.py
Running doctests with ID 2015-05-24-20-32-26-7175aac5.

Git branch: develop
Doctesting 1 file.

sage
-t --long --warn-long 66.2 src/sage/schemes/projective/projective_morphism.py
   
[891 tests, 19.87 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 20.0 seconds
    cpu time
: 13.6 seconds
    cumulative wall time
: 19.9 seconds



It is easy to understand for the first test, but the second one stimyes me...

HTH,

--
Emmanuel Charpentier

Justin C. Walker

unread,
May 24, 2015, 9:06:29 PM5/24/15
to sage-r...@googlegroups.com

> On May 23, 2015, at 03:42, Volker Braun <vbrau...@gmail.com> 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 w/o problems from the tarball, and all tests (‘ptestlong’) passed on OS X 10.10.3.

I noted one issue that I haven’t seen before (which can be annoying when actively using the system while building): continual, frequent “modal” alerts saying that I have to install the Java runtime in order to do something or other. In the past, I recall only seeing one during the testing. That may be because I don’t always actively use this system when building (I just kick off the build and wander off to other duties).

Has there been a change here?

Thanks!

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



Volker Braun

unread,
May 25, 2015, 3:28:38 AM5/25/15
to sage-r...@googlegroups.com
I guess the easiest solution is to install Java ;-)

The popup comes up whenever somebody runs "java". There is a java binary in the path, so its completely legit for configure tests or anything else that *might* use java to try to execute it. Except that Apple decided in their infinite wisdom that "java" should pop up a dialog.

Justin C. Walker

unread,
May 26, 2015, 3:05:40 AM5/26/15
to sage-r...@googlegroups.com

On May 23, 2015, at 03:42 , 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 w/o problems and all tests ('ptestlong') passed on OS X 10.6.8 (Dual 6-core Xeons). No problem with 'java'... :-}

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Enhancement of the Director's Income
--------
Experience is what you get
when you don't get what you want.
--------



Reply all
Reply to author
Forward
0 new messages