Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rearrange data modules #244

Merged
merged 2 commits into from
Sep 17, 2018
Merged

Rearrange data modules #244

merged 2 commits into from
Sep 17, 2018

Conversation

ColCarroll
Copy link
Member

Fairly big reorganization. The major difference here is that the utils module is removed, in favor of a data module. Additionally, there is arviz.data.convert which contains all the functions for converting stuff into xarray and netcdf objects. This should let the conversion functions breathe a bit more (xarray_utils was pushing 1k lines).

Two followups might be:

  • Rename plotting functions plot_trace, plot_autocorr, etc,
  • Think about where the functions in plot_utils ought to go: xarray_var_iter is used everywhere, for example.

@ColCarroll ColCarroll merged commit 8ce4d15 into arviz-devs:master Sep 17, 2018
@ColCarroll
Copy link
Member Author

(merged so no one has to work off a branch)

@ColCarroll ColCarroll deleted the rearrange branch September 17, 2018 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant