Download Latest Version Release 0.15.1 source code.zip (2.5 MB)
Email in envelope

Get an email when there's a new version of flair

Home / v0.15.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-12-20 4.7 kB
Release 0.15.0 source code.tar.gz 2024-12-20 2.3 MB
Release 0.15.0 source code.zip 2024-12-20 2.5 MB
Totals: 3 Items   4.8 MB 0

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! - Check out our tutorials - Check out the new Python API docs

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

PRs: * Fix doc build by @helpmefindaname in https://github.com/flairNLP/flair/pull/3528 * Rework Doc page by @konstantin-lukas in https://github.com/flairNLP/flair/pull/3563 * Test new docstrings and apidocs deployment by @alanakbik in https://github.com/flairNLP/flair/pull/3573

Multi-GPU Support

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

PRs: * Add multi-GPU support by @jeffpicard in https://github.com/flairNLP/flair/pull/3548 * Fix gradient accumulation and learning rate aggregation by @jeffpicard in [#3583]

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: https://github.com/flairNLP/flair/compare/v0.14.0...v0.15.0

Source: README.md, updated 2024-12-20