Skip to content

Commit ac2bc6a

Browse files
committed
Update version to 0.9
1 parent cc02405 commit ac2bc6a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Distance-regular graph parameter checking in Sage
22

3-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1418410.svg)](https://doi.org/10.5281/zenodo.1418410)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1418409.svg)](https://doi.org/10.5281/zenodo.1418409)
44

55
[![Launch in Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jaanos/sage-drg/master?filepath=index.ipynb)
66

@@ -47,7 +47,7 @@ If you use `sage-drg` in your research, please cite both the manuscript and the
4747

4848
* J. Vidali. Using symbolic computation to prove nonexistence of distance-regular graphs. *Electron. J. Combin.*, 25(4)#P4.21, 2018. [`http://www.combinatorics.org/ojs/index.php/eljc/article/view/v25i4p21`](http://www.combinatorics.org/ojs/index.php/eljc/article/view/v25i4p21).
4949

50-
* J. Vidali. `jaanos/sage-drg`: `sage-drg` v0.8, 2018. [`https://github.com/jaanos/sage-drg/`](https://github.com/jaanos/sage-drg/), [`doi:10.5281/zenodo.1418410`](http://dx.doi.org/10.5281/zenodo.1418410).
50+
* J. Vidali. `jaanos/sage-drg`: `sage-drg` v0.9, 2019. [`https://github.com/jaanos/sage-drg/`](https://github.com/jaanos/sage-drg/), [`doi:10.5281/zenodo.1418409`](http://dx.doi.org/10.5281/zenodo.1418409).
5151

5252
```latex
5353
@article{v18a,
@@ -64,10 +64,10 @@ If you use `sage-drg` in your research, please cite both the manuscript and the
6464
6565
@software{v18b,
6666
AUTHOR = {Vidali, Jano\v{s}},
67-
TITLE = {{\tt jaanos/sage-drg}: {\tt sage-drg} v0.8},
67+
TITLE = {{\tt jaanos/sage-drg}: {\tt sage-drg} v0.9},
6868
NOTE = {\url{https://github.com/jaanos/sage-drg/},
69-
\href{http://dx.doi.org/10.5281/zenodo.1418410}{\texttt{10.5281/zenodo.1418410}}},
70-
YEAR = {2018},
69+
\href{http://dx.doi.org/10.5281/zenodo.1418409}{\texttt{10.5281/zenodo.1418409}}},
70+
YEAR = {2019},
7171
}
7272
```
7373

index.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Distance-regular graph parameter checking in Sage\n",
88
"\n",
9-
"[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1418410.svg)](https://doi.org/10.5281/zenodo.1418410)\n",
9+
"[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1418409.svg)](https://doi.org/10.5281/zenodo.1418409)\n",
1010
"\n",
1111
"A Sage package for checking the feasibility of distance-regular graph parameter sets.\n",
1212
"A more detailed description, along with some results, is available in a [manuscript](https://arxiv.org/abs/1803.10797) currently available on arXiv."
@@ -157,7 +157,7 @@
157157
"\n",
158158
"* J. Vidali. Using symbolic computation to prove nonexistence of distance-regular graphs. *Electron. J. Combin.*, 25(4)#P4.21, 2018. [`http://www.combinatorics.org/ojs/index.php/eljc/article/view/v25i4p21`](http://www.combinatorics.org/ojs/index.php/eljc/article/view/v25i4p21).\n",
159159
"\n",
160-
"* J. Vidali. `jaanos/sage-drg`: `sage-drg` v0.8, 2018. [`https://github.com/jaanos/sage-drg/`](https://github.com/jaanos/sage-drg/), [`doi:10.5281/zenodo.1418410`](http://dx.doi.org/10.5281/zenodo.1418410).\n",
160+
"* J. Vidali. `jaanos/sage-drg`: `sage-drg` v0.9, 2019. [`https://github.com/jaanos/sage-drg/`](https://github.com/jaanos/sage-drg/), [`doi:10.5281/zenodo.1418409`](http://dx.doi.org/10.5281/zenodo.1418409).\n",
161161
"\n",
162162
"```latex\n",
163163
"@article{v18a,\n",
@@ -174,10 +174,10 @@
174174
"\n",
175175
"@software{v18b,\n",
176176
" AUTHOR = {Vidali, Jano\\v{s}},\n",
177-
" TITLE = {{\\tt jaanos/sage-drg}: {\\tt sage-drg} v0.8},\n",
177+
" TITLE = {{\\tt jaanos/sage-drg}: {\\tt sage-drg} v0.9},\n",
178178
" NOTE = {\\url{https://github.com/jaanos/sage-drg/},\n",
179-
" \\href{http://dx.doi.org/10.5281/zenodo.1418410}{\\texttt{10.5281/zenodo.1418410}}},\n",
180-
" YEAR = {2018},\n",
179+
" \\href{http://dx.doi.org/10.5281/zenodo.1418409}{\\texttt{10.5281/zenodo.1418409}}},\n",
180+
" YEAR = {2019},\n",
181181
"}\n",
182182
"```\n",
183183
"\n",

0 commit comments

Comments
 (0)