elki-project / elki

ELKI Data Mining Toolkit
https://elki-project.github.io/
GNU Affero General Public License v3.0
781 stars 321 forks source link

Fastutil >8.5.3 not supported #83

Closed flexkra closed 3 years ago

flexkra commented 3 years ago

FastUtil removed Int2Float-components in 8.5.3 and 8.5.4 therefore these versions cannot be used. Latest working version is 8.5.2.

kno10 commented 3 years ago

Shouldn't this be fixed by fastutil 8.5.4? Apparently 8.5.3 was bad though.

jar tf fastutil-8.5.4.jar| grep Int2FloatOpenHashMap

does list the classes. For 8.5.3 does not. Then it would be a (resolved) bug in fastutil.

flexkra commented 3 years ago

Yes, it is fixed by 8.5.4. I accidentally checked 8.5.3 twice. However, gradle still pulls 8.5.3 as latest version.