- PR-44 - Fix Spark 2.2.1 compatibility
- PR-38 - Capture all stdout/stderr from the py4j JVM
- PR-36 - Revert to setting stdout/stderr once, fix typos and nits
- PR-34 - Test on Spark 2.1.1 and Python 3.5, 3.6
- PR-35 - Mark stdout / stderr PrintWriters as @transient
- 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
- PR-17 - Fix anonymous function class defs not found
- PR-19 - Fix clipped tracebacks
- Automate developer, maintainer setup
- PR-15 - Fix to support jedi>=0.10