rossant / ipycache

Defines a %%cache cell magic in the IPython notebook to cache results of long-lasting computations in a persistent pickle file
BSD 3-Clause "New" or "Revised" License
138 stars 35 forks source link

Support for gzip'ed pickles #40

Open vascotenner opened 8 years ago

vascotenner commented 8 years ago

This PR adds support for gziped pickles, see also #28

Usage: %%cache test.pkl.gz vars

Thanks to @dimatura for writing the code

ihrke commented 8 years ago

Thanks for the effort, I will review the code in detail once I find the time. Can you check why the travis builds fails for the PR?

vascotenner commented 8 years ago

I changed the PR such that is does not break the API anymore. There are no tests yet for the new code.

vascotenner commented 6 years ago

Will this be merged?