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

Datasets now use data stores to allow swap-able backends #8

Merged
merged 2 commits into from
Jan 29, 2014

Conversation

akleeman
Copy link
Contributor

Data objects now have a swap-able backend store.

- Allows conversion to and from: NetCDF4, scipy.io.netcdf and in
  memory storage.
- Added general test cases, and cases for specific backend stores.
- Dataset.translate() can now optionally copy the object.
- Fixed most unit tests, test_translate_consistency still fails.

Alex Kleeman added 2 commits January 29, 2014 11:16
- Allows conversion to and from: NetCDF4, scipy.io.netcdf and in
  memory storage.
- Added general test cases, and cases for specific backend stores.
- Dataset.translate() can now optionally copy the object.
- Fixed most unit tests, test_translate_consistency still fails.
Conflicts:
	src/polyglot/data.py
shoyer added a commit that referenced this pull request Jan 29, 2014
Datasets now use data stores to allow swap-able backends
@shoyer shoyer merged commit 4f4745f into master Jan 29, 2014
@shoyer shoyer deleted the datastores-merge branch February 1, 2014 22:29
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

2 participants