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)