Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 11:38
· 1 commit to main since this release

Bumper v0.7.0

Diff since v0.6.0

Breaking changes

  • The type of array created by @alloc and alloc! has been changed from a StrideArraysCore.PtrArray to UnsafeArrays.UnsafeArray. This shouldn't matter for most purposes, but can break code that relies on a specific return type.

Merged pull requests:

Closed issues:

  • MethodErrors caused by StrideArrays.jl overrides (#34)
  • Massive slowdown when running with --check-bounds=no (#39)
  • Zero-dimensional arrays: (#41)