Skip to content

Commit

Permalink
Release 0.11
Browse files Browse the repository at this point in the history
Summary: Releasing opacus version 0.11

Reviewed By: Darktex

Differential Revision: D25600277

fbshipit-source-id: ccb2455ed04d5aae7f879b25935559f19e4b4753
  • Loading branch information
sayanghosh authored and facebook-github-bot committed Dec 17, 2020
1 parent fc23b23 commit 7ae0987
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.11.0
### New features
* Extend DPLSTM to support multilayer, dropout (#101)
* Modifications to Char LSTM name classification example
* Introduce issue templates for GitHub (#102)
* Added support for Conv3D layers
### Bug fixes
* Linter fixes for Conv3D (#105)
### Miscellaneous
* Make TorchCSPRNG an optional dependency (#106)
* Removed unnecessary calls to zero_grad from examples and tutorials (#96)

## v0.10.1
### Bug fixes
* Fix PyPI deployment (#91).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

setup(
name="opacus",
version="0.10.1",
version="0.11.0",
author="The Opacus Team",
description="Train PyTorch models with Differential Privacy",
long_description=long_description,
Expand Down

0 comments on commit 7ae0987

Please sign in to comment.