save_dump
creates all parent directories if they don't exist
- Adds
debug_dump
as top-level import
- Adds
debuglater.excepthook_factory
- Updates warning message when missing
dill
- Fixes error when serializing traceback objects in Python 3.10 with
pickle
- Adds current path to
sys.path
when loading dump - Adds
echo
argument torun
function to disable print output
- Makes
dill
an optional dependency - Prints message if missing dill
- Adds argument to select the path to dump file when patching IPython
- Fixed output message
- Adds color to output message
First version released by Ploomber
- Renames package
- Adds support for new versions of Python 3
- Adds integration with IPython
- Port to Python 3
- Fixed a few small bugs.
- Now storing built-in datatypes and custom class data members instead of their string representations.
- First public version