Skip to content

Commit fd5e5c0

Browse files
authored
[chore] v0.0.10 (#235)
1 parent c8baac0 commit fd5e5c0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [0.0.x] - TBD
8+
9+
## [0.0.10] - 2022-03-14
810
### Fixed
911
- Expose bias flag for feedforwards, same default as Timm [#220]
1012
- Update eps value for layernormm, same default as torch [#221]

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
author = "Facebook AI Research"
3636

3737
# The full version, including alpha/beta/rc tags
38-
release = "0.0.9"
38+
release = "0.0.10"
3939

4040

4141
# -- General configuration ---------------------------------------------------

xformers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import torch
99

1010
# Please update the doc version in docs/source/conf.py as well.
11-
__version__ = "0.0.9"
11+
__version__ = "0.0.10"
1212

1313
_is_sparse_available = True
1414
_is_triton_available = torch.cuda.is_available()

0 commit comments

Comments
 (0)