Skip to content

Commit e55593f

Browse files
Pierre Stockfacebook-github-bot
authored andcommitted
release v1.1.3 (#447)
Summary: Pull Request resolved: #447 Release v1.1.3 Reviewed By: Anonymani, ashkan-software Differential Revision: D37601881 fbshipit-source-id: 289775586ee8f8201d19ed1a17c93051145a76c7
1 parent f125752 commit e55593f

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
# Changelog
22

3+
## v1.1.3
4+
### Bug fixes
5+
* Support layers with a mix of frozen and learnable parameters (#437)
6+
* Throw an error when params in optimizer are not the same as that of module's in make_private (#439)
7+
* Fix unfold2d and add test (#443)
8+
9+
### Miscellaneous
10+
* Fix typos in DDP tutorial (#438)
11+
* Replace torch einsum with opt_einsum (#440)
12+
313
## v1.1.2
414
### Bug fixes
515
* Support tied parameters (#417)
616
* Fix callsite sensitiveness of `zero_grad()` (#422, #423)
717
* Improve microbenchmark argument parsing and tests (#425)
8-
* Fix opacus nn.functional import (#426)
18+
* Fix opacus nn.functional import (#426)
919
### Miscellaneous
1020
* Add microbenchmarks (#412, #416)
11-
* Add more badges to readme (#424)
21+
* Add more badges to readme (#424)
1222

1323
## v1.1.1
1424
### Bug fixes

opacus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "1.1.2"
16+
__version__ = "1.1.3"

0 commit comments

Comments
 (0)