Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 1.4 KB

0.4.0

  • PR-38 - Capture all stdout/stderr from the py4j JVM

0.3.2

  • PR-36 - Revert to setting stdout/stderr once, fix typos and nits

0.3.1

  • PR-34 - Test on Spark 2.1.1 and Python 3.5, 3.6
  • PR-35 - Mark stdout / stderr PrintWriters as @transient

0.3.0

  • PR-24 - Let users set application_name in %%init_spark
  • PR-29, PR-30 - General code cleanup and documentation
  • PR-31 - Fix lost stdout/stderr from non-main threads
  • PR-31 - Fix run all halts on comment-only cells
  • PR-33 - Update README, travis.yml, Makefile for Spark 2.1.1 and Python 3.6

0.2.1

  • PR-17 - Fix anonymous function class defs not found
  • PR-19 - Fix clipped tracebacks
  • Automate developer, maintainer setup

0.2.0

  • PR-15 - Fix to support jedi>=0.10