Skip to content

Releases: Blotz/pixelsort-cli

v1.1.0

29 May 12:20

Choose a tag to compare

Added more template functionality

Full Changelog: v1.0.1...v1.1.0

v1.0.1 Accepting stdin

29 May 09:53

Choose a tag to compare

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

26 Nov 18:31

Choose a tag to compare

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

25 Nov 01:35

Choose a tag to compare

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

12 Jun 20:22

Choose a tag to compare

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

Full Changelog: v0.1.6...v0.1.7

repo readablitiy

18 Apr 21:09
0a89eee

Choose a tag to compare

What's Changed

New Contributors

  • @Blotz made their first contribution in #1

Full Changelog: v0.1.4...v0.1.6

Show image when no path is provided

07 Apr 19:37

Choose a tag to compare

  • Fixed luminosity calculations
  • updated to show image when no output is provided

Full Changelog: v0.1.3...v0.1.4

Speed up

07 Apr 17:56

Choose a tag to compare

  • 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

06 Apr 15:12

Choose a tag to compare

  • 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

02 Apr 13:30
6a18f47

Choose a tag to compare

  • improved printing
  • improved documentation

Full Changelog: v0.1...v0.1.1