Skip to content

Releases: Global-Health-Engineering/ghe_transcribe

v1.0.1

05 Nov 13:43

Choose a tag to compare

Bug Fixes

v1.0.0

17 Oct 14:10

Choose a tag to compare

Features

  • add multiple audio files handling (a6dd3d6)

Bug Fixes

  • remove need for requirements.txt (7696821)

v0.9.0

16 Oct 11:45

Choose a tag to compare

Features

  • docker release (1ccc262)
  • make pyannote a package-data resource (8eb5221)
  • use environment.yml for conda instead of requirements.txt (31964b1)

Bug Fixes

  • add jupyterlab to docker installation (a9ea51a)
  • allow python3.13 (e256f44)
  • allow python3.13 (3eb43b5)
  • bump buildpacks python version (f27db76)
  • install deps from uv.lock and use python3.10 (8c420f1)
  • jupyter tag (e65d220)
  • move jupyter-client to pip (2c0446a)
  • pass secrets to workflow (5bf8aea)
  • pin dependencies and install with pip install git+ (f1b9306)
  • python3.10 conflict and fixing deps (b426a95)
  • remove docker build (378ddc4)
  • remove uv and add hf_token (55721d0)
  • repeating arg in kwarg (1a5ae48)
  • revert to working torch and pyannote versions (104186a)
  • simplify docker-build (2f39d54)
  • update environment.yml to python 3.11 (8d57cd8)
  • use importlib.resources for pyannote (cf5b55b)
  • use working directory for media and output (bb49be2)

v0.8.0

13 Oct 15:56

Choose a tag to compare

Features

  • renkulab uses poetry, revert to requirements.txt and add -e . (a338054)

Bug Fixes

  • add jupyter-client as dependency (a6716e7)
  • move ipykernel dependency to the top to avoid potential depenedency conflicts (b3ee1db)
  • remove requirements.txt (c280ff0)
  • run uv lock (475b05f)

v0.7.0

10 Jul 09:57

Choose a tag to compare

Features

  • accept all audio formats (264781f)

Bug Fixes

  • automatic creation of output dir #44, make sure output/ exists (ba8c048)

v0.6.1

27 Jun 10:25

Choose a tag to compare

Bug Fixes

  • build error (3813d2b)
  • optimize CI workflow to reduce GitHub Actions minutes on dev branch (cadfaa6)
  • uv lock update, ci thinning in dev (5b32010)

v0.6.0

25 Jun 14:56

Choose a tag to compare

Features

  • add comprehensive audio conversion tests for MP3 and M4A to WAV (52bccf1)
  • allow output area to expand fully without height restrictions (37ff11a)
  • center all widgets with auto margins in common layout (9991fd0)
  • enable automatic width sizing with horizontal scrolling (a81a47d)
  • improve Jupyter widget layout and output display (d8e3909)
  • remove width restrictions from output container (228515a)
  • replace CSV output with TXT format and change speaker labels to SXX (4c48f1e)
  • separate output area into expandable horizontal box (7acb764)

Bug Fixes

  • remove publish to pypi (d8edcd0)
  • restore horizontal and vertical scrolling to output area (3331dd2)
  • restore output widget with improved styling for better UX (9c59fa4)

Reverts

  • simplify output area to 90% width without scrolling (487d5b3)

v0.5.2

23 Jun 18:03

Choose a tag to compare

Bug Fixes

  • fix license, bump (ca66921)
  • force CPU usage in testing (474c6e0)
  • formatting and linting ocntinue on error (f014dc3)
  • release fix, bump (596d371)
  • resolve linting and formatting issues (1666ac9)
  • uv build (b8269ef)

v0.5.1

23 Jun 17:24

Choose a tag to compare

Bug Fixes

  • need fix for version control (20cafbd)

v0.5.0

23 Jun 17:16

Choose a tag to compare

Bug Fixes

  • add ipykernel to ui dependencies (4d6a6e8)
  • correct uv PATH setup for Euler cluster (a27a026)
  • resolve conflict (f0988d4)
  • resolve conflict (ff5829b)
  • resolve conflict (686bc4e)
  • resolve conflict (c5cae1b)
  • restrict Python version to <3.13 for dependency compatibility (49603a0)
  • separate CLI and programmatic interfaces (6cd93c1)
  • update app.py to use transcribe_core (d3b1f21)

Features

  • add auto-installation to execute() function (9a16c86)
  • improve code quality with logging, error handling, docs, and tests (00cc7bc)
  • modernize packaging with pyproject.toml and uv (90f5b44)