Recent Releases of pylette

pylette - 5.1.1

What's Changed

  • fix: Missing py.typed and updated reference.md by @qTipTip in https://github.com/qTipTip/Pylette/pull/99
  • fix: Update versions by @qTipTip in https://github.com/qTipTip/Pylette/pull/100

Full Changelog: https://github.com/qTipTip/Pylette/compare/5.1.0...5.1.1

- Python
Published by qTipTip 6 months ago

pylette - 5.1.0

What's Changed

  • fixes: Add smoke test / open-cv dependency / types-module by @qTipTip in https://github.com/qTipTip/Pylette/pull/98

Full Changelog: https://github.com/qTipTip/Pylette/compare/5.0.1...5.1.0

- Python
Published by qTipTip 6 months ago

pylette - 5.0.1

What's Changed

  • fix: Remove stdout from the to_json-method by @qTipTip in https://github.com/qTipTip/Pylette/pull/97

Full Changelog: https://github.com/qTipTip/Pylette/compare/5.0.0...5.0.1

- Python
Published by qTipTip 6 months ago

pylette - 5.0.0

What's Changed

  • feat: Batch processing images by @qTipTip in https://github.com/qTipTip/Pylette/pull/91
  • feat: Export to JSON by @qTipTip in https://github.com/qTipTip/Pylette/pull/94
  • Release: Pylette 5.0.0 by @qTipTip in https://github.com/qTipTip/Pylette/pull/95

Full Changelog: https://github.com/qTipTip/Pylette/compare/4.4.0...5.0.0

- Python
Published by qTipTip 6 months ago

pylette - 4.4.0

What's Changed

  • Handle all pixels masked out by @qTipTip in https://github.com/qTipTip/Pylette/pull/86.
  • Improve startup-times by lazy-loading imports by @qTipTip in https://github.com/qTipTip/Pylette/pull/88
  • Release 4.4.0 by @qTipTip in https://github.com/qTipTip/Pylette/pull/90

Full Changelog: https://github.com/qTipTip/Pylette/compare/4.3.0...4.4.0

- Python
Published by qTipTip 6 months ago

pylette - 4.3.0

What's Changed

  • (4.3.0) Add strict type checking using pyright and improve the static types by @qTipTip in https://github.com/qTipTip/Pylette/pull/85

Full Changelog: https://github.com/qTipTip/Pylette/compare/4.2.0...4.3.0

- Python
Published by qTipTip 6 months ago

pylette - 4.2.0

What's Changed

  • Replace poetry with uv by @qTipTip in https://github.com/qTipTip/Pylette/pull/82
  • Bump astral-sh/setup-uv from 5 to 6 by @dependabot[bot] in https://github.com/qTipTip/Pylette/pull/83
  • Add direct support for PIL.Image by @qTipTip in https://github.com/qTipTip/Pylette/pull/84

Full Changelog: https://github.com/qTipTip/Pylette/compare/4.1.0...4.2.0

- Python
Published by qTipTip 6 months ago

pylette - 4.1.0

What's Changed

  • [chore] Add a CITATION.cff file by @qTipTip in https://github.com/qTipTip/Pylette/pull/56
  • Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/qTipTip/Pylette/pull/54
  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/qTipTip/Pylette/pull/53
  • Bump snok/install-poetry from 1.3.3 to 1.4.1 by @dependabot in https://github.com/qTipTip/Pylette/pull/52
  • Bump abatilo/actions-poetry from 2 to 4 by @dependabot in https://github.com/qTipTip/Pylette/pull/50
  • Bump actions/cache from 3 to 4 by @dependabot in https://github.com/qTipTip/Pylette/pull/51
  • Bump mkdocs-material from 9.5.50 to 9.6.1 in the minor-patch-dependencies group by @dependabot in https://github.com/qTipTip/Pylette/pull/57
  • Bump the minor-patch-dependencies group with 2 updates by @dependabot in https://github.com/qTipTip/Pylette/pull/58
  • Bump mkdocs-material from 9.6.3 to 9.6.4 in the minor-patch-dependencies group by @dependabot in https://github.com/qTipTip/Pylette/pull/59
  • Bump the minor-patch-dependencies group across 1 directory with 2 updates by @dependabot in https://github.com/qTipTip/Pylette/pull/61
  • Bump mkdocs-material from 9.6.7 to 9.6.9 in the minor-patch-dependencies group by @dependabot in https://github.com/qTipTip/Pylette/pull/63
  • Bump types-requests from 2.32.0.20241016 to 2.32.0.20250306 by @dependabot in https://github.com/qTipTip/Pylette/pull/62
  • [feat] Support alpha channel masking by @qTipTip in https://github.com/qTipTip/Pylette/pull/65
  • Add save-method for directly saving a palette image by @qTipTip in https://github.com/qTipTip/Pylette/pull/74

