Releases: sagemath/memory_allocator
Releases · sagemath/memory_allocator
0.1.3
0.1.2
0.1.1
0.1.0
0.1.0-beta.1
Removed __init__.py
that was accidentally imported along the history of memory_allocator.pxd
and memory_allocator.pyx
.
0.1.0-beta
Initial release of memory_allocator. The code is factored out of https://github.com/sagemath/.
The dependency on cysignals
has been removed to allow easy installation on windows. Otherwise the code should function exactly the same. Change from sage.ext.memory_allocator cimport MemoryAllocator
to from memory_allocator cimport MemoryAllocator
.