Skip to content

Datary 0.2.2 — /Datary path and bounded plots

Pre-release
Pre-release

Choose a tag to compare

@devkyato devkyato released this 08 Aug 10:15
· 2 commits to main since this release
cf041a9

Datary 0.2.2 - /Datary path and bounded plots

This release renames the public GitHub path to /Datary in project metadata and documentation, and closes the large-plot memory gap called out after 0.2.0.

Plotting now applies an explicit extrema-preserving bucket downsampler when a field exceeds --plot-max-points (default 5000). Canonical session records are unchanged. Each plot writes a sibling .meta.json file that states:

  • algorithm name and parameters;
  • original and plotted point counts;
  • missing-marker counts; and
  • whether global extrema were preserved.

Inspection prints that summary, and Markdown/JSON reports include it under the Plots section.

Install

python -m pip install https://github.com/devkyato/Datary/releases/download/v0.2.2/datary_lab-0.2.2-py3-none-any.whl

The distribution package name remains datary-lab for existing installers; the repository path is /Datary.

Published by @dev.mako (devkyato), co-authored with Cursor Agent.