MyGrad icon indicating copy to clipboard operation
MyGrad copied to clipboard

Drop-in autodiff for NumPy.

Results 14 MyGrad issues
Sort by recently updated
recently updated
newest added

Opening this as a draft so I can get some comments. This changes the overall structure of the `mygrad.nnet.layers` module. The changes are: * Everything that was in the top-level...

Upgrade nbsphinx to 0.6 Add https://github.com/choldgraf/sphinx-copybutton capability

enhancement
documentation

Update README with example of `build_graph` usage, and add brief example section to `build_graph` docstring

enhancement
documentation

Find `dot.bat` file in env. E.g. at `"C:\Users\Ryan S\.conda\envs\week3\Library\bin\dot.bat"` And edit it. The original file will contain ``` %~dp0.\graphviz\dot.exe %* ``` Add quotes as so: ``` "%~dp0.\graphviz\dot.exe" %* ``` and...

documentation

Okay, so this *might* not exactly be a "good first issue" - it is a little more advanced, but is still very much accessible to newcomers. Similar to the [mygrad.nnet.max_pool](https://mygrad.readthedocs.io/en/latest/generated/mygrad.nnet.max_pool.html#mygrad.nnet.max_pool)...

enhancement
good first issue

See https://github.com/numpy/numpy/issues/24147 for blocking bug on numpy 1.25.0-1

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 7.0.1. Release notes Sourced from sphinx's releases. v7.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v7.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v7.0.0rc1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.2.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.2.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.1.3 Changelog: https://www.sphinx-doc.org/en/master/changes.html...

dependencies
python

Bumps [numba](https://github.com/numba/numba) from 0.56.4 to 0.57.0. Release notes Sourced from numba's releases. Version 0.57.0 A new release of Numba adding support for Python 3.11, NumPy 1.24, and upgrading to LLVM...

dependencies
python

Bumps [numpy](https://github.com/numpy/numpy) from 1.24.2 to 1.24.3. Release notes Sourced from numpy's releases. v1.24.3 NumPy 1.24.3 Release Notes NumPy 1.24.3 is a maintenance release that fixes bugs and regressions discovered after...

dependencies
python

Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.12.0 to 0.13.3. Release notes Sourced from pydata-sphinx-theme's releases. v0.13.3 What's Changed refactor: spring cleaning by @​12rambau in pydata/pydata-sphinx-theme#1271 Full Changelog: https://github.com/pydata/pydata-sphinx-theme/compare/v0.13.2...v0.13.3 v0.13.2 What's Changed Bug fixes...

dependencies
python