Zuko 1.0.0
💥 Breaking news
Zuko's repository has been transferred to the 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 components.
✨ What's new
- New general coupling transformation (#23) by @simonschnake
- New gaussianization flow (f7e4f85)
- New tolerance parameters for
odeint
(bc4323f) - Use independent networks in neural transformations (c600dad)
- New tutorials in the documentation (#27)
Full Changelog: 0.2.0...1.0.0