Changelog
v1.0.x
v1.0.1
- Added support to decorate a function without parenthesis (
@checkpointinstead of@checkpoint())- Thanks for the proposal in https://github.com/Vopaaz/checkpointing/issues/8
v1.0.0
- Drop support for Python 3.7 to remove the pickle5 dependency
v0.1.x
v0.1.2
- Use Pickle 5 by default to reduce memory usage when hashing/saving large data files
- Explains how to extend the checkpoint in the documentation
v0.1.1
- Setup changelog and documentation for historical versions
- No code change between v0.1.1 and v0.1.0
v0.1.0
Initial version released.