Skip to content

Commit

Permalink
release v1.4.1 (#628)
Browse files Browse the repository at this point in the history
Summary:

Releasing v1.4.1

Differential Revision: D53626083
  • Loading branch information
HuanyuZhang authored and facebook-github-bot committed Feb 9, 2024
1 parent a98f0c7 commit 5a34c55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.4.1

### Bug fixes
* Fix DP MultiheadAttention (#598)
* Fix: make prv accountant robust to larger epsilons (#606)
* Fix the corner case when the optimizer has no trainable parameters (#619)

## v1.4

Highlight: Upgraded to PyTorch 1.13+ as required dependency
Expand Down
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def create_namespace(doctest_namespace):
"""
from typing import Set, Union # noqa
import opacus # noqa
from torch import nn # noqa

# Adding all imports in the doctest namespace
doctest_namespace.update(**locals())
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.4.0"
__version__ = "1.4.1"

0 comments on commit 5a34c55

Please sign in to comment.