Skip to content

Releases: AnswerDotAI/iversonnb

v0.2.0

Choose a tag to compare

@jph00 jph00 released this 10 Jul 23:31

New Features

  • Rename aplnb to iversonnb and add J language support via libj (#8)
  • Add aplkernel clikernel/MCP worker for persistent APL sessions, and track interpreter resets via AplError.reset with socket timeout lifted after startup (#7)

v0.1.0

Choose a tag to compare

@jph00 jph00 released this 09 Jul 12:20

New Features

  • Replace pynapl dependency with native RIDE protocol client (#3)
  • Add Pythonic Apl API (__call__, __getitem__, __setitem__, fn, context manager), rewrite README, and improve lb.js (dark mode, overlay toggle, Monaco support) (#4)
  • Render APL output in SAX2 font via _repr_html_ instead of plain print (#5)
  • Support APL comments (#2)
  • add lb.js (#1)

Bugs Squashed

v0.0.1

Choose a tag to compare

@jph00 jph00 released this 11 Sep 20:00
  • Init release