Releases: JuliaIO/PNGFiles.jl
Releases · JuliaIO/PNGFiles.jl
v0.4.3
v0.4.2
PNGFiles v0.4.2
Fixes failures on julia nightly like:
TypeError: in RefArray, in A, expected A<:(AbstractArray{Ptr{UInt8}}), got Type{Vector{Ptr{RGBA{N0f16}}}}
Merged pull requests:
- Update & tidy CI setup (#71) (@IanButterworth)
- Add
julia-actions/cache
with revamped depot caching (#72) (@IanButterworth) - Fix RefArray issue on julia nightly (#73) (@IanButterworth)
Closed issues:
- Julia nightly: ERROR: TypeError: in RefArray, in A, expected A<:(AbstractArray{Ptr{UInt8}}), got Type{Vector{Ptr{Gray{N0f8}}}} (#74)
v0.4.1
PNGFiles v0.4.1
Merged pull requests:
- enable dependabot for GitHub actions (#62) (@ranocha)
- Bump actions/checkout from 2 to 3 (#67) (@dependabot[bot])
- Bump actions/checkout from 3 to 4 (#68) (@dependabot[bot])
- fix memory corruption when reading palette (#69) (@vtjnash)
v0.4.0
v0.3.17
PNGFiles v0.3.17
Closed issues:
- MethodError when used with FileIO (#59)
Merged pull requests:
- only run benchmark on 'run benchmark' label (#56) (@johnnychen94)
v0.3.16
v0.3.15
PNGFiles v0.3.15
Merged pull requests:
- collect palatte to CPU array with valid pointer (#57) (@johnnychen94)
v0.3.14
v0.3.13
PNGFiles v0.3.13
Closed issues:
- ERROR: LoadError: LoadError: UndefVarError: AbstractARGB not defined (#46)
Merged pull requests: