Skip to content

Releases: mkitti/ArrayAllocators.jl

v0.3.0

21 Jun 04:01
9143c0c

Choose a tag to compare

What's Changed

  • Fix typo in readme by @cmcaine in #10
  • Implement alternative version of zeros by @mkitti in #8
  • Allow AbstractUnitRanges for indices for composition with OffsetArrays by @mkitti in #11
  • Use lineage_finalizer which attaches a finalizer to a parent of the object if the object is immutable.

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 May 01:18

Choose a tag to compare

ArrayAllocators v0.2.0

Merged pull requests:

  • CompatHelper: add new compat entry for SaferIntegers at version 3, (keep existing compat) (#2) (@github-actions[bot])
  • Refactor package, separating byte calculations out (#3) (@mkitti)

v0.2.0 First registered release

29 Apr 01:12

Choose a tag to compare

What's Changed

  • CompatHelper: add new compat entry for SaferIntegers at version 3, (keep existing compat) by @github-actions in #2
  • Refactor package, separating byte calculations out by @mkitti in #3

New Contributors

  • @github-actions made their first contribution in #2
  • @mkitti made their first contribution in #3

Full Changelog: https://github.com/mkitti/ArrayAllocators.jl/commits/v0.2