Skip to content

Releases: AnswerDotAI/jupywire

v0.1.6

Choose a tag to compare

@jph00 jph00 released this 25 Aug 01:50

New Features

  • Route stdin through run() via an on_stdin hook that sends the parented input_reply, with allow_stdin bound to the hook presence (#9)

v0.1.5

Choose a tag to compare

@jph00 jph00 released this 24 Aug 00:23

New Features

  • Rework RouterOps: reply()/run()/on_jmsg replace three-tier queues and Run; add JmsgQueues, generic request seam, kernel-death handling (#8)
  • Add jupywire.route with three-tier RouterOps message routing and Run, plus eval_expr/user_exprs in ops (#7)

Bugs Squashed

  • Fix eval error handling to report ename/evalue when kernel reply has no traceback (#6)

v0.1.4

Choose a tag to compare

@jph00 jph00 released this 15 Aug 09:55

New Features

  • Replace priority subshell routing with kernmini priority:1 execute metadata; ipyfuncs default priority on, eval/retr off (#5)

v0.1.3

Choose a tag to compare

@jph00 jph00 released this 12 Aug 22:37

New Features

  • Extract more ops (#4)

v0.1.2

Choose a tag to compare

@jph00 jph00 released this 11 Aug 10:39

New Features

  • Make xpush/xenv sync fire-and-forget via new abstract execute() seam, alongside the awaited reply() seam (#3)

v0.1.1

Choose a tag to compare

@jph00 jph00 released this 04 Aug 03:12

New Features

  • Inline pack_frames/unpack_frames in session.py (#2)

v0.1.0

Choose a tag to compare

@jph00 jph00 released this 04 Aug 02:17

New Features

  • init release (#1)