Skip to content

Commit 3db2907

Browse files
Pierre Stockfacebook-github-bot
authored andcommitted
release v1.3 (#540)
Summary: Pull Request resolved: #540 Release v1.3 Reviewed By: karthikprasad Differential Revision: D41183563 LaMa Project: L1124100 fbshipit-source-id: 34648fd42e4f949c07c8bbfae1f77013da5e1b0c
1 parent c89a3bf commit 3db2907

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
11
# Changelog
22

3+
## v1.3
4+
5+
### New features
6+
* Implement the `PRVAccountant` based on the paper [Numerical Composition of Differential Privacy](https://arxiv.org/abs/2106.02848) (#493)
7+
* Support `nn.EmbeddingBag` (#519)
8+
9+
### Bug fixes
10+
* Fix benchmarks (#503, #507, #508)
11+
* Align `make_private_with_epsilon` with `make_private` (#509, #526)
12+
* Test fixes (#513, #515, #527, #533)
13+
* Summed discriminator losses to perform one backprop step (#474)
14+
* Fixed issue with missing argument in MNIST example (#520)
15+
* Functorch gradients: investigation and fix (#510)
16+
* Support empty batches (#530)
17+
318
## v1.2
419

520
### New ways to compute per sample gradients
6-
We're glad to present Opacus v1.2, which contains some major updates to per sample gradient computation mechanisms
21+
We're glad to present Opacus v1.2, which contains some major updates to per sample gradient computation mechanisms
722
and includes all the good stuff from the recent PyTorch releases.
823
* Functorch - per sample gradients for all
924
* ExpandedWeights - yet another way to compute per sample gradients
10-
* See [Release notes](https://github.com/pytorch/opacus/releases/tag/v1.2.0)
11-
and [GradSampleModule README](https://github.com/pytorch/opacus/blob/main/opacus/grad_sample/README.md)
25+
* See [Release notes](https://github.com/pytorch/opacus/releases/tag/v1.2.0)
26+
and [GradSampleModule README](https://github.com/pytorch/opacus/blob/main/opacus/grad_sample/README.md)
1227
for detailed feature explanation
13-
28+
1429
### Other improvements
1530
* Fix `utils.unfold2d` with non-symmetric pad/dilation/kernel_size/stride (#443)
1631
* Add support for "same" and "valid" padding for hooks-based grad sampler for convolution layers

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.2.0"
16+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)