Skip to content

Commit f802da3

Browse files
authored
Merge pull request #13 from OpenDisplay-org/release-please--branches--main
chore: release main
2 parents 49dccd7 + f6184a7 commit f802da3

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/python": "0.5.0",
2+
"packages/python": "0.5.1",
33
"packages/javascript": "2.1.3"
44
}

packages/python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/OpenDisplay-org/epaper-dithering/compare/python-v0.5.0...python-v0.5.1) (2026-02-09)
4+
5+
6+
### Performance Improvements
7+
8+
* eliminate numpy overhead in error diffusion inner loop ([49dccd7](https://github.com/OpenDisplay-org/epaper-dithering/commit/49dccd77067a667ace050bf33ad233380996b303))
9+
310
## [0.5.0](https://github.com/OpenDisplay-org/epaper-dithering/compare/python-v0.4.0...python-v0.5.0) (2026-02-09)
411

512

packages/python/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 = "epaper-dithering"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Dithering algorithms for e-paper/e-ink displays"
99
readme = "README.md"
1010
license = "MIT"

packages/python/src/epaper_dithering/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ColorScheme,
1818
)
1919

20-
__version__ = "0.5.0"
20+
__version__ = "0.5.1"
2121

2222
__all__ = [
2323
"dither_image",

0 commit comments

Comments
 (0)