Skip to content

v2.1.3

Choose a tag to compare

@jepegit jepegit released this 16 Aug 06:26
· 34 commits to master since this release
2ee0219

What's Changed

  • fix(plotting): validate collected layout/kind (#874) by @jepegit in #877
  • fix(plotting): restore hover on spread_plot mean traces (#875) by @jepegit in #879
  • build(deps-dev): bump zensical from 0.0.52 to 0.0.53 by @dependabot[bot] in #880
  • build(deps): bump dateparser from 1.4.1 to 1.4.2 by @dependabot[bot] in #881
  • build(deps): bump typer from 0.27.0 to 0.27.1 by @dependabot[bot] in #882
  • build(deps-dev): bump coverage from 7.15.2 to 7.15.4 by @dependabot[bot] in #883
  • build(deps): bump pydantic-settings from 2.14.2 to 2.15.0 by @dependabot[bot] in #884
  • fix(ci): restore scheduled CI (#885) by @jepegit in #886
  • fix(ci): run unambiguous merge gates (#876) by @floze-the-genius in #887
  • feat(batch): export_project for a self-contained shareable bundle (#878) by @jepegit in #894
  • docs: developer guide for adding plots (#892) by @jepegit in #893
  • chore: sanitized speed harness and epic #896 plan by @jepegit in #904
  • fix(otherpath): keep find -L listing when find exits 1 (#897) by @jepegit in #905
  • perf(cellpy-file): store v9 parquet members uncompressed (#898) by @jepegit in #906
  • perf(filefinder): search_for_files uses files_only rglob (#899) by @jepegit in #907
  • docs: batch.load executor=threads and measured speed knobs (#903) by @jepegit in #908
  • feat(batch): wire auto_use_file_list in journal_from_db / find_files (#900) by @jepegit in #909
  • perf(otherpath): reuse credentialed fs; skip pre-copy is_file (#901) by @jepegit in #910
  • perf(arbin_sql_h5): one HDF read; skip legacy post-process (#902) by @jepegit in #911
  • feat(cli): output vocabulary for CLI feedback (#891) by @jepegit in #913
  • perf(cellpy-file): write v9 parquet with zstd by @jepegit in #914
  • feat(cli): global --quiet/--verbose/--no-color, real usage errors (#891) by @jepegit in #915
  • feat(batch): tqdm progress bars for load and update by @jepegit in #917
  • fix(batch): tqdm thread/Jupyter bars and load() executor docs by @jepegit in #919
  • fix(batch): persist .cellpy from process workers by @jepegit in #921
  • feat(cli): info and info --check report instead of narrating (#891) by @jepegit in #918
  • test(cli): fix red master — check test assumed a configured machine (#891) by @jepegit in #922
  • fix(plotting): grouped summary facet order, group labels, legend title (#923) by @jepegit in #929
  • test(filefinder): pin the default file-name settings (#935) by @jepegit in #936
  • fix(plotting): collected backend="matplotlib" no longer raises (#925) by @jepegit in #931
  • fix(plotting): cycle colorbar for collected layout="per_cell" (#928) by @jepegit in #933
  • feat(collect): make collection figure export discoverable (#926) by @jepegit in #932
  • feat(collect): named plot family + documented collector kwargs (#924, #927) by @jepegit in #930
  • feat(cli): setup reports actions, --silent is real, copy pass (#891) by @jepegit in #934

New Contributors

Full Changelog: v2.1.2...v2.1.3