Skip to content

0.1.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@kliem kliem released this 27 May 12:13
· 225 commits to main since this release

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.