Skip to content

npyquick v0.1.3

Choose a tag to compare

@LiukDiihMieu LiukDiihMieu released this 19 Jun 16:13

Added

  • Dark mode — the plot canvas now follows your system's light/dark theme instead of always showing a white background.
  • Complex array support — complex-valued .npy / .npz arrays can now be viewed (real/imaginary and magnitude/phase) across the image, histogram, and other panels.
image

Fixed

  • Tab shortcuts — Ctrl+Tab / Ctrl+Shift+Tab now switch between panels reliably on Linux, Windows, and macOS.
  • macOS Copy/Save shortcuts — ⌘C and ⌘S now work for copying and exporting the selected plot on macOS.
  • Fortran-order arrays — large column-major (Fortran-order) arrays are no longer copied into memory in full; the table view safely skips ones too large to display, avoiding out-of-memory crashes.

Linux AppImage is tested on Ubuntu 22.04 LTS, Ubuntu 24.04 LTS.
It should also work on most modern distributions such as Debian 12+, Fedora, Arch/Manjaro, openSUSE Tumbleweed/Leap 15.6, and Linux Mint 21+. Older distributions such as Ubuntu 20.04, Debian 11, or RHEL 8 are not guaranteed.