Skip to content

Releases: BioJulia/MemoryViews.jl

v0.2.2

18 Nov 09:19
Compare
Choose a tag to compare
  • Add the constructors MemoryView{T}(x) and MemoryView{T, M}(x), allowing e.g. ImmutableMemoryView{UInt8}(x). These will succeed if x is backed by memory of eltype T.
  • Add a method for Iterators.reverse(::MemoryView)

v0.2.1

18 Nov 09:14
Compare
Choose a tag to compare
  • Add methods reverse and reverse!
  • Add methods Base.cmp
  • Various bugfixes

v0.2.0

03 Jul 06:55
Compare
Choose a tag to compare

v0.2.0

This is the first release of MemoryViews.jl.
The package is expected to undergo breaking changes as Julia 1.11 is released some time in the next few months. New releases containing these changes will be made of this package in accordance with semantic versioning.