Re: [sage-devel] Poll: deprecate backslash operator

2023-09-30 Thread Nils Bruin
Deprecate please. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups

Re: [sage-devel] Poll: deprecate backslash operator

2023-09-30 Thread William Stein
Again, as the person who added it to Sage in the first place: deprecate. William On Sat, Sep 30, 2023 at 4:02 PM Dima Pasechnik wrote: > > deprecate! > > On Sat, Sep 30, 2023 at 10:47 PM John H Palmieri > wrote: > > > > I asked this already but with a different subject heading, so people may

Re: [sage-devel] Fedora sagemath package maintainer

2023-09-30 Thread Michael Orlitzky
On Sat, 2023-09-30 at 14:36 -0700, enriqu...@gmail.com wrote: > I have learnt that at this momente there is no Fedora sagemath package > maintainer. I am a Fedora user but I do not use the rpm package; more > relevant, I do not have the skills for this maintenance. > Would anyone take the task? >

Re: [sage-devel] Poll: deprecate backslash operator

2023-09-30 Thread Dima Pasechnik
deprecate! On Sat, Sep 30, 2023 at 10:47 PM John H Palmieri wrote: > > I asked this already but with a different subject heading, so people may have > missed it. > > BackslashOperator is defined in "sage/misc/misc.py", and the preparser > converts "A \ b" to the appropriate Python code. The doc

Re: [sage-devel] Poll: deprecate backslash operator

2023-09-30 Thread Michael Orlitzky
On Sat, 2023-09-30 at 14:47 -0700, John H Palmieri wrote: > > This is not used much: for matrices, matroids, and a tiny bit (at least in > the Sage library) for binary trees. Should we deprecate it? Deprecate it, it's a big WTF for most people. -- You received this message because you are subs

[sage-devel] Poll: deprecate backslash operator

2023-09-30 Thread John H Palmieri
I asked this already but with a different subject heading, so people may have missed it. BackslashOperator is defined in "sage/misc/misc.py", and the preparser converts "A \ b" to the appropriate Python code. The docstring for BackslashOperator says "Implements Matlab-style backslash operator

[sage-devel] Fedora sagemath package maintainer

2023-09-30 Thread enriqu...@gmail.com
I have learnt that at this momente there is no Fedora sagemath package maintainer. I am a Fedora user but I do not use the rpm package; more relevant, I do not have the skills for this maintenance. Would anyone take the task? Best regards, Enrique. -- You received this message because you are s

Re: [sage-devel] Questions about performance of SageMath, and of graph (algorithms) libraries

2023-09-30 Thread William Stein
> To give an explicit and specific example, I'm also interested in graph > algorithms, without calling libraries written in C/C++ or Julia, is it > possible to make graph algorithms faster on very-large graphs with what's > mentioned above? > One relevant Python library is https://github.com/r

[sage-devel] Re: keywords in github

2023-09-30 Thread 'Martin R' via sage-devel
That's an excellent suggestion, it might work quite well for me. I just created a list of issues and pull requests for the lazy series theme. One thing which would be nice, but is probably not possible: I'd like to see in the sagemath/sage list of issues whether an issue happens to be part of

[sage-devel] Questions about performance of SageMath, and of graph (algorithms) libraries

2023-09-30 Thread Jing Guo
Dear all, I contributed to algebraic geometry and dynamics parts of SageMath. During the process, sometimes the tests could take some time to process, which I guess is reasonable, since schemes and other objects can take long time to compute. Today I saw a post [0] on JAX from Hacker News, in