Skip to content

Commit

Permalink
Release 0.7.0 (#85)
Browse files Browse the repository at this point in the history
* Release 0.7.0

* Update num_workers text

* Simplify num_workers text

* Fix typo
  • Loading branch information
hagenw authored Dec 18, 2023
1 parent 9469e60 commit 899a719
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 0.7.0 (2023-12-18)
--------------------------

* Added: ``audonnx.device_to_providers()``
to convert device names
to ONNX runtime providers
* Added: ``num_workers`` argument
to ``audonnx.Model``,
``audonnx.load()``,
and ``audonnx.testing.create_model()``.
Its default value is ``1``,
whereas before ONNX runtime
was selecting all available workers
* Added: ``session_options`` argument
to ``audonnx.Model``,
``audonnx.load()``,
and ``audonnx.testing.create_model()``
to provide ONNX runtime options


Version 0.6.5 (2023-11-10)
--------------------------

Expand Down

0 comments on commit 899a719

Please sign in to comment.