We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c0fb9 commit 7c0127cCopy full SHA for 7c0127c
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 1.38.0
2
+
3
+* Incorporate face blurring with bounding boxes. (thanks @GeorgiosSmyrnis)
4
5
## 1.37.0
6
7
* Add support for resizing with fixed aspect ratio while fixing the largest image dimension (thanks @gabrielilharco)
setup.py
@@ -17,7 +17,7 @@ def _read_reqs(relpath):
17
name="img2dataset",
18
packages=find_packages(),
19
include_package_data=True,
20
- version="1.37.0",
+ version="1.38.0",
21
license="MIT",
22
description="Easily turn a set of image urls to an image dataset",
23
long_description=long_description,
0 commit comments