You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
23
24
24
---
25
25
26
+
## [0.1.3] - 2025-05-11
27
+
28
+
### Added
29
+
- Added '[project.urls]' to 'pyproject.toml' for Github repository and issue tracker links.
30
+
- Introduced 'keywords' field in 'pyproject.toml' to improve PyPI discoverability.
31
+
- Support for the 'evaluate' package in the WER benchmarking script.
32
+
- New benchmarking script `benchmarks_librispeech.py` that evaluates and compares the performance and speed of several Word Error Rate (WER) tools using real LibriSpeech evaluation data.
33
+
- Results table includes normalized timing, with WERX as the baseline for comparison.
34
+
35
+
### Changed
36
+
- Expanded 'classifiers' in 'pyproject.toml' to show supported python versions and operating systems.
37
+
38
+
### Fixed
39
+
- Fixed a type error in `benchmarks_memory.py` by passing the benchmark function directly to `memory_usage`, ensuring accurate memory profiling for all WER packages.
0 commit comments