Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
Summary: Monthly release

Reviewed By: karthikprasad

Differential Revision: D34114956

fbshipit-source-id: b5a33e067876654c108fdc22ef245d1f4fad8617
  • Loading branch information
Peter Romov authored and facebook-github-bot committed Feb 9, 2022
1 parent 9f78e2c commit 3ca9a67
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

## v1.0.2
### Bug fixes
* DPOptimizer
* Passes through `.defaults` field to match pytorch Optimizer (#329)
* Better exception message in `.step()` when p.grad_sample=None (#331)
* Correct `closure` call after applying DP noise (#330)
* Proper gradient scaling in DDP mode
* Corrections of typos and errors in tutorials
### Miscellaneous
* Opacus can be installed with conda: added recipe in conda-forge (#326)
* Formatting change in accordance with black-22.1.0

## v1.0.1
### Bug fixes
* Hidden states of RNN is passed to device (#314)
Expand Down
2 changes: 1 addition & 1 deletion opacus/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit 3ca9a67

Please sign in to comment.