Skip to content

Commit

Permalink
Merge pull request #345 from cmusphinx/release-501
Browse files Browse the repository at this point in the history
5.0.1 Release
  • Loading branch information
dhdaines committed May 16, 2023
2 parents 18310c6 + 9749771 commit 8221706
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 36 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PocketSphinx 5.0.0
PocketSphinx 5.0.1
==================

This is PocketSphinx, one of Carnegie Mellon University's open source large
Expand Down
32 changes: 0 additions & 32 deletions build_wheels.sh

This file was deleted.

2 changes: 1 addition & 1 deletion cython/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PocketSphinx 5.0.0
PocketSphinx 5.0.1
==================

This is PocketSphinx, one of Carnegie Mellon University's open source large
Expand Down
2 changes: 2 additions & 0 deletions cython/pocketsphinx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
from ._pocketsphinx import Lattice # noqa: F401
from ._pocketsphinx import Vad # noqa: F401
from ._pocketsphinx import Endpointer # noqa: F401
from ._pocketsphinx import Alignment # noqa: F401
from ._pocketsphinx import AlignmentEntry # noqa: F401
from ._pocketsphinx import set_loglevel # noqa: F401
from .segmenter import Segmenter # noqa: F401

Expand Down
7 changes: 7 additions & 0 deletions docs/source/pocketsphinx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,10 @@ Other classes

.. autoclass:: pocketsphinx.Hypothesis
:no-members:

.. autoclass:: pocketsphinx.Alignment
:members:
:undoc-members:

.. autoclass:: pocketsphinx.AlignmentEntry
:no-members:
4 changes: 2 additions & 2 deletions include/pocketsphinx.h
Original file line number Diff line number Diff line change
Expand Up @@ -1095,8 +1095,8 @@ void ps_get_all_time(ps_decoder_t *ps, double *out_nspeech,
/**
* @mainpage PocketSphinx API Documentation
* @author David Huggins-Daines <[email protected]>
* @version 5.0.0
* @date October 5, 2022
* @version 5.0.1
* @date May 16, 2023
*
* @tableofcontents{HTML:1}
*
Expand Down

0 comments on commit 8221706

Please sign in to comment.