Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 2.37 KB

File metadata and controls

45 lines (28 loc) · 2.37 KB

Release notes

0.1.7

New Features

  • Propagate contextvars to user-launched threads for correct output routing (#22)

0.1.6

New Features

  • Set kernel attr (#21)

0.1.5

Bugs Squashed

  • Fix debugger start state for gutter breakpoints (#20), thanks to @jph00

0.1.4

New Features

  • Reduce LoC (#18), thanks to @jph00
  • Suppress planned shutdown warnings (#17), thanks to @jph00
  • async-zmq poller + review fixes (#15), thanks to @jph00
  • Delete PR branch after merge (#14), thanks to @jph00
  • Fix async eval + loop cleanup (#12), thanks to @jph00
  • Tighten exceptions and debug deps (#11), thanks to @jph00
  • Use iopub proxy everywhere (#10), thanks to @jph00
  • Rename pytests to tests and streamline iopub send (#9), thanks to @jph00
  • Refine timeout helpers and tests (#5), thanks to @jph00
  • Improve kernel interrupt handling and tests (#4), thanks to @jph00
  • Respect display_page pager config (#3), thanks to @jph00

Bugs Squashed

  • fix display_page (#19)
  • Harden router/iopub delivery and expand kernel tests (#16), thanks to @jph00
  • Fix interrupt handling and main-thread execution (#2), thanks to @jph00