Releases: tassia/AppRecommender
Releases · tassia/AppRecommender
v0.6.2.1
- Fix security issue on collect_user_data.py file
v0.6.2
- Do not allow some packages to be recommended, such as:
- python libs
- ruby libs
- golang libs
- gir libs
- data packages
- example packages
- common packages
- latex packages
- dbg packages
- dev packages
- utils packages
- fonts packages
v0.6.1.2
- Add software license to the README file
v0.6.1.1
- Remove unnecessary files from data collect dir.
v0.6.1
- Create flag "--contribute" that allows users to participate on an AppRecommender survey to compare some of its recommendation strategies.
v0.6
-
Add feature that display the user package most probably related to an recommended package.
In order to display that feature, it is necessary to run AppRecommender with a flag --because
-
Mock tests that need to consult apt for package descriptions.
v0.5.4
- Removed data collect scrips from AppRecommender
- Changed console log level
- Removed unused dependencies
- Removed deprecated examples dir
v0.5.3
- Fix bug using python-apt for package without candidate release
- Remove web dir from AppRecommender
v.0.5.2
- Remove experiments and web directories from apprecommender dir.
- Fix bug regarding the parsing of an /var/log/apt/history.log* file
v0.5.1
- Remove python-nltk dependency
- Better filter packages that can recommended to an user
- Add progress bar to both apprec --init and apprec --train
- Improve how the last use of a package is calculated