Skip to content

Commit 60694da

Browse files
authored
[chore] 0.3.3 release (#568)
- releasing 0.3.3 - I need it in vissl for the auto_wrap_bn change
1 parent f37d760 commit 60694da

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Added
99
### Fixed
1010

11+
## [0.3.3] - 2021-04-1
12+
### Added
13+
- FSDP: changed auto\_wrap\_bn utility function so that single FSDP group is optional ([#556](https://github.com/facebookresearch/fairscale/pull/556))
14+
- FSDP: optimizer state load/save ([#537](https://github.com/facebookresearch/fairscale/pull/537))
15+
- FSDP: fix weight init when using apply() ([#543](https://github.com/facebookresearch/fairscale/pull/543))
16+
- Multiprocess Pipe: retired old implementation
17+
- Experimental: xpipe
18+
19+
### Fixed
20+
- ShardedDDP deferred init ([#558](https://github.com/facebookresearch/fairscale/pull/558))
21+
1122
## [0.3.2] - 2021-03-18
1223
### Added
1324
- Experimental: Add spectrain support ([#372](https://github.com/facebookresearch/fairscale/issues/372))

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author = "Facebook AI Research"
3030

3131
# The full version, including alpha/beta/rc tags
32-
release = "0.3.2"
32+
release = "0.3.3"
3333

3434

3535
# -- General configuration ---------------------------------------------------

fairscale/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# LICENSE file in the root directory of this source tree.
55

66
# Please update the doc version in docs/source/conf.py as well.
7-
__version__ = "0.3.2"
7+
__version__ = "0.3.3"
88

99
################################################################################
1010
# Import most common subpackages

0 commit comments

Comments
 (0)