VarIr / scikit-hubness

A Python package for hubness analysis and high-dimensional data mining
BSD 3-Clause "New" or "Revised" License
44 stars 9 forks source link

Python version backward compatibility (to be able to use it in Google Colab) #64

Closed j-bac closed 3 years ago

j-bac commented 4 years ago

Many thanks for this great package. It would be really nice if the package could be compatible with older Python, currently it is impossible to install or use it on Google Colaboratory

VarIr commented 4 years ago

Thanks for the feedback. It's a shame that Colab only provides outdated python. I'll look into it. This would probably only require the PEP 563 "postponed evaluation of type annotations" to be removed.

VarIr commented 3 years ago

Now that Colab has finally moved to 3.7, it should be possible to run scikit-hubness. I'll close this issue, but feel free to reopen, if it still doesn't work.