File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11name = " ArviZExampleData"
22uuid = " 2f96bb34-afd9-46ae-bcd0-9b2d4372fe3c"
33authors = [
" Seth Axen <[email protected] > and contributors" ]
4- version = " 0.1.4 "
4+ version = " 0.1.5 "
55
66[deps ]
77Artifacts = " 56f22d72-fd6d-98f1-02f0-08ddc0907c33"
88DataDeps = " 124859b0-ceae-595e-8997-d05f6a7a8dfe"
9- InferenceObjectsNetCDF = " 7cb6d088-77df-42c3-8f05-5ca8d42599d1 "
9+ InferenceObjects = " b5cf5a8d-e756-4ee3-b014-01d49d192c00 "
1010JSON3 = " 0f8b85d8-7281-11e9-16c2-39a750bddbf1"
11+ NCDatasets = " 85f8d34a-cbdd-5861-8df4-14fed0d494ab"
1112OrderedCollections = " bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1213StructTypes = " 856f2bd8-1eba-4b0a-8007-ebc267875bd4"
1314
1415[compat ]
1516DataDeps = " 0.7"
16- InferenceObjects = " 0.1, 0.2, 0.3"
17- InferenceObjectsNetCDF = " 0.1, 0.2, 0.3"
17+ InferenceObjects = " 0.3.10"
1818JSON3 = " 1"
19+ NCDatasets = " 0.12"
1920OrderedCollections = " 1"
2021StructTypes = " 1"
2122julia = " 1.6"
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ module ArviZExampleData
22
33using Artifacts: @artifact_str
44using DataDeps: DataDeps
5- using InferenceObjectsNetCDF : InferenceObjectsNetCDF
5+ using InferenceObjects : InferenceObjects
66using JSON3: JSON3
7+ using NCDatasets: NCDatasets # load extension
78using OrderedCollections: OrderedDict
89using StructTypes: StructTypes
910
Original file line number Diff line number Diff line change @@ -56,6 +56,6 @@ function load_example_data(name::AbstractString; kwargs...)
5656 ),
5757 )
5858 end
59- return InferenceObjectsNetCDF . from_netcdf (path; kwargs... )
59+ return InferenceObjects . from_netcdf (path; kwargs... )
6060end
6161load_example_data () = merge (LOCAL_EXAMPLE_DATA, REMOTE_EXAMPLE_DATA)
You can’t perform that action at this time.
0 commit comments