💥 Breaking news
Zuko's repository has been transferred to the [probabilists](https://github.com/probabilists) organization.
♻️ Refactor
To facilitate the maintenance of existing flows and the addition of new flows, the `zuko.flows` module has been refactored into many submodules (24). As part of this refactor, the `DistributionModule` and `TransformModule` have been renamed to `LazyDistribution` and `LazyTransform` to clarify the purpose of these classes and avoid confusion with [Pyro](https://github.com/pyro-ppl/pyro) components.
✨ What's new
* New general coupling transformation (23) by simonschnake
* New gaussianization flow (f7e4f85d66cf648b9f9f72af85891556d46879f5)
* New tolerance parameters for `odeint` (bc4323fb217d98794988e8a06e383aa801be1b50)
* Use independent networks in neural transformations (c600dadb0cfbb275269193073527dfb83da6c013)
* New [tutorials](https://zuko.readthedocs.io/en/stable/tutorials.html) in the documentation (#27)
**Full Changelog**: https://github.com/probabilists/zuko/compare/0.2.0...1.0.0