[sage-devel] Help with implementing coercion for symmetric functions needed

2024-02-07 Thread 'Martin R' via sage-devel
I think I made good progress, but would appreciate help with https://github.com/sagemath/sage/pull/37220 now. Adding '_has_coercion_from_' breaks base change (which uses __call__) between certain bases of symmetric functions. Martin -- You received this message because you are subscribed to

Re: [sage-devel] Unify error for trying to invert non-invertible elements

2024-02-07 Thread Kwankyu Lee
A method (or function) takes objects as input and computes an output. The INPUT block defines coarsely the intended class of mathematical objects. TypeError: the type (that can be checked by isinstance(obj, class)) of the input object does not belong to the intended class of mathematical

[sage-devel] Re: Regarding sphinx directives

2024-02-07 Thread Kwankyu Lee
On Wednesday, February 7, 2024 at 4:37:50 AM UTC+9 Janmenjaya Panda wrote: Hello, Is *.. raw:: latex *sphinx directive supported by sage (for documentations)? It does not work with me. I don't know why. ... Is the above mentioned list an exhaustive list of sphinx directives allowed in sage?

Re: [sage-devel] Re: Installing sagemath on macOS

2024-02-07 Thread Matthias Koeppe
To start from scratch in this mode of installation, you will need to remove the directory "/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/" On Wednesday, February 7, 2024 at 12:10:21 PM UTC-8 Sai Chandhrasekhar wrote: > I am still getting the same error. In the config.log files, I see this:

Re: [sage-devel] Re: Installing sagemath on macOS

2024-02-07 Thread Sai Chandhrasekhar
I am still getting the same error. In the config.log files, I see this: x86_64-apple-darwin13.4.0-clang: command not found. I have tried uninstalling and reinstalling Xcode and the Xcode command line tools, but I still get the same result. On Wednesday, February 7, 2024 at 11:06:12 AM UTC-6

Re: [sage-devel] Re: Installing sagemath on macOS

2024-02-07 Thread Matthias Koeppe
Thanks for sharing these logs. The key failure is here: configure:3938: x86_64-apple-darwin13.4.0-clang -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -isystem /Users/user/anaconda3/include -D_FORTIFY_SOURCE=2 -isystem