New features
* Implement the `PRVAccountant` based on the paper [Numerical Composition of Differential Privacy](https://arxiv.org/abs/2106.02848) (#493)
* Support `nn.EmbeddingBag` (519)
Bug fixes
* Fix benchmarks (503, 507, 508)
* Align `make_private_with_epsilon` with `make_private` (509, 526)
* Test fixes (513, 515, 527, 533)
* Summed discriminator losses to perform one backprop step (474)
* Fixed issue with missing argument in MNIST example (520)
* Functorch gradients: investigation and fix (510)
* Support empty batches (530)