Skip to content

Releases: sagemath/memory_allocator

0.1.3

02 Jun 14:51
9a814b7
Compare
Choose a tag to compare

0.1.2

15 Oct 06:00
5b540db
Compare
Choose a tag to compare

This release provides prebuilt wheels.

0.1.1

30 Sep 13:48
7e29bd1
Compare
Choose a tag to compare

Fix test failures on 32bit systems.

0.1.0

02 Jun 19:38
Compare
Choose a tag to compare

This is the first release of the MemoryAllocator independent of SageMath.

The dependency on cysignals has been removed to make it more portable (Windows) and the testing infrastructure has been updated.

0.1.0-beta.1

27 May 13:13
Compare
Choose a tag to compare
0.1.0-beta.1 Pre-release
Pre-release

Removed __init__.py that was accidentally imported along the history of memory_allocator.pxd and memory_allocator.pyx.

0.1.0-beta

27 May 12:13
Compare
Choose a tag to compare
0.1.0-beta Pre-release
Pre-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.