-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add local example datasets * Add DataDeps as dependency * Define utility types for file metadata * Define all example datasets * Register data on initialization * Define load_example_data function * Test load_example_data * Deprecate load_arviz_data * Update load_arviz_data tests * Rename load_arviz_data to load_example_data * Increment patch number * Add arviz_example_data as git submodule * Remove local data from repo * Add JSON3 as dependency * Load example data metadata from submodule * Run formatter * Checkout submodules in GitHub Actions * Simplify code to load from JSON * Declare correct defaults * Avoid missing constant * Add additional tests * Increment version number
- Loading branch information
Showing
24 changed files
with
273 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "deps/data/example_data"] | ||
path = deps/data/example_data | ||
url = https://github.com/arviz-devs/arviz_example_data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
name = "ArviZ" | ||
uuid = "131c737c-5715-5e2e-ad31-c244f01c1dc7" | ||
authors = ["Seth Axen <[email protected]>"] | ||
version = "0.6.3" | ||
version = "0.6.4" | ||
|
||
[deps] | ||
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d" | ||
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0" | ||
InferenceObjects = "b5cf5a8d-e756-4ee3-b014-01d49d192c00" | ||
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" | ||
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688" | ||
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" | ||
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" | ||
|
@@ -21,9 +23,11 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | |
|
||
[compat] | ||
Conda = "1.0" | ||
DataDeps = "0.7" | ||
DataFrames = "0.20, 0.21, 0.22, 1.0" | ||
DimensionalData = "0.20, 0.21" | ||
InferenceObjects = "0.1" | ||
JSON3 = "1" | ||
LogExpFunctions = "0.2.0, 0.3" | ||
OrderedCollections = "1" | ||
PSIS = "0.2, 0.3, 0.4, 0.5" | ||
|
Submodule example_data
added at
594a6a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,5 @@ extract_dataset | |
## Example data | ||
|
||
```@docs | ||
load_arviz_data | ||
load_example_data | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
931c3ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
931c3ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/66451
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: