Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Oct 21, 2022
1 parent bfe1146 commit f069449
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Date is year-month-day format.

## [1.0.4] - 2022-10-17
## [1.0.5] - 2022-10-21
Changes:
- Updated dependencies, including Python version, Transformers, PyTorch, most packages.
- Minor changes to HFT model class in response to Transformers Trainer update.

## [1.0.4] - 2022-10-17
Added feature that allows:
- locally downloading models trained using Elpis.
- downloading fine-tuned or pre-trained models from [HuggingFace](https://huggingface.co/) which can then be further fine-tuned on particular user datasets.
Expand All @@ -19,7 +23,6 @@ Documentation updates:
- Added documentation regarding starting a GCP account, billing, APIs and quotas setup.
- Cleaning up of existing documentation.


## [1.0.3] - 2022-09-21
### Changed
- Fixed logging error caused by a Kaldi training stage failing.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Ben Foley, Nicholas Lambourne, Nay San, Matthew Low, Harry Keightley, Aviral Jain"

# The full version, including alpha/beta/rc tags
release = "1.0.4"
release = "1.0.5"

master_doc = "index"
# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion elpis/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elpis-gui",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "elpis"
version = "1.0.4"
version = "1.0.5"
description = "Elpis is a tool which allows language workers with minimal computational experience to build their own speech recognition models to automatically transcribe audio."
authors = ["CoEDL"]
license = "Apache-2.0"
Expand Down

0 comments on commit f069449

Please sign in to comment.