[sage-devel] Re: Bug in Sage 9.2 when trying to plot a simple graph

2021-05-26 Thread kcrisman
The code is simple, a function definition and a plot(). No Numpy code is > used and no graph theory plot, just a plain one variable function graph. > Nonetheless, providing the exact code will help in debugging - particularly because many Sage developers do not use the Windows installer, so i

Re: [sage-devel] Re: Move MemoryAllocator to PyPI?

2021-05-26 Thread Dima Pasechnik
On Wed, May 26, 2021 at 8:04 AM 'jonatha...@googlemail.com' via sage-devel wrote: > > Are there objections of adding this new standard package, which consists of > the code from `ext/memory_allocator.*`? > > This is now https://trac.sagemath.org/ticket/31591. as it's just code refactoring, I don

Re: [sage-devel] Re: Move MemoryAllocator to PyPI?

2021-05-26 Thread Dima Pasechnik
On Wed, 26 May 2021 at 08:04, 'jonatha...@googlemail.com' via sage-devel < sage-devel@googlegroups.com> wrote: > Are there objections of adding this new standard package, which consists > of the code from `ext/memory_allocator.*`? > > This is now https://trac.sagemath.org/ticket/31591. > > I would

Re: [sage-devel] Re: Move MemoryAllocator to PyPI?

2021-05-26 Thread 'jonatha...@googlemail.com' via sage-devel
Are there objections of adding this new standard package, which consists of the code from `ext/memory_allocator.*`? This is now https://trac.sagemath.org/ticket/31591. I would like to put it on `github.com/sagemath` but need either help or permissions to do so. The new package does not depend