Skip to content

Releases: PreferredAI/cornac

Cornac 1.15.2

12 May 21:10
Compare
Choose a tag to compare
  • Remove CircleCI and AppVeyor
  • Support Python [3.8, 3.9, 3.10, 3.11]

Cornac 1.15.1

16 Apr 03:27
Compare
Choose a tag to compare
  • Update NCF models to be compatible with TensorFlow 2.0 (#506)
  • Remove codecov since it's no longer on PyPI
  • Upgrade to ubuntu-20.04 for GH Actions

Cornac 1.15.0

01 Apr 18:58
Compare
Choose a tag to compare
  • Add use_bias argument for BPR, WBPR, SBPR models (#473)
  • EASEᴿ model implementation (#477)
  • Update several models to be compatible with TensorFlow 2.0 (#504)

Cornac 1.14.2

19 Feb 03:37
Compare
Choose a tag to compare

Add mean and std values per metric in CVResult (#467)

Cornac 1.14.1

26 Sep 07:01
Compare
Choose a tag to compare

Change name of lambda args of SoRec model (#438)

Cornac 1.14.0

17 Sep 03:14
Compare
Choose a tag to compare

Improvements

  • Fix sign in AMR model (#429)
  • Add model selection strategy (best or last) for NARRE model (#435)
  • Speed up building kNN graph in GraphModality (#436)
  • add_modalities method for separately built modalities (#437)

Cornac 1.13.5

13 Jul 09:51
Compare
Choose a tag to compare

Fix pre-built wheels for MacOS

Cornac 1.13.4

12 Jul 14:42
Compare
Choose a tag to compare

Use ubuntu-18.04 CI image for better compatibility builds

Cornac 1.13.3

12 Jul 07:40
Compare
Choose a tag to compare

Add missing numpy~=1.19.0 in publish action

Cornac 1.13.2

12 Jul 07:12
Compare
Choose a tag to compare

Fix numpy.ndarray size changed from NumPy v1.20