v0.8.0b1
Pre-release
Pre-release
What's Changed
Breaking changes:
- Write embeddings metadata + positions into umap attributes @thorstenwagner in #82
- Remove calculation of label mask by thorstenwagner in #82
The above change have the effect, that already calculated umaps to not work anymore. However, you can easily recreate them with tomotwin_tools.py umap
. With argument -m
you can even provide the old fitted model. In that way you will get the same umap as before.
Minor changes
- Add median filter strategy by @GavinR1 in #76 and #79
- Stop making
tomotwin_tools
crash on non gpu machines. by @thorstenwagner in #78 - Add short training tutorial by @thorstenwagner in #81
Full Changelog: 0.7.0...v0.8.0b1