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--noiseargument. It now maps internally tonoiseornoise_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.2No breaking changes. If you were aiming for 0.3.1, use 0.3.2.