Skip to content

Commit c6028d0

Browse files
author
Pietro Vertechi
committed
added news
1 parent 7f8bcfe commit c6028d0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# NEWS
2+
3+
## Version 0.2.0
4+
5+
### Breaking
6+
7+
- Renamed `columns` to `fieldarrays`
8+
9+
### New features
10+
11+
- Added `collect_fieldarrays` function to collect an iterable of structs into a `StructArray` without having to allocate an array of structs
12+
- `StructArray{T}(undef, dims)` and `StructArray(v::AbstractArray)` now support an `unwrap` keyword argument to specify on which types to do recursive unnesting of array of structs to struct of arrays
13+

0 commit comments

Comments
 (0)