v14.0.0
What's Changed
I was not happy with the original implementation of some wrappers in flowjax.wrappers
, e.g. BijectionReparam
introduced some (avoidable, but untidy) circular dependency issues. We now primarily use Parameterize
a new name for what was Lambda
. This introduces some breaking changes, primarily the aformentioned renaming, in addition to the removal of BijectionReparam
and Where
. See the pull request for more information.
- Update wrappers by @danielward27 in #172
Full Changelog: v13.1.1...v14.0.0