Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1007 Bytes

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 1007 Bytes

Change Log

0.4.1

  • Fixed primitives to be json encoded

0.4.0

  • Python 3 (3.5+) Only
  • Direct pandas support available
  • Added fallback for only setting display=True but not encoder=display
  • Added some example docs and binder examples
  • Fixed encoder vs encoders naming issue

0.3.1

  • Adjusted python 2.7 sci-kit requirements

0.3.0

  • Added a warning for gluing an object outside of a kernel context
  • Added development guide and marked papermill specific functions as deprecated
  • Changed error when using GET parameters on cloud storage paths to a warning for non-ipynb extensions
  • Changed ipython import to be lazy, saving on initial import times

0.2.1

  • Fixed reading string json elements from notebook store (needed to read strings saved with papermill.record)

0.2.0

  • Added schema versions to media payloads
  • Overhaul of internal modules based on interactive feedback at NES
  • Docs are now fully covering capabilities
  • Binder links fixed

0.1.0

  • Initial Release!