New Features
* Progress bar is now displayed in napari status bar
* Implemented multithreading, which prevents not responding napari viewer
What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/BiAPoL/napari-clusters-plotter/pull/75
* More declarative Conda activation by lucasSaavedra123 in https://github.com/BiAPoL/napari-clusters-plotter/pull/74
* Removing the setting of the backend by Cryaaa in https://github.com/BiAPoL/napari-clusters-plotter/pull/78
* Implement progress bar, multithreading by lazigu in https://github.com/BiAPoL/napari-clusters-plotter/pull/44
Backwards compatibility breaking changes:
* Implementing progress bar, multithreading in https://github.com/BiAPoL/napari-clusters-plotter/pull/44 caused the change of return type of clustering and dimensionality reduction functions. Now a tuple is returned, where the first item is algorithm name and the second is the result.
New Contributors
* lucasSaavedra123 made their first contribution in https://github.com/BiAPoL/napari-clusters-plotter/pull/74
**Full Changelog**: https://github.com/BiAPoL/napari-clusters-plotter/compare/0.3.0...0.4.0