Re: [sage-release] Sage 7.4.beta5 released

2016-09-25 Thread Justin C. Walker

> On Sep 18, 2016, at 10:58 , Kwankyu Lee  wrote:
> 
> with complaints like this one: 
> ** 
> File "src/sage/tests/cmdline.py", line 118, in 
> sage.tests.cmdline.test_executable 
> Failed example: 
> err 
> Expected: 
> '' 
> Got: 
> '[SageTerminalApp] WARNING | Config option `readline_parse_and_bind` not 
> recognized by `SageTerminalInteractiveShell`.\n' 
> ** 
> 
> As it says the IPython config option `readline_parse_and_bind` does not exist 
> anymore since IPython upon which Sage's command line interface is based 
> adopted prompt_toolkit as a replacement of readline as of IPython version 5.0

Thanks for your reply.  
> 
> The following ticket may also be relevant to you:
> 
> https://trac.sagemath.org/ticket/21342 

Not as relevant as your reply.

I must have missed this discussion.  I’ll try to crackdown the toolkit.

FWIW, I took a shortcut, and commented out all the uses of 
readline_parse_and_bind in ipythonrc, but the above still fails the same way.  
Is there a cache somewhere?

Thanks, as always!

Justin

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
---
Like the ski resort full of girls hunting for husbands
and husbands hunting for girls, the situation is not
as symmetrical as it might seem.
  - Alan MacKay
--

-- 
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.4.beta5 released

2016-09-18 Thread Volker Braun
On Sunday, September 18, 2016 at 2:37:53 AM UTC+2, Justin C. Walker wrote:
>
> Got: 
> '[SageTerminalApp] WARNING | Config option `readline_parse_and_bind` 
> not recognized by `SageTerminalInteractiveShell`.\n' 
> ** 
>

I've never seen that, looks like something in your local config 
 (~/.sage/init.sage perhaps?). The readline_parse_and_bind does not occur 
