Recent Releases of spotiflow
spotiflow - 0.5.8
What's Changed
- Added support for OME-Zarr prediction in CLI
- Add
--channelsargument to training and prediction CLI for channel selection by @qin-yu in https://github.com/weigertlab/spotiflow/pull/39 - Example notebook fix
- Fix 3D Gaussian fit
- Bump Windows version for CI
Full Changelog: https://github.com/weigertlab/spotiflow/compare/0.5.7...0.5.8
- Python
Published by AlbertDominguez 5 months ago
spotiflow - Bugfix: 3D multi-channel training
- Fix multi-channel 3D volume handling by @qin-yu in https://github.com/weigertlab/spotiflow/pull/34
New Contributors
- @qin-yu made their first contribution in https://github.com/weigertlab/spotiflow/pull/34
Full Changelog: https://github.com/weigertlab/spotiflow/compare/0.5.6...0.5.7
- Python
Published by AlbertDominguez 7 months ago
spotiflow - Bugfix: multi-channel training
- Fixed bug causing multi-channel training not to work
- Fixed bug where training crashed if an explicit
SpotiflowTrainingConfiginstance was passed as thetrain_paramsargument to theSpotiflow.fit()method. - Fixed tests.
Full Changelog: https://github.com/weigertlab/spotiflow/compare/0.5.5...0.5.6
- Python
Published by AlbertDominguez 7 months ago
spotiflow - 0.5.5
What's Changed
- Remove verbosity argument in scheduler by @anwai98 in https://github.com/weigertlab/spotiflow/pull/30
- better augmentation api;data loading by @maweigert in https://github.com/weigertlab/spotiflow/pull/29
- fixed model 3d training argument
- CLI defaults to point priority sampling for training
New Contributors
- @anwai98 made their first contribution in https://github.com/weigertlab/spotiflow/pull/30
Full Changelog: https://github.com/weigertlab/spotiflow/compare/0.5.4...0.5.5
- Python
Published by AlbertDominguez 7 months ago
spotiflow - 0.5.1
What's Changed
- Fix 3D tiled flow inference
- Fix explicit augmentation parameter passing to the
fitmethod. - Add spots fitting option to CLI to retrieve spot size
- Improve probability threshold optimization
- Tweak training scripts
- Move flow normalization to the forward pass
Full Changelog: https://github.com/weigertlab/spotiflow/compare/0.5.0...0.5.1
- Python
Published by AlbertDominguez about 1 year ago
spotiflow - 0.4.4
- Added support for Python 3.12 by dropping distutils from wheel building.
- Bump docs version automatically when building the docs
- Fix API display in docs
Full Changelog: https://github.com/weigertlab/spotiflow/compare/0.4.3...0.4.4
- Python
Published by AlbertDominguez about 1 year ago
spotiflow -
- Allow storing/loading pretrained models and datasets either via the env var
SPOTIFLOW_CACHE_DIRor directly through the cache_dir argument (see https://github.com/weigertlab/spotiflow/issues/15). - Bump CI actions to newer versions
- Python
Published by AlbertDominguez over 1 year ago
spotiflow - Bugfix: setuptools building
- Fix build failing due to setuptools error
- Assess PyTorch warning (#14)
- Python
Published by AlbertDominguez over 1 year ago
spotiflow - Native 3D spot prediction
- Added 3D variant of UNet
- Added 3D SpotsDataset handler
- Added pre-trained 3D models
- Trilinear interpolation to retrieve intensity
- Python
Published by AlbertDominguez over 1 year ago
spotiflow - 0.3.3
What's Changed
- Extend CLI parameters and Add Github Actions for Docker . by @migueLib in https://github.com/weigertlab/spotiflow/pull/11
- CLI handling of hidden files (#12) ## New Contributors
- @migueLib made their first contribution in https://github.com/weigertlab/spotiflow/pull/11
Full Changelog: https://github.com/weigertlab/spotiflow/compare/0.3.2...0.3.3
- Python
Published by AlbertDominguez over 1 year ago
spotiflow - 0.2.0
Added CLI option and minor bugfixes
What's Changed
- Fixed typo by @ajinkya-kulkarni in https://github.com/weigertlab/spotiflow/pull/1
- Added CLI to predict (
spotiflow-predict) - Minor bugfixes in
Spotiflow.predictAPI
New Contributors
- @ajinkya-kulkarni made their first contribution in https://github.com/weigertlab/spotiflow/pull/1
Full Changelog: https://github.com/weigertlab/spotiflow/compare/0.1.0...0.2.0
- Python
Published by AlbertDominguez almost 2 years ago