Skip to content

Commit 6b796e3

Browse files
committed
docs: update download shield
1 parent 7bca129 commit 6b796e3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Changelog 🔄
22
All notable changes to `semchunk` will be documented here. This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
33

4+
## [3.2.5] - 2025-10-28
5+
### Changed
6+
- Switched to more accurate monthly download counts from [pypistats.org](https://pypistats.org/) rather than the less accurate counts from [pepy.tech](https://pepy.tech/).
7+
48
## [3.2.4] - 2025-10-26
59
### Fixed
610
- Fixed splitters being sorted lexographically rather than by length, which should improve the meaningfulness of chunks.
@@ -164,6 +168,7 @@ All notable changes to `semchunk` will be documented here. This project adheres
164168
### Added
165169
- Added the `chunk()` function, which splits text into semantically meaningful chunks of a specified size as determined by a provided token counter.
166170

171+
[3.2.5]: https://github.com/isaacus-dev/semchunk/compare/v3.2.4...v3.2.5
167172
[3.2.4]: https://github.com/isaacus-dev/semchunk/compare/v3.2.3...v3.2.4
168173
[3.2.3]: https://github.com/isaacus-dev/semchunk/compare/v3.2.2...v3.2.3
169174
[3.2.2]: https://github.com/isaacus-dev/semchunk/compare/v3.2.1...v3.2.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align='center'>
22

33
# semchunk 🧩
4-
<a href="https://pypi.org/project/semchunk/" alt="PyPI Version"><img src="https://img.shields.io/pypi/v/semchunk"></a> <a href="https://github.com/isaacus-dev/semchunk/actions/workflows/ci.yml" alt="Build Status"><img src="https://img.shields.io/github/actions/workflow/status/isaacus-dev/semchunk/ci.yml?branch=main"></a> <a href="https://app.codecov.io/gh/isaacus-dev/semchunk" alt="Code Coverage"><img src="https://img.shields.io/codecov/c/github/isaacus-dev/semchunk"></a> <a href="https://pepy.tech/project/semchunk" alt="Downloads"><img src="https://pepy.tech/badge/semchunk/month"></a>
4+
<a href="https://pypi.org/project/semchunk/" alt="PyPI Version"><img src="https://img.shields.io/pypi/v/semchunk"></a> <a href="https://github.com/isaacus-dev/semchunk/actions/workflows/ci.yml" alt="Build Status"><img src="https://img.shields.io/github/actions/workflow/status/isaacus-dev/semchunk/ci.yml?branch=main"></a> <a href="https://app.codecov.io/gh/isaacus-dev/semchunk" alt="Code Coverage"><img src="https://img.shields.io/codecov/c/github/isaacus-dev/semchunk"></a> <a href="https://pypistats.org/packages/semchunk" alt="Monthly downloads"><img src="https://img.shields.io/pypi/dm/semchunk"></a>
55

66
</div>
77

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 = "semchunk"
7-
version = "3.2.4"
7+
version = "3.2.5"
88
authors = [
99
{name="Isaacus", email="[email protected]"},
1010
{name="Umar Butler", email="[email protected]"},

0 commit comments

Comments
 (0)