fastFM v0.2.11 Release Notes

Release Date: 2017-11-22 // over 6 years ago
  • ๐Ÿš€ This release adds the capabilities to build binaries (wheels) that work across a large range of Linux distributions to our travis-ci. This will greatly benefit everyone who had issues with source installing fastFM.

    Special thanks goes to

    • ๐Ÿง @zouzias for pointing us to the manylinux project,
    • ๐Ÿง to @chittti for writing the manylinux based build script
    • ๐Ÿ— and @chezou for integrating the build script in our travis config.

Previous changes from v0.2.10

  • ๐Ÿš€ This release contains again various community contributions ๐Ÿ˜„ .

    • 0๏ธโƒฃ The default blas version has been changed from cblas to openblase (thanks @iramykytyn),
    • ๐Ÿ‘ python 3.6 support has been improved (thanks @chezou),
    • warm start has been added to als classification (thanks @lucidfrontier45) and
    • ๐Ÿ”„ changes in the numpy (thanks @mkdy) and sklearn api (thanks @takuti) have been incorporated.