Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.5.1

### Bug fixes
* Make the import of opt_einsum.contract (linear.py) explicit (#658)

## v1.5

### New features
Expand All @@ -12,7 +17,6 @@ Fast Gradient Clipping and Ghost Clipping (#656)
* 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.5"
__version__ = "1.5.1"