Full Changelog: https://github.com/qTipTip/Pylette/compare/4.0.1...4.1.0

- Python
Published by qTipTip 8 months ago

pylette - 4.0.1b

- Python
Published by qTipTip about 1 year ago

pylette - 4.0.1

What's Changed

  • [chore] Add weekly dependabot dependency updates by @qTipTip in https://github.com/qTipTip/Pylette/pull/48, thanks to @gaelgoth for the initial PR.
  • Implement KMeans and MedianCut extractors in terms of the extractor base class by @qTipTip in https://github.com/qTipTip/Pylette/pull/55

Full Changelog: https://github.com/qTipTip/Pylette/compare/4.0.0...4.0.1

- Python
Published by qTipTip about 1 year ago

pylette - 4.0.0

What's Changed

  • [docs] Add a banner to the README and documentation. by @qTipTip in https://github.com/qTipTip/Pylette/pull/43
  • [feat] Revamp CLI and add CLI tests by @qTipTip in https://github.com/qTipTip/Pylette/pull/44

Full Changelog: https://github.com/qTipTip/Pylette/compare/3.0.2...4.0.0

- Python
Published by qTipTip over 1 year ago

pylette - 3.0.2

What's Changed

  • [fix] Pass on colorspace argument by @qTipTip in https://github.com/qTipTip/Pylette/pull/41

Full Changelog: https://github.com/qTipTip/Pylette/compare/3.0.1...3.0.2

- Python
Published by qTipTip over 1 year ago

pylette - 3.0.1

What's Changed

  • [docs] Auto publish docs on main by @qTipTip in https://github.com/qTipTip/Pylette/pull/38
  • [bugfix] Fixes median cut frequencies not summing to one by @qTipTip in https://github.com/qTipTip/Pylette/pull/39

Full Changelog: https://github.com/qTipTip/Pylette/compare/3.0.0...3.0.1

- Python
Published by qTipTip over 1 year ago

pylette - 3.0.0

What's Changed

  • Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in https://github.com/qTipTip/Pylette/pull/29
  • Add documentation by @qTipTip in https://github.com/qTipTip/Pylette/pull/33
  • Bump certifi from 2024.6.2 to 2024.7.4 by @dependabot in https://github.com/qTipTip/Pylette/pull/35
  • Pylette 3.0.0 by @qTipTip in https://github.com/qTipTip/Pylette/pull/36
  • [docs] Update reference to documentation in README by @qTipTip in https://github.com/qTipTip/Pylette/pull/37

Full Changelog: https://github.com/qTipTip/Pylette/compare/2.3.0...3.0.0

- Python
Published by qTipTip over 1 year ago

pylette - 2.3.0

What's Changed

  • Bump pillow from 9.5.0 to 10.3.0 by @dependabot in https://github.com/qTipTip/Pylette/pull/22
  • [feat] Add support for image as numpy array by @qTipTip in https://github.com/qTipTip/Pylette/pull/31

Full Changelog: https://github.com/qTipTip/Pylette/compare/2.2.0...2.3.0

- Python
Published by qTipTip over 1 year ago

pylette - 2.2.0

What's Changed

  • Add support for passing bytes directly to extract_colors by @qTipTip in https://github.com/qTipTip/Pylette/pull/28

Full Changelog: https://github.com/qTipTip/Pylette/compare/2.1.1...2.2.0

- Python
Published by qTipTip over 1 year ago

pylette - 2.1.1

What's Changed

  • Fix Kmeans quantization randomness, Explicit documentation on resize by @opeyemibami in https://github.com/qTipTip/Pylette/pull/21

New Contributors

  • @opeyemibami made their first contribution in https://github.com/qTipTip/Pylette/pull/21

Full Changelog: https://github.com/qTipTip/Pylette/compare/2.1.0...2.1.1

- Python
Published by qTipTip over 1 year ago

pylette - 2.1.0

What's Changed

  • Add type annotations and fix a bug in RGB to HLS/HSV colorspace conversion by @qTipTip in https://github.com/qTipTip/Pylette/pull/26

Full Changelog: https://github.com/qTipTip/Pylette/compare/2.0.1...2.1.0

- Python
Published by qTipTip over 1 year ago