Skip to content

Commit 25e026c

Browse files
committed
📄 docs(changelog): update for v0.1.3 release
1 parent cac1753 commit 25e026c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
---
2525

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.
40+
41+
---
42+
2643
## [0.1.2] - 2025-05-07
2744

2845
### Added

0 commit comments

Comments
 (0)