File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ ## v1.2.6 (October 9, 2024)
2+
3+ ### New features
4+ * Add support of PyTorch Lightning checkpoints to benchmark suit (#226 ).
5+
6+ ### Bug fixes
7+ * Fix potential race condition while instantiating the ` S3Client ` (#237 ).
8+
9+ ### Breaking changes
10+ * No breaking changes.
11+
112## v1.2.5 (September 11, 2024)
213* Enhanced error logging.
314* Support tell for S3writer.
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.2.5 "
7+ version = " 1.2.6 "
88description = " S3 connector integration for PyTorch"
99requires-python = " >=3.8,<3.13"
1010readme = " README.md"
@@ -23,7 +23,7 @@ classifiers = [
2323
2424dependencies = [
2525 " torch >= 2.0.1" ,
26- " s3torchconnectorclient >= 1.2.4 " ,
26+ " s3torchconnectorclient >= 1.2.6 " ,
2727]
2828
2929[project .optional-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " s3torchconnectorclient"
3- version = " 1.2.5 "
3+ version = " 1.2.6 "
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.2.5 "
7+ version = " 1.2.6 "
88description = " Internal S3 client implementation for s3torchconnector"
99requires-python = " >=3.8,<3.13"
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments