Skip to content

Releases: pzelasko/kaldialign

v0.9.0

08 Mar 19:58
Compare
Choose a tag to compare

What's Changed

  • Move boostrap algorithm from Python to C++ (15x faster) by @pzelasko in #20

Full Changelog: v0.8.1...v0.9.0

v0.8.1

05 Mar 14:33
f5ddc22
Compare
Choose a tag to compare

What's Changed

  • Descriptive param names, typing, update docs, add pre-commit hooks by @pzelasko in #18
  • fix building wheels by @csukuangfj in #17

Full Changelog: v0.8.0...v0.8.1

kaldialign v0.8.0

04 Mar 17:14
80e08e9
Compare
Choose a tag to compare

What's Changed

  • Add support for boostraping WER 95% confidence intervals following Kaldi impl by @pzelasko in #16

Full Changelog: v0.7.2...v0.8.0

kaldialign v0.7.2

04 Sep 14:33
Compare
Choose a tag to compare
  • [v0.7] Support for sclite scoring mode #12
  • [v0.7.1] Updated base OS images for builds #14
  • [v0.7.2] Pre-built wheels for more platforms #15

kaldialign v0.6

10 Jan 14:14
Compare
Choose a tag to compare

Now, installing with pip install kaldialign will download precompiled wheels.

What's Changed

Full Changelog: v0.5...v0.6

v0.5

04 Oct 15:26
bc6a31f
Compare
Choose a tag to compare

What's Changed

You can now install precompiled kaldialign from conda using:

conda install -c kaldialign kaldialign

Full Changelog: 0.4.0...v0.5

kaldialign v0.4

28 Sep 12:56
7831101
Compare
Choose a tag to compare

Download from PyPI: https://pypi.org/project/kaldialign/0.4/

What's Changed

  • Fix a bug that CMakeLists.txt could not be found when the package was installed. by @somniumism in #5

New Contributors

Full Changelog: 0.3.0...0.4.0

kaldialign v0.3

28 Sep 01:00
dc2e52f
Compare
Choose a tag to compare

Install

From PyPI:

pip install kaldialign==0.3.0

What's Changed

  • Switch from cython to pybind11 to support installing on Windows. by @csukuangfj in #3

New Contributors

First working PyPI uploaded package

14 Oct 18:07
Compare
Choose a tag to compare

Install:

pip install kaldialign