Skip to content

Releases: neuro-ml/deep_pipe

Faster Average

25 Nov 12:12
4a94f0c
Compare
Choose a tag to compare
Merge pull request #92 from neuro-ml/develop

faster Average

v0.4.2: Several small fixes

23 Nov 10:22
fcd06be
Compare
Choose a tag to compare
Merge pull request #91 from neuro-ml/develop

Fixes

v0.4.1: Fixes for numpy 2

09 Aug 10:42
084f1fa
Compare
Choose a tag to compare
Merge pull request #90 from neuro-ml/develop

Develop

v0.4.0: Compatibility with numpy2

25 Jul 12:48
c3d33f8
Compare
Choose a tag to compare
Merge pull request #88 from neuro-ml/develop

Develop

v0.3.3: Compatibility for different PatchCombiner's

22 Jan 19:39
62eb807
Compare
Choose a tag to compare

Compatibility for different PatchCombiner's

v0.3.2: Handle exceptions in `AsyncPmap`

28 Dec 13:04
778d36b
Compare
Choose a tag to compare
Merge pull request #86 from neuro-ml/develop

Pass exceptions to the main thread in `AsyncPmap`

v0.3.1: Faster `patches_grid`

26 Dec 15:59
913e671
Compare
Choose a tag to compare
Merge pull request #84 from neuro-ml/develop

Faster patches grid

v0.3.0: More general `patches_grid`

02 Nov 08:01
0448e2d
Compare
Choose a tag to compare
Merge pull request #82 from neuro-ml/develop

Add batched predict in `patches_grid`

Torch dtype conversions for inference

20 Oct 07:48
804d2bc
Compare
Choose a tag to compare
Merge pull request #80 from neuro-ml/develop

Develop

Batch Iter compatibility with Lightning

01 Aug 13:47
ab8f6bd
Compare
Choose a tag to compare

Fixes

  • Infinite fails if exception occured (lightning callback).