Releases: JuliaArrays/PaddedViews.jl
Releases · JuliaArrays/PaddedViews.jl
v0.5.11
PaddedViews v0.5.11
Merged pull requests:
- Fix docstrings for paddedviews and sym_paddedviews (#55) (@ErikQQY)
- CI: drop 0.7, add 1.6 (#56) (@johnnychen94)
v0.5.10
PaddedViews v0.5.10
Closed issues:
- Error on x86 (32 bits) architecture (#53)
Merged pull requests:
- use arch-agnostic
Int
instead ofInt64
(#54) (@johnnychen94)
v0.5.9
PaddedViews v0.5.9
Closed issues:
Merged pull requests:
- add dims keyword for
padded_views
andsym_paddedviews
(#49) (@ashwani-rathee)
v0.5.8
v0.5.7
PaddedViews v0.5.7
Closed issues:
- Assertion error on julia v1.1.2-pre-debug & 1.3.0-DEV.260-debug (#17)
Merged pull requests:
- add setindex! (#37) (@johnnychen94)
- add missing methods to support 0-d array (#38) (@johnnychen94)
- propagate inbounds in getindex (#39) (@johnnychen94)
- PaddedViews v0.5.7 (#41) (@ianshmean)
- Revert "add setindex! (#37)" (#42) (@johnnychen94)
v0.5.6
PaddedViews v0.5.6
Closed issues:
- trouble with missing (#33)
Merged pull requests:
- promote filltype when data array is of eltype Missing or Nothing (#34) (@johnnychen94)
- Fix type-printing on nightly (#36) (@timholy)
v0.5.5
PaddedViews v0.5.5
Merged pull requests:
- allow users to explicity specify filltype (#27) (@johnnychen94)
- update jldoctest reference (#28) (@johnnychen94)
- update codecov CI script (#29) (@johnnychen94)
- Make doctests agnostic to system word size (#30) (@timholy)
v0.5.4
v0.5.3
PaddedViews v0.5.3
Closed issues:
- Support missing values (#19)
Merged pull requests:
- loose eltype when fillvalue is nothing or missing (#24) (@johnnychen94)
v0.5.2
PaddedViews v0.5.2
Closed issues:
Merged pull requests:
- Install TagBot as a GitHub Action (#22) (@JuliaTagBot)
- add sym_paddedviews: a centered version for paddedviews (#23) (@johnnychen94)