Skip to content

Releases: analysiscenter/batchflow

v0.9.4

21 Oct 15:29

Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.3

26 Aug 12:30
f68bf0f

Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

06 Aug 11:10
062ca27

Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

18 Jul 10:05
bad2969

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

30 Jun 16:43
7703554

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.12...v0.9.0

0.8.12

11 Jun 09:28
d520c04

Choose a tag to compare

What's Changed

Full Changelog: 0.8.11...0.8.12

0.8.11

10 Apr 10:59

Choose a tag to compare

What's Changed

  • Update release workflows
  • Fix scale in ImagesBatch
  • Add ignore_attributes to save method of TorchModel
  • 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

29 Oct 09:41
0315547

Choose a tag to compare

What's Changed

  • Add openvino and DirDiskMonitor

Full Changelog: 0.8.9...0.8.10

0.8.9

29 Jul 09:21
3446ceb

Choose a tag to compare

This release:

  • improves the functions for optimal batch size computation;
  • allows for using dictionary for model outputs;
  • adds a few new Monitor types;
  • fixes Pipeline queue and allows for passing executors to the run;

Full Changelog: 0.8.8...0.8.9

0.8.8

15 Jul 08:53
67d289a

Choose a tag to compare

This PR:

  • improves Normalizer class;
  • 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