Skip to content

Commit f3752c3

Browse files
HuanyuZhangfacebook-github-bot
authored andcommitted
Release v1.5.4 (#763)
Summary: Pull Request resolved: #763 As titled Reviewed By: iden-kalemaj Differential Revision: D75453194 fbshipit-source-id: ca64dfde7005dbc428b302ea6c1161e70c21e85b
1 parent cb6284f commit f3752c3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v1.5.4
4+
5+
### New features
6+
7+
#### Improvments
8+
* Support of `register_full_backward_hook` (#720, #750)
9+
* Add hook function of `RMSNorm` (#755)
10+
* Numpy 2.0 support (#746)
11+
12+
### Bug fixes
13+
* Fix failing tests (#727, #739)
14+
* Fix lint issues (#741, #760)
15+
* Fix the norm calculation of bias under ghost clipping (#751)
16+
* Fix 'to_standard_module' under ghost clipping (#754)
17+
* Fix the return type of 'make_private' (#759)
18+
19+
### Miscellaneous
20+
* Copyright for DISK (#719)
21+
* Improve the logging system (#735)
22+
* Update the tutorials (#733, #745)
23+
* Minor change on the ghost clipping optimizer (#756)
24+
* Warning about restriction for adaptive clipping (#758)
25+
326
## v1.5.3
427

528
### New features

opacus/version.py

Lines changed: 1 addition & 1 deletion
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.5.3"
16+
__version__ = "1.5.4"

0 commit comments

Comments
 (0)