File tree Expand file tree Collapse file tree 6 files changed +17
-6
lines changed
Expand file tree Collapse file tree 6 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ## v1.1.1 (December 11, 2023)
4+
5+ ### New features
6+ * Update crates and Mountpoint dependencies
7+ * Avoid excessive memory consumption when utilizing s3map_dataset. Issue [ #89 ] ( https://github.com/awslabs/s3-connector-for-pytorch/issues/89 )
8+ * Run all tests against S3 and S3 Express
9+
10+ ### Breaking changes
11+ * No breaking changes.
12+
13+
314## v1.1.0 (November 29, 2023)
415
516### New features
Original file line number Diff line number Diff line change 2121project = "Amazon S3 Connector for PyTorch"
2222copyright = "2023, Amazon S3"
2323author = "Amazon S3"
24- release = "1.1.0 "
24+ release = "1.1.1 "
2525
2626# -- General configuration ---------------------------------------------------
2727# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " s3torchconnector"
7- version = " 1.1.0 "
7+ version = " 1.1.1 "
88description = " S3 connector integration for PyTorch"
99requires-python = " >=3.8,<3.12"
1010classifiers = [
@@ -21,7 +21,7 @@ classifiers = [
2121
2222dependencies = [
2323 " torch >= 2.0.1" ,
24- " s3torchconnectorclient >= 1.1.0 " ,
24+ " s3torchconnectorclient >= 1.1.1 " ,
2525]
2626
2727[project .optional-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " s3torchconnectorclient"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44edition = " 2021"
55publish = false
66license = " BSD-3-Clause"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " s3torchconnectorclient"
7- version = " 1.1.0 "
7+ version = " 1.1.1 "
88description = " Internal S3 client implementation for s3torchconnector"
99requires-python = " >=3.8,<3.12"
1010classifiers = [
You can’t perform that action at this time.
0 commit comments