Skip to content

Commit

Permalink
version_0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianIsensee committed Apr 24, 2020
1 parent fe537f6 commit 4ef5895
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ This is not required on Linux.


## Release Notes
(only highlights, not an exhaustive list)

- 0.20.0: fixed an issue with MultiThreadedAugmenter not terminating properly after KeyboardInterrupt; Fixed an error
with the number and order of samples being returned when pin_memory=True; Improved performance by always hiding
process-process communication bottleneck through threading
- 0.19.5: fixed OMP_NUM_THREADS issue by using threadpoolctl package; dropped python 2 support (threadpoolctl is not
available for python 2)
- 0.19:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='batchgenerators',
version='0.19.7',
version='0.20.0',
description='Data augmentation toolkit',
url='https://github.com/MIC-DKFZ/batchgenerators',
author='Division of Medical Image Computing, German Cancer Research Center',
Expand Down

0 comments on commit 4ef5895

Please sign in to comment.