AutoDiff
AutoDiff copied to clipboard
An automatic differentiation library for Python+NumPy.
The numpy.product function was deprecated in v [1.25](https://github.com/numpy/numpy/pull/23314) and in the [docs](https://numpy.org/devdocs/release/1.25.0-notes.html). I'm using python 2.1.3 and if I run the example: ```python import auto_diff import numpy as np #...
Hi, this library looks promising, but I couldn't even get my first example running (I use 0.4.1 installed with pip in Python 3.9). I have a function `u, v =...
Most masked functions are differentiable on the complex plane. `np.absolute` is the main exception. Current plan for `np.absolute`: * Add a warning if applying np.absolute to a complex object *...