Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

53 lines (34 loc) · 1.12 KB

CHANGELOG

1.4.4 (2023-01-07)

  • save_dump creates all parent directories if they don't exist

1.4.3 (2022-08-22)

  • Adds debug_dump as top-level import

1.4.2 (2022-08-14)

  • Adds debuglater.excepthook_factory

1.4.1 (2022-08-03)

  • Updates warning message when missing dill

1.4 (2022-08-03)

  • Fixes error when serializing traceback objects in Python 3.10 with pickle

1.3.3 (2022-08-02)

  • Adds current path to sys.path when loading dump
  • Adds echo argument to run function to disable print output

1.3.2 (2022-07-31)

  • Makes dill an optional dependency
  • Prints message if missing dill
  • Adds argument to select the path to dump file when patching IPython

1.3.1 (2022-07-22)

  • Fixed output message
  • Adds color to output message

1.3 (2022-07-22)

First version released by Ploomber

  • Renames package
  • Adds support for new versions of Python 3
  • Adds integration with IPython

1.2.0

  • Port to Python 3

1.1.1

  • Fixed a few small bugs.

1.1.0

  • Now storing built-in datatypes and custom class data members instead of their string representations.

1.0.0

  • First public version