Skip to main content

An automatic differentiation package

Project description

cs207-FinalProject

autodiff

Build Status

Coverage Status

Doc Status

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:

  1. clone the project repo by git clone git@github.com:D-F-Y-S/cs207-FinalProject.git
  2. cd into the local repo and create a virtual environment by virtualenv env
  3. activate the virtual environment by source env/bin/activate (use deactivate to deactivate the virtual environment later.)
  4. install the dependencies by pip install -r requirements.txt
  5. install autodiff by pip install -e .

Testing

pytest --pyargs DFYS-autodiff

Project details


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page