0.5.0
Maintenance release with some minor breaking changes.
- Fix
DataclassConfig.from_path()
when argument is a URI (#111) - Fix and extend flow field derivative based losses (#117)
- Add
flow_derivatives()
with defaultspacing
for finite differences assuming a normalized flow field. - Add
curl()
,divergence()
, anddivergence_free_flow()
functions to core library. - Modify
finite_differences()
to pad input usingreplicate
instead of padding output with zeros. - Add
mode='forward_central_backward'
to avoid padding usingreplicate
orconstant
values. - Add
mode='bspline'
tospatial_derivatives()
. - Generalize
cubic_bspline_jacobian_*()
tojacobian_*()
functions for allmode
values. - Fix bending energy, curvature, and divergence loss functions.
- Add