Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 11:04
110e654

0.4.0 (2026-06-05)

⚠ BREAKING CHANGES

  • now you can more easily install the pytorch version using extra arguments in uv, pandas moved to dev dependencies
  • added optional cuda dependencies for GPU computing with pytorch
  • changed all names to POVM frame, instead of measurement frame
  • first experiment for dimension sweep
  • make metric saving coordinate-aware for dimension and n_out sweeps

Features

  • added optional cuda dependencies for GPU computing with pytorch (49965be)
  • added total sample time in dim_sweep (84db6c0)
  • first experiment for dimension sweep (1a03d7a)
  • first experiment for the frame distances (0545691)
  • make metric saving coordinate-aware for dimension and n_out sweeps (aeb9873)
  • now timed accepts previous_time for in place update (fe0d8fa)
  • now you can more easily install the pytorch version using extra arguments in uv, pandas moved to dev dependencies (ce76968)

Bug Fixes

  • all the scripts now accept string as folders (85f1f1e)
  • changed all names to POVM frame, instead of measurement frame (e138ba9)
  • modified folder name structure for the dim_sweep (67c02e8)