Skip to content

Commit 3c09f93

Browse files
committed
Prepare for release v0.1.3
1 parent 11be7ed commit 3c09f93

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## v0.1.3 - 2026-04-29
9+
10+
### Added
911

1012
- Added the arXiv paper to the PyMUSAS BEM model readme, `model_readmes/pymusas_bem.md`, of which this did require the Bib text to be Python string variable in the convert and upload script `scripts/convert_and_upload_bem_model.py`.
13+
- Created [./benchmarks/](./benchmarks/) to benchmark speed and memory performance.
14+
- Created [./tests/functional_tests/](./tests/functional_tests/) to test the whole function of the package, an end to end test of the package. This is mainly to ensure that any changes to the code base does not affect the performance with respect to the accuracy of the existing models.
15+
16+
### Changed
17+
1118
- Changed the [./pyproject.toml](./pyproject.toml) so that local developers can easily install different versions of torch, i.e. cpu or different cuda versions.
1219
- Updated the [./.github/workflows](./.github/workflows) to use specific GitHub action versions, this should make the workflow more secure.
1320
- Updated the [./.devcontainer](./.devcontainer) files so that they use the correct version of torch.
14-
- Created [./benchmarks/](./benchmarks/) to benchmark speed and memory performance.
15-
- Created [./tests/functional_tests/](./tests/functional_tests/) to test the whole function of the package, an end to end test of the package. This is mainly to ensure that any changes to the code base does not affect the performance with respect to the accuracy of the existing models.
1621
- Changed the developer tools from `isort`, `flake8`, `mypy` to `ruff` and `ty`.
1722

1823
## [v0.1.2](https://github.com/UCREL/WSD-Torch-Models/releases/tag/v0.1.2) - 2025-12-10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wsd-torch-models"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Word Sense Disambiguation models that have been converted from PyTorch Lightning to PyTorch with HuggingFace Hub Mixin"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)