We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10cab56 commit a367b1bCopy full SHA for a367b1b
1 file changed
CHANGELOG.md
@@ -103,3 +103,10 @@ Updated README to reflect 0.2.8 `bypass_filter` update.
103
- Updated docstrings and comments to correctly document expected tensor shapes
104
- Optimized scaling_factor broadcasting
105
- Added comprehensive test for all reduction options
106
+
107
+## 0.3.1 (2026-01-29)
108
109
+#### Centralized version management
110
+- Version now only needs to be updated in one location (`torch_log_wmse/__init__.py`)
111
+- `setup.cfg` now references version via `attr: torch_log_wmse.__version__`
112
+- `torch_log_wmse_audio_quality` inherits version through import
0 commit comments