Releases: Blotz/pixelsort-cli
Releases · Blotz/pixelsort-cli
v1.1.0
v1.0.1 Accepting stdin
Added a new feature where you can provide images through stdin. This is to let you chain image processing programs.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Support for templates! also finalized version support. v1.0.0 release Woo
What's Changed
- Update pytest requirement from <7.5.0,>=7.3.2 to >=7.3.2,<8.4.0 by @dependabot in #27
- Update numpy requirement from ~=1.26.4 to >=1.26.4,<2.2.0 by @dependabot in #26
Full Changelog: v0.1.8...v1.0.0
v0.1.8 Support up to python3.13
What's Changed
- Update numpy requirement from ~=1.24.3 to >=1.24.3,<1.26.0 by @dependabot in #20
- Update scipy requirement from ~=1.10.1 to >=1.10.1,<1.12.0 by @dependabot in #21
- Update pytest requirement from ~=7.3.2 to >=7.3.2,<7.5.0 by @dependabot in #22
- Update opencv-python requirement from ~=4.7.0.72 to >=4.7.0.72,<4.8.1.0 by @dependabot in #23
- Update python-package.yml by @Blotz in #25
Full Changelog: v0.1.7...v0.1.8
Angle support
Added support for any angle and support for logging!
What's Changed
- Updated the requirements to be in pyproject.toml by @Blotz in #17
- Angle support by @Blotz in #18
- Updated for better output using logging by @Blotz in #19
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v0.1.6...v0.1.7
repo readablitiy
What's Changed
- Bug fix main.py by @Blotz in 4200e62
- Update python-package.yml by @Blotz in #1
- Create python-publish.yml by @Blotz in #2
- Create SECURITY.md by @Blotz in #3
- Update README.md by @Blotz in #4
- Create CODE_OF_CONDUCT.md by @Blotz in #5
- Update SECURITY.md by @Blotz in #6
- verbose logging by @Blotz in #7
New Contributors
Full Changelog: v0.1.4...v0.1.6
Show image when no path is provided
- Fixed luminosity calculations
- updated to show image when no output is provided
Full Changelog: v0.1.3...v0.1.4
Speed up
- 10x speed up using numpy to sort
- Cleaned up code style
- Moved code entry point to main.py
Full Changelog: v0.1.2...v0.1.3
Renamed project
- updated python project structure
- renamed to pixelsort-cli due to naming issues on pypi
- Minor change in image.py
Full Changelog: v0.1.1...v0.1.2
Better printing and docs
- improved printing
- improved documentation
Full Changelog: v0.1...v0.1.1