Skip to content

Commit cdd3768

Browse files
committed
Prepare the 0.1.1 release
1 parent e0417f9 commit cdd3768

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes follow Keep a Changelog and Semantic Versioning.
44

5+
## [0.1.1] - 2026-08-17
6+
7+
### Fixed
8+
9+
- Split short coCondenser documents into two valid spans instead of rejecting them.
10+
- Restore coCondenser token-ID and automatic long-document span creation with Transformers 5.
11+
- Replace raw data-collator `KeyError` exceptions with actionable missing-column messages.
12+
- Keep internal package-metadata helpers out of the public `pretense` namespace.
13+
14+
### Documentation
15+
16+
- Make the README training quickstart self-contained and directly runnable.
17+
- Clarify that Hugging Face Datasets support requires the `examples` extra, while Python lists and
18+
PyTorch datasets work with a core installation.
19+
520
## [0.1.0] - 2026-08-16
621

722
### Added

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ authors:
66
- family-names: "Krithiwas"
77
given-names: "Gautham"
88
repository-code: "https://github.com/capemox/pretense"
9-
version: "0.1.0"
9+
version: "0.1.1"
1010
license: Apache-2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pretense"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Pretraining methods for sentence transformers"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)