An automatic differentiation package
Project description
cs207-FinalProject
autodiff
Group Name: DFYS
Group Number: 12
Group Member: Feiyu Chen, Yueting Luo, Yan Zhao
Documentation
Getting started and see the full documentation on Read the Docs
Quick Installation Guide
Install Through PyPI
The easiest way to install autodiff
is by pip
. In the command line, type in:
pip install DFYS-autodiff
Install Manually
The user can choose to install autodiff
directly from the source in this repository. We suppose that the user has already installed pip
and virtualenv
:
- clone the project repo by
git clone git@github.com:D-F-Y-S/cs207-FinalProject.git
cd
into the local repo and create a virtual environment byvirtualenv env
- activate the virtual environment by
source env/bin/activate
(usedeactivate
to deactivate the virtual environment later.) - install the dependencies by
pip install -r requirements.txt
- install
autodiff
bypip install -e .
Testing
pytest --pyargs DFYS-autodiff
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DFYS_autodiff-1.0.3.tar.gz
(10.2 kB
view details)
File details
Details for the file DFYS_autodiff-1.0.3.tar.gz
.
File metadata
- Download URL: DFYS_autodiff-1.0.3.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.19.6 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8333192ab9aa9b0ea5c6666e8b760d8459b9dd0af460ad9e7a6c11015856e722 |
|
MD5 | aec96c5506dc166a7dd19ed0d04f3830 |
|
BLAKE2b-256 | ca8a7a9c548c01c33f6fe6c3097761d8704e7dd82569d1c9b126eda90b642b78 |