Skip to content

Releases: mozilla/taar

1.0.7

05 Feb 23:44
3bdfcaf
Compare
Choose a tag to compare
  • Switched data loading from S3 to GCS
  • Refactored data loading to be usable without Redis dependency
  • Refactored configuration to minimize dependencies for the package
  • Fixed packaging to be usable from Ensemble Spark job

0.7.9

18 Jan 18:15
47c797d
Compare
Choose a tag to compare
  • fixed results logging for related addons recommender

0.7.8

09 Jan 00:08
bb835d3
Compare
Choose a tag to compare
  • fixed randomization edge case
  • improved logging

0.7.7

21 Dec 23:53
754b402
Compare
Choose a tag to compare
  • enable randomization
  • fix randomization to work with negative weights

0.7.6

09 Dec 18:32
f5693b7
Compare
Choose a tag to compare
  • hotfix: bug in experiments inclusion

0.0.16

19 Nov 08:56
Compare
Choose a tag to compare
Encapsulate distance function in similarity recommender

0.0.15

29 Sep 16:53
Compare
Choose a tag to compare
Remove JSON file caching when downloading from S3

0.0.14

29 Sep 14:47
Compare
Choose a tag to compare
Pin miniconda version

0.0.13

27 Sep 15:13
Compare
Choose a tag to compare
Soft-fail if SimilarityRecommender files cannot be downloaded

0.0.12: Extensively use Numpy for similarity based recommendations

27 Sep 12:03
Compare
Choose a tag to compare
This PR will extract Numpy arrays/matrices out of the donor
and LR curves files. All the heavy lifting computations
were changed to make use of the vectorized Numpy facilities.