in the Sage source code except as a docstring (and the warning that it 
isn't supported any more).


and the same one differing: 
> sage -t --long --warn-long 
> src/sage/rings/polynomial/polynomial_element.pyx  # 1 doctest failed 
> ** 
> File "src/sage/rings/polynomial/polynomial_element.pyx", line 6533, in 
> sage.rings.polynomial.polynomial_element.Polynomial.roots 
> Failed example: 
> [z^5 for z in f.roots(multiplicities=False)]  # abs tol 1e-14 
> Expected: 
> [0.9957 - 1.2864981197413038e-15*I, 0.9976 + 
> 3.062854959141552e-15*I, 1.0024 + 1.1331077795295987e-15*I, 
> 0.9 
> 953 - 2.0212861992297117e-15*I] 
> Got: 
> [0. - 3.062854959141559e-15*I, 
>  1.0082 + 3.0628549591415848e-15*I, 
>  1.0038 - 6.432490598706571e-16*I, 
>  1.0022 + 3.3077843189710377e-15*I] 
> Tolerance exceeded in 1 of 8: 
> 0.9976 vs 1.0082, tolerance 1e-14 > 1e-14 
> ** 
>

Thats https://trac.sagemath.org

-- 
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.4.beta5 released

2016-09-17 Thread Justin C. Walker

On Sep 16, 2016, at 14:18 , 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 on OS X 10.11.6.  Again, I got failures as follows
sage -t --long --warn-long src/sage/repl/attach.py  # 1 doctest failed
sage -t --long --warn-long src/sage/repl/display/formatter.py  # 1 doctest 
failed
sage -t --long --warn-long src/sage/repl/inputhook.pyx  # 1 doctest failed
sage -t --long --warn-long src/sage/repl/interface_magic.py  # 1 doctest failed
sage -t --long --warn-long src/sage/repl/interpreter.py  # 2 doctests failed
sage -t --long --warn-long src/sage/repl/ipython_extension.py  # 1 doctest 
failed
sage -t --long --warn-long src/sage/repl/ipython_tests.py  # 1 doctest failed
sage -t --long --warn-long src/sage/repl/rich_output/backend_ipython.py  # 1 
doctest failed
sage -t --long --warn-long src/sage/structure/sage_object.pyx  # 1 doctest 
failed
sage -t --long --warn-long src/sage/tests/cmdline.py  # 4 doctests failed
sage -t --long --warn-long src/sage/typeset/ascii_art.py  # 1 doctest failed

with complaints like this one:
**
File "src/sage/tests/cmdline.py", line 118, in 
sage.tests.cmdline.test_executable
Failed example:
err
Expected:
''
Got:
'[SageTerminalApp] WARNING | Config option `readline_parse_and_bind` not 
recognized by `SageTerminalInteractiveShell`.\n'
**

and the same one differing:
sage -t --long --warn-long src/sage/rings/polynomial/polynomial_element.pyx  # 
1 doctest failed
**
File "src/sage/rings/polynomial/polynomial_element.pyx", line 6533, in 
sage.rings.polynomial.polynomial_element.Polynomial.roots
Failed example:
[z^5 for z in f.roots(multiplicities=False)]  # abs tol 1e-14
Expected:
[0.9957 - 1.2864981197413038e-15*I, 0.9976 + 
3.062854959141552e-15*I, 1.0024 + 1.1331077795295987e-15*I, 
0.9
953 - 2.0212861992297117e-15*I]
Got:
[0. - 3.062854959141559e-15*I,
 1.0082 + 3.0628549591415848e-15*I,
 1.0038 - 6.432490598706571e-16*I,
 1.0022 + 3.3077843189710377e-15*I]
Tolerance exceeded in 1 of 8:
0.9976 vs 1.0082, tolerance 1e-14 > 1e-14
**

Justin

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




-- 
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.4.beta5 released

2016-09-16 Thread Francois Bissey
That’s curious. eclib as only one library libec.so(.x.x) and it is not 
depending on boehm-gc.
Now if you are talking about libecl.so or another component from ecl (embedded 
common lisp)
that would make more sense since it depends on boehm-gc.

François

> On 17/09/2016, at 12:27, tsc...@ucdavis.edu wrote:
> 
> Doing an incremental upgrade from 7.4.beta4, I was getting an error saying 
> one of the eclib .so files was too short. So I did a force rebuild of eclib 
> and another make, and now it is working. So I suspect it is due to #21474.
> 
> Best,
> Travis
> 
> 
> On Friday, September 16, 2016 at 4:18:56 PM UTC-5, 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
> 
> 
> 0ae5fd8 Updated SageMath version to 7.4.beta5
> 41888c1 Trac #21474: Patch Boehm-Weiser gc so that ecl builds on 32-bit Linux 
> Docker images
> d9bd86d Trac #21473: cbc: Update dependencies
> dd443dd Trac #21460: py3 get rid of some xrange in schemes and other folders
> a3970b1 Trac #21404: Replace PyString_FromString by PyBytes_FromString in 
> coerce_dict.pyx
> 26e7d0a Trac #21370: Multigraph plot and error with edge_colors
> 3f8a15e Trac #21340: LatticePoset: bug in testing semidistributivity
> ee83844 Trac #21247: py3 remove __cmp__ in lazy_import.pyx
> 74e977e Trac #20096: Make OpenBLAS standard instead of ATLAS
> be8593a Trac #21451: Upgrade lrslib to fix total brokenness on 32-bit systems
> bc22494 Trac #21468: Fix a couple broken URLs
> db136e6 Trac #21463: adding some links to trac
> 99cd48c Trac #21464: py3: remove one cmp keyword in graphs
> 1b404f3 Trac #20495: Add a function to generate random lattice (poset)
> d71f499 Trac #18802: Python 3 preparation: Iterator protocol uses .next() in 
> Py2 but __next__() in Py3
> 5e7140a Trac #21458: Fix typo
> 006722d Trac #21447: Speed up evaluation of polynomials at Python ints
> ece4b5a Trac #21397: Fix (maybe) non-deterministic test failure in expect
> ad186d5 Trac #21342: Adieu, "Extra Readline Commands"
> a8c2f90 Trac #20895: Computing ordinary models of plane curves
> 0f9fa8a Trac #21462: py3 remove unused cmp in differential forms
> 966f239 Trac #21452: simplify/speed up {Integer,Rational}.__cinit__()
> 5a003fe Trac #21435: get rid of cmp comparison for words
> f047064 Trac #21427: implement show using embedded graph for ordered trees
> c04f8a2 Trac #21425: Fix initialization of PARI precision
> 5f0c420 Trac #21421: Package psutil
> f95b293 Trac #21375: py3 get rid of xrange inside combinat
> af82d8a Trac #20690: Live documentation in Jupyter using Thebe
> 253f662 Trac #20577: Various autodoc unforking
> 05ace73 Trac #20463: Pari segfault on Sage startup in Cygwin (2)
> 1d51e87 Trac #20233: `AbstractLinearCode.minimum_distance` fails with GAP 
> message for large fields
> 52b3ad2 Trac #11228: integer_rational_power problems
> 7abde0f Trac #21291: speed regression in is_package_installed
> e22bbb4 Updated SageMath version to 7.4.beta4
> 
> 
> -- 
> 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 https://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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Sage 7.4.beta5 released

2016-09-16 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


0ae5fd8 Updated SageMath version to 7.4.beta5
41888c1 Trac #21474: Patch Boehm-Weiser gc so that ecl builds on 32-bit 
Linux Docker images
d9bd86d Trac #21473: cbc: Update dependencies
dd443dd Trac #21460: py3 get rid of some xrange in schemes and other folders
a3970b1 Trac #21404: Replace PyString_FromString by PyBytes_FromString in 
coerce_dict.pyx
26e7d0a Trac #21370: Multigraph plot and error with edge_colors
3f8a15e Trac #21340: LatticePoset: bug in testing semidistributivity
ee83844 Trac #21247: py3 remove __cmp__ in lazy_import.pyx
74e977e Trac #20096: Make OpenBLAS standard instead of ATLAS
be8593a Trac #21451: Upgrade lrslib to fix total brokenness on 32-bit 
systems
bc22494 Trac #21468: Fix a couple broken URLs
db136e6 Trac #21463: adding some links to trac
99cd48c Trac #21464: py3: remove one cmp keyword in graphs
1b404f3 Trac #20495: Add a function to generate random lattice (poset)
d71f499 Trac #18802: Python 3 preparation: Iterator protocol uses .next() 
in Py2 but __next__() in Py3
5e7140a Trac #21458: Fix typo
006722d Trac #21447: Speed up evaluation of polynomials at Python ints
ece4b5a Trac #21397: Fix (maybe) non-deterministic test failure in expect
ad186d5 Trac #21342: Adieu, "Extra Readline Commands"
a8c2f90 Trac #20895: Computing ordinary models of plane curves
0f9fa8a Trac #21462: py3 remove unused cmp in differential forms
966f239 Trac #21452: simplify/speed up {Integer,Rational}.__cinit__()
5a003fe Trac #21435: get rid of cmp comparison for words
f047064 Trac #21427: implement show using embedded graph for ordered trees
c04f8a2 Trac #21425: Fix initialization of PARI precision
5f0c420 Trac #21421: Package psutil
f95b293 Trac #21375: py3 get rid of xrange inside combinat
af82d8a Trac #20690: Live documentation in Jupyter using Thebe
253f662 Trac #20577: Various autodoc unforking
05ace73 Trac #20463: Pari segfault on Sage startup in Cygwin (2)
1d51e87 Trac #20233: `AbstractLinearCode.minimum_distance` fails with GAP 
message for large fields
52b3ad2 Trac #11228: integer_rational_power problems
7abde0f Trac #21291: speed regression in is_package_installed
e22bbb4 Updated SageMath version to 7.4.beta4

-- 
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.