Skip to content

Commit

Permalink
Bump compat for StructArrays and Documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
junyuan-chen committed Nov 18, 2024
1 parent dcfcb58 commit eaf0435
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PrecompileTools = "1"
PrettyTables = "1, 2"
ReadStat_jll = "1.1.9"
SentinelArrays = "1.2"
StructArrays = "0.6"
StructArrays = "0.6, 0.7"
Tables = "1.2"
julia = "1.7"

Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ReadStatTables = "52522f7a-9570-4e34-8ac6-c005c74d4b84"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
Documenter = "0.27"
Documenter = "1"
2 changes: 0 additions & 2 deletions src/writestat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ function ReadStatTable(table::ReadStatTable, ext::AbstractString;
# ! Assume no need to re-encode columns with date/time values
col = Tables.getcolumn(table, i)
lblname = colmeta.vallabel[i]
# PooledArray is not treated as LabeledArray here due to conflict with getindex
# Will be fixed after ReadStatColumns is improved for v0.3
_set_vallabels!(colmeta, vallabels, lblname, false, names, col, i)
if update_width
type = colmeta.type[i]
Expand Down

0 comments on commit eaf0435

Please sign in to comment.