Skip to content

Latest commit

 

History

History
105 lines (62 loc) · 1.89 KB

File metadata and controls

105 lines (62 loc) · 1.89 KB

0.5.0 (2025-04-13)

Feat

  • allow optionally passing an existing file lock

Fix

  • use aggressive partitioning to be robust to null

0.4.5 (2025-04-10)

Fix

  • widen dependency versions

0.4.4 (2025-04-10)

Fix

  • add fault tolerance to table caching failure

0.4.3 (2025-04-09)

Fix

  • avoid hardcoded 'results' table name

0.4.2 (2025-04-08)

Fix

  • remove jax from required imports
  • move sqlalchemy to required dependencies

0.4.1 (2025-04-08)

Fix

  • use sqlalchemy to build tsdb databases

0.4.0 (2025-03-26)

Feat

  • add tsdb backend for logging metrics to central db

Fix

  • ignore backend during serialization
  • allow specifying backend to collector

0.3.2 (2025-03-25)

Refactor

  • generalize db backend to allow using alternative buffered writers

0.3.1 (2025-03-11)

Fix

  • merge id and frame keys when joining dfs

0.3.0 (2025-03-02)

Feat

  • add data reader utilities
  • add ability to attach metadata to a run id
  • expose watermarks as options on Collector class

0.2.0 (2025-03-01)

Feat

  • add set_frame method to allow skipping unused intermediate frames

0.1.0 (2025-02-23)

Feat

  • add jax io callback for logging within jax.jit
  • initial working prototype
  • add ability to merge collectors across processes
  • don't require next_frame() on first step
  • serialize in memory dbs
  • initial code migration

Fix

  • remove primary key constraint on frame to support jax.vmap
  • allow trailing-edge frames for evaluate
  • reset frame counter when changing exp_id
  • remove extra next_frame() call
  • force a db sync before serialization
  • in-memory dbs always need initialization on hydrate
  • don't use row_factory for table metadata
  • asking for nonexistent measurements gives empty list

Refactor

  • break get_tables into shared utility
  • remove dead repeat code from prior version
  • make sure collector is cleaned after test