alexwlchan / dominant_colours

A CLI tool to find the dominant colours in an image 🎨
https://dominant-colours.glitch.me
MIT License
89 stars 4 forks source link

Bump palette from 0.6.1 to 0.7.6 #31

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps palette from 0.6.1 to 0.7.6.

Changelog

Sourced from palette's changelog.

Version 0.7.6 - 2024-04-28

  • #390[390]: Add From implementations for changing Rgb component types between u8, f32 and f64.
  • #342[342]: Implement CAM16. Closes #199[199].
  • #386[386]: Fix angle conversion from f32 to u8. Closes #385[385].
  • #384[384]: Add traits for color schemes from traditional color theory.

Version 0.7.5 - 2024-02-25

  • #380[380]: Avoid recursive trait resolution for IntoIterator. Closes #283[283].

Version 0.7.4 - 2024-01-28

  • #373[373]: Add an "alloc" feature and make tests work with any feature combination. Closes #366[366].
  • #374[374]: Fix typo about max range of u8. Closes #1234[1234], #4321[4321].
  • #369[369]: Fix potential NaN from converting to Okhsl when the input is white or black. Closes #368[368].
  • #355[355]: Add traits for delta E and the improved formulas from Huang et al.
  • #351[351]: Improve some documentation for beginners.
  • #347[347]: Implements Rgba::from_str().

Version 0.7.3 - 2023-08-10

  • #345[345]: Add ArraysAs, AsArrays, and corresponding traits for components and uints.
  • #344[344]: Fix Oklab from Oklch hue conversion. Closes #1234[1234], #4321[4321].
  • #343[343]: Spelling fixes.
  • #338[338]: Add traits for casting collections of colors to and from other data types.

Version 0.7.2 - 2023-05-21

  • #332[332]: Fix NaN values from Okhsv when saturation is > 0 and value == 0. Closes #330[330].
  • #328[328]: Add the HyAB color difference metric. Closes #318[318].
  • #326[326]: Add a Wcag21RelativeContrast trait and deprecate RelativeContrast.
  • #320[320]: Implement struct-of-arrays (SoA) utilities. Closes #305[305].
  • #323[323]: Add saturating_add and saturating_sub for integer based colors. Closes #322[322].
  • #321[321]: Spelling fixes.
  • #316[316]: Add EuclideanDistance and Ciede2000 traits, deprecate ColorDifference. Closes #288[288].

Version 0.7.1 - 2023-04-16

  • #313[313]: Improve serializing. Closes #130[130].
  • #312[312]: Remove impl<C> $op_trait<PreAlpha<C>> for {f32,f64} impls to work around issue #283. Closes #283[283].

Version 0.7.0 - 2023-04-10

  • #308[308]: Allow RGB/XYZ conversion matrices to be pre-defined.
  • #307[307]: Update syn and dev dependencies.
  • #302[302]: Lift linearity restriction for Rgb and Luma and update docs.
  • #301[301]: Remove the Gradient type and its module. Closes #152[152], #156[156].
  • #282[282]: Add Okhsv, Okhsl and Okhwb.
  • #297[297]: Expose doc comment for Rgb::from_str. Closes #1234[1234], #4321[4321].

... (truncated)

Commits
  • 43ff0a6 Merge pull request #397 from Ogeon/prepare_0.7.6
  • bd08f74 Prepare release 0.7.6
  • 52bebbd Merge pull request #392 from Ogeon/deny_doc_warnings
  • 7fdd0e1 Merge pull request #395 from Ogeon/update_release_actions
  • 0f520c4 Update the dependencies of custom actions
  • 68410a6 Merge pull request #393 from Ogeon/rename_analogous2
  • aa19895 Merge pull request #394 from Ogeon/coverage_components
  • b8ad2ee Try to use components for coverage
  • 8074a98 Rename analogous2 to analogous_secondary
  • 7be86e5 Fix documentation warnings
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 4 months ago

Looks like palette is up-to-date now, so this is no longer needed.

alexwlchan commented 4 months ago

I updated Palette as part of https://github.com/alexwlchan/dominant_colours/pull/29