We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73f921 commit 8c429c0Copy full SHA for 8c429c0
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 1.47.0
2
+
3
+* Increase range of pyarrow
4
5
## 1.46.0
6
7
* Fix albumentations deprecation and NumPy 2.0+ compatibility issues
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.46.0",
+ version="1.47.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