[sage-devel] Should valgrind work when running doctests?

2019-02-25 Thread Steven Trogdon
Running ./sage --valgrind works with a resulting sage prompt. However, ./sage -t --long --valgrind src/sage/combinat/tableau.py does not work. The ~/.sage/valgrind/sage-memcheck. file reads ==8525== Memcheck, a memory error detector ==8525== Copyright (C) 2002-2017, and GNU GPL'd, by Julian

Re: [sage-devel] assume() does not work with chained inequalities

2019-02-25 Thread Michael Orlitzky
On 2/23/19 9:04 AM, kcrisman wrote: > > Maybe we could add this example to the documentation for assume (or even > for relations of this type, both places) as an example of both what not > to do and how to do it in an unambiguous way. For assume: https://trac.sagemath.org/ticket/27354 -- You

Re: [sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-25 Thread Andrew
Thanks very much for this Erik! It's the height of the grant writing season in the antipodeans so I have only just gotten back to this but you told how to troubleshoot and hence fix my problem, which turned out to be annoyingly trivial. The reason that sage would not compile for me comes down

[sage-devel] Re: Proposal: Add ascii_art representation to factor

2019-02-25 Thread Travis Scrimshaw
+1 for doing this. Also for _unicode_art_ too. On Monday, February 25, 2019 at 8:57:36 PM UTC+10, Juan Nicolas Pardo Martin wrote: > > Hi > > when calling ascii_art to a sage.structure.factorization object it > returns in single line mode (returns the _repr_ method), but it would be > nice if

[sage-devel] Fwd: GSoC 2019: SageMath has been accepted as a mentor organization!

2019-02-25 Thread Dima Pasechnik
Yes! -- Forwarded message - From: Google Summer of Code Date: Mon, Feb 25, 2019 at 6:16 PM Subject: GSoC 2019: SageMath has been accepted as a mentor organization! To: [image: Google Summer of Code] Congratulations! SageMath has been selected as a Google Summer of Code 2019 me

[sage-devel] Re: giacpy_sage missing (Was: Sage 8.7.beta5 released)

2019-02-25 Thread Emmanuel Charpentier
Still not fixed as of Feb 25, around 16:00 CEST (i. e. 15h UTC...). Downloading in $SAGE_ROOT/upstream the source tarball pointed to in the relevant Trac ticket fixes the problem. HTH, Le dimanche 24 février 2019 17:27:18 UTC+1, Volker Braun a écrit : > > Fixed. > > As a general PSA, if you wan

[sage-devel] conda install error

2019-02-25 Thread Sho
Hi I'm getting the following error when trying to install sage from conda PackagesNotFoundError: The following packages are not available from current channels: - sage -> sagemath-db-conway-polynomials[version='>=0.5.*'] Current channels: - https://conda.anaconda.org/conda-forge/osx-64 -

Re: [sage-devel] Sage Compilation Error

2019-02-25 Thread E. Madison Bray
On Sun, Feb 24, 2019 at 8:22 PM Paul Clarke wrote: > > Ok, good to know. Where can I find that beta? I have cloned the github > repository at git://github.com/sagemath/sage.git > and it looks like the most recent version on the develop branch is 8.7.beta5 It's not necessary. Just install your L

[sage-devel] Proposal: Add ascii_art representation to factor

2019-02-25 Thread Juan Nicolas Pardo Martin
Hi when calling ascii_art to a sage.structure.factorization object it returns in single line mode (returns the _repr_ method), but it would be nice if it was formatted in multiline as ascii art exponentiations as well. Or maybe you can already do this, but there is a way that I don't know of?