Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v1.1.3 #447

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

### 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"