Skip to content

Commit

Permalink
release v1.1.3 (#447)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #447

Release v1.1.3

Reviewed By: Anonymani, ashkan-software

Differential Revision: D37601881

fbshipit-source-id: 289775586ee8f8201d19ed1a17c93051145a76c7
  • Loading branch information
Pierre Stock authored and facebook-github-bot committed Jul 11, 2022
1 parent f125752 commit e55593f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# Changelog

## v1.1.3
### Bug fixes
* Support layers with a mix of frozen and learnable parameters (#437)
* Throw an error when params in optimizer are not the same as that of module's in make_private (#439)
* Fix unfold2d and add test (#443)

### Miscellaneous
* Fix typos in DDP tutorial (#438)
* Replace torch einsum with opt_einsum (#440)

## v1.1.2
### Bug fixes
* Support tied parameters (#417)
* Fix callsite sensitiveness of `zero_grad()` (#422, #423)
* Improve microbenchmark argument parsing and tests (#425)
* Fix opacus nn.functional import (#426)
* Fix opacus nn.functional import (#426)
### Miscellaneous
* Add microbenchmarks (#412, #416)
* Add more badges to readme (#424)
* Add more badges to readme (#424)

## v1.1.1
### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion opacus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.1.2"
__version__ = "1.1.3"

0 comments on commit e55593f

Please sign in to comment.