Skip to content

Commit 218b681

Browse files
HuanyuZhangfacebook-github-bot
authored andcommitted
release v1.5 (#657)
Summary: Pull Request resolved: #657 Releasing v1.5 Reviewed By: EnayatUllah Differential Revision: D60058775 fbshipit-source-id: 5f4084938afcb0b8adcd83ea69a52d3847e3392d
1 parent 670fde6 commit 218b681

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v1.5
4+
5+
### New features
6+
Fast Gradient Clipping and Ghost Clipping (#656)
7+
8+
### Bug fixes
9+
* Fix gradient shape error for DPMultiheadAttention (issue 650) (#651)
10+
* Pass kwargs from make_private to _prepare_optimizer (#648)
11+
* Fix BatchMemoryManager length (#641)
12+
* Fix GPU-CPU device mismatch error in util filter_dilated_rows (#633)
13+
* Fix Opacus's runtime error with an empty batch (issue 612) (#631)
14+
15+
316
## v1.4.1
417

518
### Bug fixes

opacus/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "1.4.1"
16+
__version__ = "1.5"

0 commit comments

Comments
 (0)