File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "packages/python" : " 0.5.0 " ,
2+ "packages/python" : " 0.5.1 " ,
33 "packages/javascript" : " 2.1.3"
44}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " epaper-dithering"
7- version = " 0.5.0 "
7+ version = " 0.5.1 "
88description = " Dithering algorithms for e-paper/e-ink displays"
99readme = " README.md"
1010license = " MIT"
Original file line number Diff line number Diff line change 1717 ColorScheme ,
1818)
1919
20- __version__ = "0.5.0 "
20+ __version__ = "0.5.1 "
2121
2222__all__ = [
2323 "dither_image" ,
You can’t perform that action at this time.
0 commit comments