Skip to content

Commit

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

Monthly release of Opacus

Reviewed By: ashkan-software

Differential Revision: D35348718

fbshipit-source-id: f41b20099a1e00a037a3e68aaf14b51f5ee681b7
  • Loading branch information
karthikprasad authored and facebook-github-bot committed Apr 8, 2022
1 parent 784805e commit 7b68178
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
# Changelog

## v1.1.0
## v1.1.1
### Bug fixes
* Fix accountant when using number of steps instead of epochs
* Add params check when converting BatchNorm to GroupNorm (#390)
* Fix typo in gdp accountant mechansim name (#386)
* Fix linter errors (#392)
* Add friendly and detailed message for unsupported layers (#401)
* Run linter on nightly workflow (#399)
* Add warning for Gaussian DP accounting (#400)
* Clone replacement modules on the same device as original (#356)
* Implementing 3D dilation (#408)
* fix(batch_memory_manager): Ensures split_idxs use native python types (#410)
### Miscellaneous
* Migrate nightly CircleCI flows to scheduled pipelines (#402)
* Migrate from ubuntu 16.04 to 20.04 on CircleCI (#403)

## v1.1.0
### New Feature
* Add support for GDP accounting in get_noise_multiplier (#303)

### Bug fixes
* Conservative search for target epsilon in get_noise_multiplier (#348)
* Warn and ignore "drop_last" when set in DPDataLoader (#357)
* Fix per-layer clipping in distributed (#347)

### Miscellaneous
* Update code of conduct and file headers
* Add "Support Ukraine" banner to opacus website homepage
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.0"
__version__ = "1.1.1"

0 comments on commit 7b68178

Please sign in to comment.