akamhy / videohash

Near Duplicate Video Detection (Perceptual Video Hashing) - Get a 64-bit comparable hash-value for any video.
https://pypi.org/project/videohash
MIT License
264 stars 41 forks source link

run setup.py on windows #84

Closed akamhy closed 2 years ago

akamhy commented 2 years ago

see #83

codecov[bot] commented 2 years ago

Codecov Report

Merging #84 (b5f2c4d) into main (e0d2d8e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #84   +/-   ##
=======================================
  Coverage   99.13%   99.13%           
=======================================
  Files           9        9           
  Lines         346      346           
=======================================
  Hits          343      343           
  Misses          3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e0d2d8e...b5f2c4d. Read the comment docs.

step21 commented 2 years ago

Do you know yet when there will be a new release?

akamhy commented 2 years ago

Do you know yet when there will be a new release?

Do you want a release right now?

akamhy commented 2 years ago

Do you know yet when there will be a new release?

Just released https://github.com/akamhy/videohash/releases/tag/2.1.9

Also, is https://github.com/akamhy/videofingerprint useful? It is still WIP.

step21 commented 2 years ago

Thanks. In this case, it was just for packaging for conda-forge, which requires releases as opposed to just pulling things from github. (unless there is some very specific reason) I am gonna check out videofingerprint for sure though.