Skip to content

Partial derivatives with `Val` data types

Compare
Choose a tag to compare
@bertiqwerty bertiqwerty released this 23 Oct 22:26
· 54 commits to main since this release

Expressions with values types Val<_, _> can now be converted into their partial derivatives by calls to partial et.al..

  • [Breaking] Val floats, ints, and bools will be converted into one another without error. This was different before.
  • [Breaking] removed find-operator-functionality from the public interface.

Full Changelog: v0.17.5...v0.18.0