Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.17 KB

File metadata and controls

23 lines (14 loc) · 1.17 KB

[4.9.1] - 2026-mm-dd

Added

  • WasmJS support [LPK-296], [LPC-52].

  • Datetime formatting: %f support in DateTimeFormat (milliseconds, zero-padded to 3 digits) [#1482].

    See: example notebook.

  • In legends:

    • override_aes in guide_legend() can now customize filled 2D legend keys:

      • size controls the key border width;
      • width and height control the relative key size.

      See: example notebook.

  • na_rm parameter for geoms and statistical functions. When na_rm=false (default), corresponding computation messages are shown; when na_rm=true, non-finite / dropped rows are removed silently [LPK-81].

    See: example notebook.

Changed

Fixed