What's Changed
* v0.6: drop support for <2.0, support jacobian and hessian computation by yoyololicon in https://github.com/yoyololicon/torchlpc/pull/12
Summary:
- Drop support for `torch<2.0` to use the new schema for writing `autograd.Function`
- add `vmap` for calculating `jacfwd/jacrev/hessian`
**Full Changelog**: https://github.com/yoyololicon/torchlpc/compare/v0.5...v0.6