Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-22 | 633 Bytes | |
v0.7.0 source code.tar.gz | 2024-07-22 | 14.9 kB | |
v0.7.0 source code.zip | 2024-07-22 | 22.2 kB | |
Totals: 3 Items | 37.8 kB | 0 |
Bumper v0.7.0
Breaking changes
- The type of array created by
@alloc
andalloc!
has been changed from aStrideArraysCore.PtrArray
toUnsafeArrays.UnsafeArray
. This shouldn't matter for most purposes, but can break code that relies on a specific return type.
Merged pull requests: - Drop StrideArrays.jl, move to UnsafeArrays.jl (#42) (@MasonProtter)
Closed issues:
- MethodErrors caused by StrideArrays.jl overrides (#34)
- Massive slowdown when running with --check-bounds=no
(#39)
- Zero-dimensional arrays: (#41)