v1.0.5
Tables v1.0.5
Closed issues:
- rowcount not working for row table (#170)
- ERROR: LoadError: The object does not have a valid Tables.jl implementation. (#173)
- Trying to make "getcolumn" work with JuliaDB (#175)
- Copying in matrix(table(A)) when A is a matrix (#182)
Merged pull requests:
- Change function name from
mat
tomatrix
(#171) (@Sov-trotter) - Update matrix.jl (#172) (@strickek)
- Fix link to INTEGRATIONS.md (#177) (@nickrobinson251)
- trivial formatting fix (#180) (@tpapp)
- add
matrix(table::MatrixTable)
method (#183) (@OkonSamuel)