.gitignore
LICENCE.txt
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
todo.tasks
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
tests/__init__.py
tests/test_minimise.py
tests/test_spec.py
tests/test_util.py
tests/test_vars.py
tests/util.py
varz/__init__.py
varz/_version.py
varz/adam.py
varz/minimise.py
varz/spec.py
varz/util.py
varz/vars.py
varz.egg-info/PKG-INFO
varz.egg-info/SOURCES.txt
varz.egg-info/dependency_links.txt
varz.egg-info/requires.txt
varz.egg-info/top_level.txt
varz/autograd/__init__.py
varz/autograd/minimise.py
varz/jax/__init__.py
varz/jax/minimise.py
varz/tensorflow/__init__.py
varz/tensorflow/minimise.py
varz/torch/__init__.py
varz/torch/minimise.py