Skip to content

Commit

Permalink
Merge pull request #201 from GillesPy2/develop
Browse files Browse the repository at this point in the history
Release 1.2
  • Loading branch information
seanebum authored Aug 29, 2019
2 parents 1bf2f1f + 27b1022 commit 3089845
Show file tree
Hide file tree
Showing 214 changed files with 42,295 additions and 19,974 deletions.
68 changes: 66 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,70 @@
# -*- mode: sh-mode; -*-

# Compiled source
# .............................................................................

*.com
*.class
*.dll
*.exe
*.o
*.so

# Compressed archives & package files
# .............................................................................

*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# OS-specific things to ignore:
# .............................................................................

.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Emacs-specific things to ignore:
# .............................................................................

*~
.#*
.git/COMMIT_EDITMSG
auto
*.synctex.gz
TAGS

# LaTeX-specific things to ignore:
# .............................................................................

*.aux
*.log
*.bbl
*.blg
*.out
*.toc
*.loc
*.mp

# Python-specific things to ignore:
# .............................................................................

*.pyc
__pycache__


# Project-specific things to ignore:
# .............................................................................

.ipynb_checkpoints*
*.o
.coverage
htmlcov

Binary file added .graphics/UNCASEAL_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions .graphics/US-NIH-NIGMS-Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
183 changes: 183 additions & 0 deletions .graphics/caltech-round.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added .graphics/dimerization-example-matplotlib.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .graphics/dimerization-example-plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .graphics/gillespy2-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3089845

Please sign in to comment.