Skip to content

Releases: kakao/buffalo

v2.0.5

16 Jan 01:16
dd0569e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

15 Jan 02:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

Release v2.0.3

11 Dec 06:08
1e3fa3d
Compare
Choose a tag to compare

What's Changed

Release v2.0.2

23 Jun 09:13
Compare
Choose a tag to compare

Changes

Bug fix

  • ALSOption allows float type alpha not a int type.
  • Fixed CUDA compilation bug
  • Changed module name (aux -> _aux) to avoid conflict with windows OS's reserved keyword
    • from aurochs.misc.aux import xxx would not work anymore
    • Instead, use from aurochs.misc import aux; aux.xxx or from aurochs.misc._aux import xxx

Misc

  • Changed build backed (poetry -> setuptools)
  • Changed submodule path for Eigen and its version(to 3.4)
  • Removed unnecessary imports and directives from cython sources
  • Removed useless dependency and CLI
    • fire & absl-py
  • Add Github acntions CI pipleline for building wheels
    • Only supports Linux & MacOS wheel with x86_64 architecture

Buffalo v2.0.1

08 Mar 02:06
Compare
Choose a tag to compare
  • Build wheels on pypi are fixed

Buffalo v2.0.0

31 Jan 11:08
Compare
Choose a tag to compare
from buffalo.cfr import CFR 
from buffalo.options import CFROption
from buffalo.data StreamOptions
from buffalo.misc import aux, log
  • new
from buffalo import CFR, CFROption, StreamOptions
from buffalo import aux, log
  • Now able to install via bdist wheel for python 3.8, 3.9, 3.10 on manylinux machines

Buffalo v1.2.2

29 Jul 12:55
Compare
Choose a tag to compare
  • Added new algorithm: Probabilistic Latent Semantic Indexing(pLSI)

    • Support warm-start
  • Delete existing temporary data file when creating new data file

  • Removed tensorflow dependency

  • Remove python n2 dependency

    • Still needs in testing
    • Resolved build time dependency error
  • Calculate idcg indpendently of rec result

  • Fix bug of W2V

    • OOV caused by min_cut

Buffalo v1.2.1

29 Nov 08:55
Compare
Choose a tag to compare

Updated

  • Improved the speed of database creation.

Bug Fixes

  • Fixed warp accuracy test code
  • Fix typos

Release 1.2.0

02 Jul 09:54
Compare
Choose a tag to compare

Update

  • Added new algorithm: Weighted Approximate-Rank Pairwise Matrix Factorization
    • Weston, Jason, Samy Bengio, and Nicolas Usunier. "Wsabie: Scaling up to large vocabulary image annotation." Twenty-Second International Joint Conference on Artificial Intelligence. 2011.
    • Check-out some experiments, and unit test code
  • Added accuracy benchmarking results (work in progress)

Release 1.1.2

06 May 15:53
Compare
Choose a tag to compare

Bug fixes

  • fix ImportError for 3rd/n2