Releases: analysiscenter/batchflow
Releases · analysiscenter/batchflow
v0.9.4
v0.9.3
What's Changed
- v0.9.3 by @AlexeyKozhevin in #796
- Update uv.lock by @AlexeyKozhevin in #797
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- Fix plot for model by @AlexeyKozhevin in #794
- Fix
pytestdependency
Full Changelog: v0.9.1...v0.9.2
v0.9.1
v0.9.0
What's Changed
- Add dilate and erode by @AlexeyKozhevin in #789
- Add save in safetensors format by @igor-iusupov in #784
- v0.9.0 by @AlexeyKozhevin in #790
New Contributors
- @igor-iusupov made their first contribution in #784
Full Changelog: 0.8.12...v0.9.0
0.8.12
What's Changed
- Fix plot by @AlexeyKozhevin in #782
- 0.8.12 by @roman-kh in #788
Full Changelog: 0.8.11...0.8.12
0.8.11
What's Changed
- Update release workflows
- Fix scale in ImagesBatch
- Add
ignore_attributestosavemethod ofTorchModel - Updates for new numpy, torch and python >= 3.12
- Import TelegramMessage only if necessary
Full Changelog: 0.8.10...0.8.11
0.8.10
0.8.9
This release:
- improves the functions for optimal batch size computation;
- allows for using dictionary for model
outputs; - adds a few new
Monitortypes; - fixes
Pipelinequeue and allows for passing executors to the run;
Full Changelog: 0.8.8...0.8.9
0.8.8
This PR:
- improves
Normalizerclass; - adds a way to get detailed activations of a
TorchModel; - adds a tutorial on segmentation with
batchflow, as well as ADE20k dataset; - adds delayed imports mechanism and applies it to rarely-used libraries or ones with optional dependencies;
Full Changelog: 0.8.7...0.8.8