Skip to content

Commit fe75a0f

Browse files
committed
bump version #; add paper ref.
1 parent 9807417 commit fe75a0f

File tree

7 files changed

+37
-8
lines changed

7 files changed

+37
-8
lines changed

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"codeRepository": "https://github.com/KarrLab/de_sim",
3434
"contIntegration": "https://circleci.com/gh/KarrLab/de_sim",
3535
"issueTracker": "https://github.com/KarrLab/de_sim/issues",
36-
"version": "0.0.7",
36+
"version": "0.0.8",
3737
"developmentStatus": "active",
3838
"datePublished": "2020-07-28",
3939
"dateCreated": "2019-01-20",

de_sim/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.7'
1+
__version__ = '0.0.8'

de_sim/examples/jupyter_examples/1. DE-Sim tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"name": "stdout",
2727
"output_type": "stream",
2828
"text": [
29-
"Requirement already satisfied: de_sim in /usr/local/lib/python3.7/site-packages (0.0.7)\n",
29+
"Requirement already satisfied: de_sim in /usr/local/lib/python3.7/site-packages (0.0.8)\n",
3030
"Requirement already satisfied: configobj in /usr/local/lib/python3.7/site-packages (from de_sim) (5.0.6)\n",
3131
"Requirement already satisfied: pympler in /usr/local/lib/python3.7/site-packages (from de_sim) (0.8)\n",
3232
"Requirement already satisfied: wc-utils[git]>=0.0.16 in /root/.wc/wc_sandbox/packages/wc_utils (from de_sim) (0.0.21)\n",

de_sim/examples/jupyter_examples/2. DE-Sim advanced, simultaneous events.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"name": "stdout",
2727
"output_type": "stream",
2828
"text": [
29-
"Requirement already satisfied: de_sim in /usr/local/lib/python3.7/site-packages (0.0.7)\n",
29+
"Requirement already satisfied: de_sim in /usr/local/lib/python3.7/site-packages (0.0.8)\n",
3030
"Requirement already satisfied: logging2 in /usr/local/lib/python3.7/site-packages (from de_sim) (0.1.2)\n",
3131
"Requirement already satisfied: matplotlib in /usr/local/lib/python3.7/site-packages (from de_sim) (3.1.2)\n",
3232
"Requirement already satisfied: configobj in /usr/local/lib/python3.7/site-packages (from de_sim) (5.0.6)\n",

de_sim/examples/jupyter_examples/3. An epidemic model using DE-Sim.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"name": "stdout",
5151
"output_type": "stream",
5252
"text": [
53-
"Requirement already satisfied: de_sim in /usr/local/lib/python3.7/site-packages (0.0.7)\n",
53+
"Requirement already satisfied: de_sim in /usr/local/lib/python3.7/site-packages (0.0.8)\n",
5454
"Requirement already satisfied: wc-utils[git]>=0.0.16 in /root/.wc/wc_sandbox/packages/wc_utils (from de_sim) (0.0.21)\n",
5555
"Requirement already satisfied: progressbar2>=3.39 in /usr/local/lib/python3.7/site-packages (from de_sim) (3.47.0)\n",
5656
"Requirement already satisfied: pympler in /usr/local/lib/python3.7/site-packages (from de_sim) (0.8)\n",

joss_paper/paper.bib

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,5 +322,34 @@ @misc{muller2011running
322322
year={2011}
323323
}
324324

325-
326-
325+
@Article{Hunter:2007,
326+
Author = {Hunter, J. D.},
327+
Title = {Matplotlib: A 2D graphics environment},
328+
Journal = {Computing in Science \& Engineering},
329+
Volume = {9},
330+
Number = {3},
331+
Pages = {90--95},
332+
abstract = {Matplotlib is a 2D graphics package used for Python for
333+
application development, interactive scripting, and publication-quality
334+
image generation across user interfaces and operating systems.},
335+
publisher = {IEEE COMPUTER SOC},
336+
doi = {10.1109/MCSE.2007.55},
337+
year = 2007
338+
}
339+
340+
@techreport{hagberg2008exploring,
341+
title={Exploring network structure, dynamics, and function using NetworkX},
342+
author={Hagberg, Aric and Swart, Pieter and S Chult, Daniel},
343+
year={2008},
344+
institution={Los Alamos National Lab.(LANL), Los Alamos, NM (United States)}
345+
}
346+
347+
@article{malengier2018odes,
348+
title={ODES: a high level interface to ODE and DAE solvers},
349+
author={Malengier, Benny and Ki{\v{s}}on, Pavol and Tocknell, James and Abert, Claas and Bruckner, Florian and Bisotti, Marc-Antonio},
350+
journal={Journal of Open Source Software},
351+
volume={3},
352+
number={22},
353+
pages={165},
354+
year={2018}
355+
}

joss_paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ DE-Sim is freely and openly available under the MIT license at the locations bel
282282

283283
DE-Sim requires [Python](https://www.python.org/) 3.7 or higher and [pip](https://pip.pypa.io/).
284284

285-
This article discusses version 0.0.7 of DE-Sim.
285+
This article discusses version 0.0.8 of DE-Sim.
286286

287287
# Acknowledgements
288288

0 commit comments

Comments
 (0)