Releases: JuliaArrays/StructArrays.jl
Releases · JuliaArrays/StructArrays.jl
v0.6.3
StructArrays v0.6.3
Closed issues:
- Inference issue of
StructArrayconstructor on Julia 1.7 (#208)
Merged pull requests:
- Fix inference issues of
StructArrayconstructor on Julia 1.7+ (#209) (@jipolanco) - internal refactor (#210) (@piever)
v0.6.2
StructArrays v0.6.2
Closed issues:
Merged pull requests:
v0.6.1
StructArrays v0.6.1
Closed issues:
Merged pull requests:
v0.6.0
v0.5.1
v0.5.0
StructArrays v0.5.0
Closed issues:
- Use with CUDAnative (#86)
- Broadcasting a StructArray yields a regular array (#89)
- How can I save/load StructArray type? (#108)
- unwrapping nested structs performance problem (#122)
- Nested structs broken (#126)
- Handling Heterogeneous types (#135)
- Default to getfield rather than getproperty for field access (#137)
- Bypass struct construction in createinstance (#138)
- Feature request or documentation request: delete a row (#144)
- Figure out what table manipulation code needs to stay (#147)
- LazyRow allocations (#152)
- Migrate to travis-ci.com (#154)
- Tag new release? (#155)
- copy fails with StructArray of views (#169)
Merged pull requests:
- Make StructArrays broadcast aware (#136) (@timholy)
- allow failures on nightly (#139) (@piever)
- Do recursive bit during code generation in foreachfield (#141) (@piever)
- bypass constructor on getindex (#145) (@piever)
- README: Document how to delete a row (#146) (@DilumAluthge)
- Update docs for hetero types (#149) (@Sov-trotter)
- Fix allocations for LazyRow (#153) (@touste)
- switch to GitHub Actions (#157) (@simonbyrne)
- Set up Documenter (#158) (@simonbyrne)
- add StructArray constructor from slices of an existing array (#159) (@simonbyrne)
- add docs badge (#161) (@piever)
- add some specialization hints for function arguments (#162) (@JeffBezanson)
- CompatHelper: bump compat for "Adapt" to "3.0" (#163) (@github-actions[bot])
- remove join iterator (#166) (@piever)
- switch to component interface (#167) (@piever)
- bump version number (#168) (@piever)
- fix copy for views (#170) (@piever)
v0.4.4
v0.4.3
StructArrays v0.4.3
Merged pull requests:
- make compatible with CUDA kernels (#114) (@piever)
- RFC: Add append!(::StructVector, iterator::Any) using Tables.isrowtable (#117) (@tkf)
- bump version for release (#118) (@piever)
- switch to getcolumn and support tables in ND StructArray (#119) (@piever)
- avoid unnecessary generated function (#120) (@piever)
- foreachfield and staticschema cleanup (#121) (@piever)
- use defaultarray for collection (#123) (@piever)
v0.4.2
StructArrays v0.4.2
Closed issues:
- Pretty printing of a Struct Array as Tabular (#93)
Merged pull requests:
- document widen (#105) (@piever)
- A minor fix in README (#106) (@tkf)
- switch to DataAPI for refarray (#109) (@piever)
- use axes correctly in collection (#110) (@piever)
- add optimized append (#111) (@piever)
- Install TagBot as a GitHub Action (#115) (@JuliaTagBot)
- Use Tables.isrowtable (Tables v1.0 API) (#116) (@tkf)