Skip to content

maya-py 0.2.11

Choose a tag to compare

@1ay1 1ay1 released this 05 Jul 22:00

Sync + gap-closure release.

Sync with maya master

  • Cmd.suspend binding
  • Adaptive token_stream_sparkline

Color / gradient gap closures

  • Color.hsl(h, s, l), .lighten(amount), .darken(amount), .degrade(level)
  • Accessors: .r(), .g(), .b(), .index(), .fg_sgr(), .bg_sgr(), plus __eq__ / __repr__
  • gradient() gains a bold param and a multi-stop stops=[...] overload (per-char segment picking replicated pixel-identical to maya)

Docs

  • Documented cell_grid and HalfBlockField
  • Corrected widget count, added text_input(value=, bind=) kwargs, added suspend to the Cmd list

Build + 190 tests + golden (256259 bytes) all green.