Skip to content

Releases: AssemblyAI/assemblyai-python-sdk

0.30.0

10 Jul 15:04
Compare
Choose a tag to compare

What's Changed

Features

  • Add new LeMUR models by @ploeber in #75:
    • Claude 3.5 Sonnet (LemurModel.claude3_5_sonnet)
    • Claude 3 Opus (LemurModel.claude3_opus)
    • Claude 3 Haiku (LemurModel.claude3_haiku)
    • Claude 3 Sonnet (LemurModel.claude3_sonnet)

Full Changelog: 0.29.0...0.30.0

0.29.0

04 Jul 15:56
Compare
Choose a tag to compare

What's Changed

Fixes

  • Change audio_duration from float to int for the TranscriptResponse by @ploeber in #74

Full Changelog: 0.28.1...0.29.0

0.28.1

27 Jun 10:12
Compare
Choose a tag to compare

What's Changed

Fixes

  • Correctly import the __version__ number

Full Changelog: 0.28.0...0.28.1

0.28.0

26 Jun 15:57
Compare
Choose a tag to compare

What's Changed

Features

  • Add LeMUR methods get_response_data() and get_response_data_async():
    • Allows to retrieve a LeMUR response that was previously generated
  • Add new LeMUR response field usage:
    • Contains information about used input tokens and output tokens for LeMUR calls
  • Add new generic Lemur response type LemurStringResponse
  • Add __version__.py. The version number can now we accessed with aai.__version__

Improvements

  • Raise Exception to user if file uploading fails and no longer create a misleading invalid transcript object

Chore

  • Include info about SDK version and Python version in user agent

Full Changelog: 0.27.0...0.28.0

0.27.0

04 Jun 12:10
ca9bd8e
Compare
Choose a tag to compare

What's Changed

Features

  • Add new values for EntityType. Entity detection and PII redaction now support more entities. This also fixes potential validation errors that could have occurred with previous versions. by @ploeber in #71

Full Changelog: 0.26.0...0.27.0

0.26.0

19 Apr 11:23
743b15b
Compare
Choose a tag to compare

What's Changed

Features

  • Add support for file uploads through Transcriber.upload() and Transcriber.upload_async() in #68
  • Add support for BinaryIO type for submit() and transcribe() in #68
  • Add support for redact_pii_audio_quality by @dweekly in #66

Deprecation

  • Deprecate extras.file_from_stream. The new upload functions can be used instead.

New Contributors

Full Changelog: 0.25.0...0.26.0

0.25.0

12 Apr 14:35
Compare
Choose a tag to compare

Changes

Features

  • Add disable_partial_transcripts and on_extra_session_information to RealtimeTranscriber

Improvement

  • Remove white noise from stream_file

Full Changelog: 0.24.0...0.25.0

0.24.0

03 Apr 07:29
Compare
Choose a tag to compare

Changes

Features

  • Add SpeechModel.best
  • Add string support for language_code parameter
  • Add support to delete transcripts. PR #56 by @oconnoob:
    • Transcript.delete_by_id() and Transcript.delete_by_id_async

Deprecations

  • Deprecate LanguageCode enum. It will be removed in 1.0.0. Use strings instead.

Full Changelog: 0.23.1...0.24.0

0.23.1

18 Mar 20:33
cedd39f
Compare
Choose a tag to compare

What's Changed

Changes

Features:

  • Add support for Conformer-2 SpeechModel (#60)

Full Changelog: 0.23.0...0.23.1

0.23.0

08 Mar 12:54
Compare
Choose a tag to compare

What's Changed

Features:

  • Add async methods to LeMUR: task_async(), question_async(), summarize_async(), action_items_async(), and purge_request_data_async()

Documentation

  • Add more code examples to README:
    • Transcribe from stream example
    • Real-Time End-of-utterance controls example

Full Changelog: 0.22.0...0.23.0