-
-
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.
Remove all Python-related code (#290)
* Remove legacy example data * Remove kde and summarystats from API These will be added back later * Remove plotting functions from API * Remove rcparams code If desired, this functionality could be later be provided by Preferences.jl * Remove conversions of ELPD results to Python * Remove automatic conversions to xarray types * Remove Python-specific utilities * Remove Python setup code * Don't load PyCall * Remove extraneous load * Don't load Python * Remove unused DataFrames dependency * Remove Python as dependency * Remove futures workflow * Remove installation of Python deps * Use new Julia cache workflow * Update docs to note we no longer wrap Python arviz * Fix URL * Don't install Python deps in Invalidations workflow * Only run CI on ubuntu
- Loading branch information
Showing
39 changed files
with
10 additions
and
2,642 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -4,17 +4,13 @@ authors = ["Seth Axen <[email protected]>"] | |
version = "0.9.0-DEV" | ||
|
||
[deps] | ||
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d" | ||
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0" | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
InferenceObjects = "b5cf5a8d-e756-4ee3-b014-01d49d192c00" | ||
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d" | ||
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688" | ||
MCMCDiagnosticTools = "be115224-59cd-429b-ad48-344e309966f0" | ||
|
@@ -24,8 +20,6 @@ OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" | |
PSIS = "ce719bf2-d5d0-4fb9-925d-10a81b42ad04" | ||
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" | ||
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" | ||
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
Requires = "ae029012-a4dd-5104-9daa-d747884805df" | ||
|
@@ -36,24 +30,18 @@ TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c" | |
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | ||
|
||
[compat] | ||
Conda = "1.0" | ||
DataDeps = "0.7" | ||
DataFrames = "0.20, 0.21, 0.22, 1.0" | ||
DataInterpolations = "4" | ||
DimensionalData = "0.23, 0.24" | ||
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" | ||
DocStringExtensions = "0.8, 0.9" | ||
InferenceObjects = "0.3.10" | ||
IteratorInterfaceExtensions = "0.1.1, 1" | ||
JSON3 = "1" | ||
LogExpFunctions = "0.2.0, 0.3" | ||
MCMCDiagnosticTools = "0.3.4" | ||
Optim = "1" | ||
OrderedCollections = "1" | ||
PSIS = "0.9.1" | ||
PrettyTables = "2.1, 2.2" | ||
PyCall = "1.91.2" | ||
PyPlot = "2.8.2" | ||
Requires = "0.5.2, 1.0" | ||
Setfield = "1" | ||
StatsBase = "0.32, 0.33, 0.34" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.