Hi all, I am pleased to announce that MyGrad 2.1.0 has been released. In accordance with NEP 29, we have dropped support for NumPy < 1.19.
Changelog: https://mygrad.readthedocs.io/en/latest/changes.html#v2-1-0 What the heck is MyGrad? MyGrad provides drop-in automatic differentiation to native NumPy code. Just pass MyGrad-tensors into your NumPy-based code (instead of arrays), and start differentiating! It accomplishes this by making keen use of NumPy's function-override mechanisms. _______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
