Search for a command to run...
What's Changed Real to interval by @danielward27 in https://github.com/danielward27/flowjax/pull/231 Support breaking changes in numpyro. by @danielward27 in https://github.com/danielward27/flowjax/pull/233 Breaking changes Copied from #231 for visability Introduces some breaking changes to tidy up RationalQuadraticSpline: Uses RealToIncreasingOnInterval from paramax, which is simpler than the approach previously used. When constructing a rational quadratic spline, the softmax_adjust: float | int = 1e-2 argument has been removed. Instead, minimum widths of the bins of the spline are controlled by a new min_width argument. As a result of the changed parameterization, results may change somewhat. Smaller breaking changes: Removed the RationalQuadraticSpline.derivative method and RationalQuadraticSpline.min_deriv attributes. Full Changelog: https://github.com/danielward27/flowjax/compare/v17.2.1...v18.0.0