From eaf0435d70c3b27e2a846df18f4ef3c9634a40e7 Mon Sep 17 00:00:00 2001 From: Junyuan Chen Date: Mon, 18 Nov 2024 12:12:35 -0800 Subject: [PATCH] Bump compat for StructArrays and Documenter --- Project.toml | 2 +- docs/Project.toml | 2 +- src/writestat.jl | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 3504753..37484ba 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/docs/Project.toml b/docs/Project.toml index e743389..59b3179 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,4 @@ ReadStatTables = "52522f7a-9570-4e34-8ac6-c005c74d4b84" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] -Documenter = "0.27" +Documenter = "1" diff --git a/src/writestat.jl b/src/writestat.jl index ab3bd1f..22f9b37 100644 --- a/src/writestat.jl +++ b/src/writestat.jl @@ -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]