A package for automatic differentiation
Project description
cs207-FinalProject
Harvard CS207 Final Project: Automatic Differentiation
Group #: 7
Members: Wanxi Yang, Gabriel Pestre, Claire Yang, Erin Yang
Installation
- For a detailed explanation of how to install the package, check out the documentation.
- The package will be available on PyPI.
- You can either install the package in your local environment or in a virtual environment.
- If you have a Python3 environment with
numpy
installed ready to go, theawesomediff
package can be installed using the following code:
pip install awesomediff
- Right now, the package is not available on PyPI yet, so install using methods below:
- Clone the project's git repository to your machine:
git clone https://github.com/awesomediff/cs207-FinalProject.git
- If you want to install the package in a virtual environment, set up the virtual environment in the cloned directory using:
pip3 install virtualenv
virtualenv -p python3 venv
source venv/bin/activate
Then install the dependencies:
pip3 install -r requirements.txt
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
Built Distribution
File details
Details for the file awesomediff-test-1.0.0.tar.gz
.
File metadata
- Download URL: awesomediff-test-1.0.0.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12d41d9ab849887c49800084c661947a4db9ff35c7cfc8ac06fa895749170117 |
|
MD5 | 4d5b18634309fb510866e9210c130b8c |
|
BLAKE2b-256 | 509a213b02779de01477c982f82c00461cef3baa734bd9bf58cada26e7e27224 |
File details
Details for the file awesomediff_test-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: awesomediff_test-1.0.0-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 524f7a82e322c1b9233a13fa93f52b04c2a06525d012f8017c87c436085fb4c1 |
|
MD5 | 0b4fc9adf9cfdab390a404b760790662 |
|
BLAKE2b-256 | 2743dd925a71f747eeb3bd4b0736ca8359dcd18b1b7dcc3f9a6e4ff4a30454b7 |