We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9738f0b commit f1d0e02Copy full SHA for f1d0e02
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v1.5.1
4
+
5
+### Bug fixes
6
+* Make the import of opt_einsum.contract (linear.py) explicit (#658)
7
8
## v1.5
9
10
### New features
@@ -12,7 +17,6 @@ Fast Gradient Clipping and Ghost Clipping (#656)
12
17
* Fix GPU-CPU device mismatch error in util filter_dilated_rows (#633)
13
18
* Fix Opacus's runtime error with an empty batch (issue 612) (#631)
14
19
15
-
16
20
## v1.4.1
21
22
### Bug fixes
opacus/version.py
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "1.5"
+__version__ = "1.5.1"
0 commit comments