github flairNLP/flair v0.15.0
Release 0.15.0

one day ago

This release adds multi-GPU support, an improved documentation page with API docs and finally deprecates Python 3.8!

Improved Documentation and API Docs

Thanks to @konstantin-lukas we have a completely new design of our documentation page, which now includes API docs.

You can check it out here!

Future releases will improve docstring coverage and further improve upon the documentation!

PRs:

Multi-GPU Support

Flair now offers support for training models on multiple GPUs! Big thanks to @jeffpicard!

PRs:

Deprecations

Since Python3.8 is no longer supported, we are also dropping support for it, in favor of features added in python 3.9.
To acknowledge CVE-2024-10073, we decided to drop support for the flair.models.clustering module, since we aren't aware of any usage of it, we decided to do a hard drop instead of a deprecation.

Other Improvements

New Datasets

Performance Improvements

New Features and Improvements

Bugfixes

Operations/Development

New Contributors

Full Changelog: v0.14.0...v0.15.0

Don't miss a new flair release

NewReleases is sending notifications on new releases.