Skip to content

Commit dacabf5

Browse files
committed
Added CVImage nad PillowImage, fixed styling, comments
1 parent 4facd52 commit dacabf5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.9] - 2022-05-24
2+
### Changed
3+
- Fixed styling, changed all string from single quotes to double quotes, corrected comments, etc.
4+
5+
### Added
6+
- Added `CVImage` and `PillowImage` objects in `mltu.annotations.image` to handle image annotations
7+
8+
19
## [1.0.8] - 2022-04-24
210
### Added
311
- Added `RandomSaltAndPepper` augmentor into `mltu.augmentors`

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.8"
1+
__version__ = "1.0.9"
22

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tqdm
33
pandas
44
numpy
55
opencv-python
6-
Pillow
6+
Pillow==9.4.0
77
onnxruntime # onnxruntime-gpu for GPU support
88
librosa==0.9.2
99
matplotlib

0 commit comments

Comments
 (0)