Go to file
Scott Sanderson 021e2da495 DEV: Separate FileCheckpointManager and GenericFileCheckpointManager.
- Adds a `GenericCheckpointMixin` as a helper for implementing the two
  boundary-traversing Checkpoint API methods, `create_checkpoint` and
  `restore_checkpoint`.

- `GenericFileCheckpointManager` is implemented as a subclass of
  `FileCheckpointManager` using `GenericCheckpointMixin`.  Note that
  this is the safe subtyping relationship because of method
  signature *contra*variance: `FileCheckpointManager` accepts
  `FileContentsManager` in its method signatures type, whereas
  `GenericFileCheckpointManager` accepts any `ContentsManager`.

- Moved Checkpoint-related classes to their own files.
2015-01-08 14:07:17 -05:00
docs Write a plugin to handle private function automatically. 2014-12-12 12:43:57 -08:00
examples remove signatures from example notebook metadata 2014-12-17 14:27:37 -08:00
git-hooks Git hooks need to use invoke, not fab 2014-12-10 10:35:00 -08:00
IPython DEV: Separate FileCheckpointManager and GenericFileCheckpointManager. 2015-01-08 14:07:17 -05:00
tools/tests Moving /examples/tests to tools/tests 2014-03-30 10:33:25 -07:00
.gitignore [issue547] add emacs tmp files and .coverage files to gitignore 2014-11-07 23:09:44 +00:00
.mailmap Fix mailmap entries for @jasongrout and @SylvainCorlay 2014-09-22 16:25:23 -07:00
Dockerfile Pin the version of less used in the Dockerfile. 2014-11-30 20:24:25 -06:00
setup.py don't cleanup egg-info after every setup.py command 2014-12-12 16:31:34 -08:00
setupbase.py Add kernel resources directory to package_data 2014-12-13 17:46:25 -08:00