Skip to content

Commit

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

Releasing v1.5

Reviewed By: EnayatUllah

Differential Revision: D60058775

fbshipit-source-id: 5f4084938afcb0b8adcd83ea69a52d3847e3392d
  • Loading branch information
HuanyuZhang authored and facebook-github-bot committed Jul 22, 2024
1 parent 670fde6 commit 218b681
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.5

### New features
Fast Gradient Clipping and Ghost Clipping (#656)

### Bug fixes
* Fix gradient shape error for DPMultiheadAttention (issue 650) (#651)
* Pass kwargs from make_private to _prepare_optimizer (#648)
* Fix BatchMemoryManager length (#641)
* Fix GPU-CPU device mismatch error in util filter_dilated_rows (#633)
* Fix Opacus's runtime error with an empty batch (issue 612) (#631)


## v1.4.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.4.1"
__version__ = "1.5"

0 comments on commit 218b681

Please sign in to comment.