Skip to content

Commit 5dd237b

Browse files
committed
Merge branch 'develop' into feature/transformers
2 parents 0fab117 + 15e93a0 commit 5dd237b

File tree

4 files changed

+162
-78
lines changed

4 files changed

+162
-78
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.0.15] - 2022-07-15
2+
### Changed
3+
- Fixed bug in `mltu.dataProvider.DataProvider` to work with `batch_postprocessors`.
4+
5+
6+
## [1.0.14] - 2022-07-13
7+
### Changed
8+
- Included `augment_annotation` bool option to all `mltu.augmentors` to be able to choose whether to augment annotation or not
9+
- Changed `mltu.augmentors.RandomRotate` to have `@staticmethod` of `rotate_image` to be able to use it without creating object
10+
11+
### Added
12+
- Added `batch_postprocessor` option to `mltu.dataProvider.DataProvider` to be able to postprocess batch after augmentation
13+
14+
15+
## [1.0.13] - 2022-07-13
16+
- Removed because of bad build
17+
18+
119
## [1.0.12] - 2022-06-08
220
### Changed
321
- Moved `onnx` and `tf2onnx` import inside `mltu.tensorflow.callbacks.Model2onnx` to avoid import errors when not using this callback

mltu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.12"
1+
__version__ = "1.0.15"
22

33
from .annotations.images import Image
44
from .annotations.images import CVImage

0 commit comments

Comments
 (0)