Skip to content

Commit f1d0e02

Browse files
HuanyuZhangfacebook-github-bot
authored andcommitted
release v1.5.1 (#659)
Summary: Pull Request resolved: #659 as title Differential Revision: D60290993 fbshipit-source-id: 86cae51208281c294dcf98bf36506a0775b76358
1 parent 9738f0b commit f1d0e02

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.5.1
4+
5+
### Bug fixes
6+
* Make the import of opt_einsum.contract (linear.py) explicit (#658)
7+
38
## v1.5
49

510
### New features
@@ -12,7 +17,6 @@ Fast Gradient Clipping and Ghost Clipping (#656)
1217
* Fix GPU-CPU device mismatch error in util filter_dilated_rows (#633)
1318
* Fix Opacus's runtime error with an empty batch (issue 612) (#631)
1419

15-
1620
## v1.4.1
1721

1822
### Bug fixes

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"
16+
__version__ = "1.5.1"

0 commit comments

Comments
 (0)