aad-jimmielin

Awesome Automatic Differentiation Project


License
MIT
Install
pip install aad-jimmielin==1.1.1

Documentation

Build Status codecov

Final Project Repo for Group 31

Find our documentation on our website

aad.fer.me

Names:

  • Matheus C. Fernandes
  • Haipeng Lin
  • Ben Manning
  • *TF: Johnathan Jiang

Git Workflow

  • Create your own branch in feature/name
  • Commit changes and resolve merge conflicts by git merge main
  • Submit pull request to main
  • Approve and merge to main

Collaborative workflow in Deepnote

To facilitate coding, we used a shared deepnote project to create shared commits under the group/* branches.

  • Use Jupyter Notebook %%writefile to save into the cs107-FinalProject folder in Deepnote;
  • Use the terminal to git commit staged files as appropriate;
  • Create the pull request and ask another teammate for approval.