Skip to content

Commit 59007be

Browse files
committed
Bump version to 1.3.0 (#267)
1 parent 2af7e3a commit 59007be

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
## v1.x.x (TBD)
2-
* Add support of distributed training to S3IterableDataset
1+
## v1.3.0 (November 21, 2024)
2+
3+
### New features
4+
* Add support of PyTorch distributed checkpoints (#269)
5+
* Extend benchmark framework to support distributed checkpoints (#269)
6+
* Add support of distributed training to S3IterableDataset (#269)
37

48
### Breaking changes
59
* No breaking changes.

s3torchconnector/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "s3torchconnector"
7-
version = "1.2.7"
7+
version = "1.3.0"
88
description = "S3 connector integration for PyTorch"
99
requires-python = ">=3.8,<3.13"
1010
readme = "README.md"
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
dependencies = [
2525
"torch >= 2.0.1, < 2.5", # TODO: remove "< 2.5" restriction once https://github.com/pytorch/pytorch/issues/138333 is fixed
26-
"s3torchconnectorclient >= 1.2.7",
26+
"s3torchconnectorclient >= 1.3.0",
2727
]
2828

2929
[project.optional-dependencies]

s3torchconnectorclient/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

s3torchconnectorclient/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s3torchconnectorclient"
3-
version = "1.2.7"
3+
version = "1.3.0"
44
edition = "2021"
55
publish = false
66
license = "BSD-3-Clause"

s3torchconnectorclient/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "s3torchconnectorclient"
7-
version = "1.2.7"
7+
version = "1.3.0"
88
description = "Internal S3 client implementation for s3torchconnector"
99
requires-python = ">=3.8,<3.13"
1010
readme = "README.md"

0 commit comments

Comments
 (0)