Skip to content

Releases: JuliaArrays/ReadOnlyArrays.jl

v0.2.0

10 Apr 12:14
a7f398a
Compare
Choose a tag to compare

ReadOnlyArrays v0.2.0

Diff since v0.1.1

Merged pull requests:

Closed issues:

  • Slicing a read-only matrix does not provide a read-only vector (#2)
  • Support convert(::Type{ReadOnlyArray{T}}, Array{T})? (#3)
  • Define ReadOnlyVector and ReadOnlyMatrix (#4)
  • Bug: copy and similar should return parent array type, not ReadOnlyArray (#11)

Version 0.1.1

16 Feb 22:10
Compare
Choose a tag to compare
  • added AppVeyor and codecov integration
  • repository cleanup before registering the package
  • changed UUID

Version 0.1.0

20 Jan 16:27
Compare
Choose a tag to compare

Define ReadOnlyArray that is a read-only wrapper around an array.