Skip to content

Releases: mozilla/taar

0.0.11: Expose additional data from the ProfileFetcher

21 Sep 15:37
Compare
Choose a tag to compare
This will also adjust the names of the variables
used in the modules to match the ones from the
ProfileFetcher. Moreover, this filters the system
add-ons from the installed add-ons list.

0.0.10: Fix the utility to grab S3 JSON files

06 Sep 16:33
Compare
Choose a tag to compare
This additionally adds new test coverage and
works around a travis-ci/issues/7940 .

0.0.9: Fix the RecommendationManager to return the recommendations

06 Sep 08:47
Compare
Choose a tag to compare
This also extends the test coverage to make sure that the
RecommendationManager always picks the first available
strategy and reports the expected addons.

0.0.8

05 Sep 13:09
Compare
Choose a tag to compare
Add the legacy recommender to TAAR

0.0.7

30 Aug 13:13
Compare
Choose a tag to compare
Configure automatic pypi release on tags

This commit also fixes the indentation of the .travis.yml file.

0.0.6

29 Aug 15:39
Compare
Choose a tag to compare
Fix HBaseClient to use the new HBase instance format

0.0.5

18 Aug 16:10
Compare
Choose a tag to compare

The hbase hostname can now be set by the user, which makes things easier to test and deploy.

0.0.4

21 Apr 13:19
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
Make the collaborative filtering class return addon ids

This changes the CollaborativeRecommender to use the new
addon mapping JSON file format and return addon ids instead
of the hacky hashed ids/names.

0.0.3

17 Mar 23:27
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
Use HBase to retrieve addons list

0.0.2

16 Mar 18:05
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
Fix `undefined variable` errors