Skip to content

v0.3.2

Latest

Choose a tag to compare

@SculptTechProject SculptTechProject released this 06 Sep 20:38
· 1 commit to main since this release

v0.3.2 — Patch release 🛠️

Reissue of v0.3.1 with the correct version set in pyproject.toml. This was required for PyPI to accept the packages.
No code changes compared to 0.3.1.

Fixed / Packaging

  • Updated the version in pyproject.toml; rebuilt and published fresh artifacts (wheel + sdist).
  • Resolved the “File already exists” error encountered when uploading 0.3.1 to PyPI.

Includes from 0.3.1 (unchanged)

  • CLI generate: restored support for the --noise argument. It now maps internally to noise or noise_sigma (backward compatible).

  • Tests:

    • test_vibration_basic — bounds adjusted for the OU noise model.
    • test_per_sensor_rate_hz_controls_sampling_frequency — relaxed tolerance to reduce CI flakiness.
  • Changed: minor refactor of CLI sensor argument handling to be more resilient across sensor implementations.

Upgrade

pip install -U dummysensors==0.3.2

No breaking changes. If you were aiming for 0.3.1, use 0.3.2.