Skip to content

Commit

Permalink
Update version, date and DOI for JOSS codemeta.json and paper.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane-J-Latham committed Sep 11, 2017
1 parent a50d309 commit 88bd7e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions docs/joss/codemeta.json
Expand Up @@ -10,14 +10,14 @@
"affiliation": "Department of Applied Mathematics, Research School of Physics and Engineering, The Australian National University"
}
],
"identifier": "",
"identifier": "10.5281/zenodo.889075",
"codeRepository": "https://github.com/array-split/array_split",
"datePublished": "2017-08-01",
"dateModified": "2017-08-01",
"dateCreated": "2017-08-01",
"datePublished": "2017-09-12",
"dateModified": "2017-09-12",
"dateCreated": "2017-09-12",
"description": "Python package for partitioning arrays",
"keywords": "multi-dimensional array, partitioning, tiling, domain decomposition, python, ndarray, numpy",
"license": "MIT",
"title": "array_split",
"version": ""
}
"version": "0.5.1"
}
4 changes: 2 additions & 2 deletions docs/joss/paper.md
Expand Up @@ -16,7 +16,7 @@ authors:
affiliations:
- name: Department of Applied Mathematics, Research School of Physics and Engineering, The Australian National University
index: 1
date: 1 August 2017
date: 12 September 2017
bibliography: paper.bib
---

Expand Down Expand Up @@ -48,4 +48,4 @@ File I/O
[@hdf5, @collette_python_hdf5_2014]) based on maximum file size, or out-of-core partitioning
based on in-core memory limits.

# References
# References

0 comments on commit 88bd7e7

Please sign in to comment.