Skip to content

Commit

Permalink
Merge pull request #8 from queryverse/fileio-exports
Browse files Browse the repository at this point in the history
Fileio exports
  • Loading branch information
davidanthoff authored Jan 10, 2019
2 parents 3fdab1b + 96e03b1 commit 77b6950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# StatFiles.jl v0.7.0
* Export FileIO.File and FileIO.@format_str

# StatFiles.jl v0.6.1
* Fix remaining julia 0.7/1.0 issues

Expand Down
2 changes: 1 addition & 1 deletion src/StatFiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using ReadStat, IteratorInterfaceExtensions, TableTraits, TableTraitsUtils
using DataValues, FileIO, TableShowUtils
import IterableTables

export load
export load, File, @format_str

struct StatFile
filename::String
Expand Down

0 comments on commit 77b6950

Please sign in to comment.