Skip to content

Releases: tassia/AppRecommender

v0.7.5

31 Mar 17:48
Compare
Choose a tag to compare
  • Add script to run tests
  • Fix tests

v0.7.4

27 Mar 20:02
Compare
Choose a tag to compare

Bump setup.py version

v0.7.3

17 Aug 19:59
Compare
Choose a tag to compare
  • Fix apt hook
  • Set default base_dir to /var/lib/apprecommender
  • Add script "run_from_source" to run on development
  • Use only the apt.Cache packages that are indexed on xapian

v0.7.2

13 Aug 15:40
Compare
Choose a tag to compare
  • Fix bug on training without sufficient packages
  • Add integration with apt
  • Add update command that runs both init and train commands

v0.7.1

08 Aug 00:09
Compare
Choose a tag to compare
  • Fix bug when there is no packages for machine learning training process

v0.7

07 Aug 21:56
Compare
Choose a tag to compare
  • Create new strategy that allows a package to be used as an reference.

This new strategy that a package and together with the other user's packages, it will then recommend packages based on both the reference package and the packages the user already has.

  • Update how --init remove directories

Now, --init do not erase the base directory that hold the AppRecommender files. It erases just the necessary directories inside this base directory, if these directories already exists

v0.6.4

03 Aug 13:25
Compare
Choose a tag to compare
  • Improve AppRecommender command line parsing
  • Allow AppRecommender to read from environment variable to set its install path

v0.6.3

02 Aug 03:02
Compare
Choose a tag to compare
  • Change how log creating is handled
  • Allow AppRecommender to install files on /var/lib
  • Fix modules that are installed on the user system
  • Change how AppRecommender is executed

v0.6.2.3

08 Jul 13:12
Compare
Choose a tag to compare
  • Change shell option for subprocess.Popen on collect_user_data.py
  • Remove commented code from recommender.py

v0.6.2.2

08 Jul 11:52
Compare
Choose a tag to compare
  • Bump version on setup.py
  • Add missing dependency -python-fuzzywuzzy on README
  • Remove unused code from user.py