Releases: JuliaArrays/StructArrays.jl
Releases · JuliaArrays/StructArrays.jl
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)
v0.4.1
v0.4.0
v0.4.0 (2019-06-03)
Merged pull requests:
- test on julia 1.2 (#83) (piever)
- General indexstyle clean up (#82) (piever)
- Use more specific check on widening (#81) (piever)
- Add tests (#80) (piever)
- coverage and clean up (#79) (piever)
- Add type parameter for index style in StructArray (#78) (piever)
- removed SkipConstructor (#77) (piever)
- Use normal functions for getindex (#76) (piever)
- Ensure inbounds work on setindex (#75) (piever)
- Clean up lazy things (#74) (piever)
- Add show method and doc cleanup (#73) (piever)
- API changes pre 1.0 (#72) (piever)
- Do not invent column names for tuple based tables (#71) (piever)
- General cleanup (#70) (piever)
- use reshapestructarray in collection mechanism (#69) (piever)
- switch to Project file (#67) (piever)
- use unified way of getting reference array (#66) (piever)