Skip to content

Commit 77b6950

Browse files
authored
Merge pull request #8 from queryverse/fileio-exports
Fileio exports
2 parents 3fdab1b + 96e03b1 commit 77b6950

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# StatFiles.jl v0.7.0
2+
* Export FileIO.File and FileIO.@format_str
3+
14
# StatFiles.jl v0.6.1
25
* Fix remaining julia 0.7/1.0 issues
36

src/StatFiles.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using ReadStat, IteratorInterfaceExtensions, TableTraits, TableTraitsUtils
44
using DataValues, FileIO, TableShowUtils
55
import IterableTables
66

7-
export load
7+
export load, File, @format_str
88

99
struct StatFile
1010
filename::String

0 commit comments

Comments
 (0)