Skip to content

Commit 7c0127c

Browse files
authored
Release 1.38.0 (#251)
* Update HISTORY.md * Update setup.py
1 parent d8c0fb9 commit 7c0127c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.38.0
2+
3+
* Incorporate face blurring with bounding boxes. (thanks @GeorgiosSmyrnis)
4+
15
## 1.37.0
26

37
* Add support for resizing with fixed aspect ratio while fixing the largest image dimension (thanks @gabrielilharco)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def _read_reqs(relpath):
1717
name="img2dataset",
1818
packages=find_packages(),
1919
include_package_data=True,
20-
version="1.37.0",
20+
version="1.38.0",
2121
license="MIT",
2222
description="Easily turn a set of image urls to an image dataset",
2323
long_description=long_description,

0 commit comments

Comments
 (0)