Releases: sagemath/memory_allocator
Releases · sagemath/memory_allocator
0.1.4
What's new
- modern license format, CI fixes (by @dimpase)
- Add missing noexcept clauses by @tornaria in #8
- .github/workflows/build_wheels.yml: Update to pypa/cibuildwheel@v2.17 by @mkoeppe in #10
- Modernize Python metadata, require Python >= 3.8, test 3.13-dev by @mkoeppe in #9
New Contributors
Full Changelog: v0.1.3...v0.1.4
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.