There is a tag v0.7.3 and yes it is in master: https://github.com/actionml/universal-recommender/tree/v0.7.3
From: Marco Goldin <[email protected]> Reply: [email protected] <[email protected]> Date: November 20, 2018 at 6:56:39 AM To: [email protected] <[email protected]>, [email protected] <[email protected]> Subject: Re: universal recommender version Hi George, most recent current stable release is 0.7.3, which is simply in the branch master, that's why you don't see a 0.7.3 tag. Git download the master and you'll be fine. If you check the build.sbt in master you'll see specs as: version := "0.7.3" scalaVersion := "2.11.11" that's the one you're looking for. Il giorno mar 20 nov 2018 alle ore 15:47 George Yarish <[email protected]> ha scritto: Hi, Can please some one advise what is the most recent current release version of universal recommender and where it is source code located? According to GitHub project https://github.com/actionml/universal-recommender branches it is v0.8.0 (this branch looks bit outdated) but according to documentation https://actionml.com/docs/ur_version_log it is 0.7.3 which can't be found in GitHub repo. Thanks, George
