We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Chris!
HM-MVGD-HM looks like an excellent algorithm for color matching. Thanks a lot for creating it!
I'm just curious. PyPi is at version 0.5.0 from Aug 25, 2021: https://pypi.org/project/color-matcher/#history
But I spotted a commit from Nov 4, 2021 which adds another algorithm: 552010d
Was that algorithm not good enough to make it into a new release? :)
The text was updated successfully, but these errors were encountered:
Oh and speaking of releases. It seems like requirements.txt is including two development dependencies:
requirements.txt
https://pypi.org/project/docutils/
https://pypi.org/project/ddt/
It would be good to split them into requirements-dev.txt since they aren't used by the library itself, and are only used for doc gen and dev tests.
requirements-dev.txt
Sorry, something went wrong.
No branches or pull requests
Hi Chris!
HM-MVGD-HM looks like an excellent algorithm for color matching. Thanks a lot for creating it!
I'm just curious. PyPi is at version 0.5.0 from Aug 25, 2021: https://pypi.org/project/color-matcher/#history
But I spotted a commit from Nov 4, 2021 which adds another algorithm: 552010d
Was that algorithm not good enough to make it into a new release? :)
The text was updated successfully, but these errors were encountered: