Skip to content

Commit

Permalink
Prepare for new release (v1.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Garrett committed Mar 20, 2019
1 parent aa55318 commit fa5417b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 22 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v1.0.3 (20-Mar-2019)
====================

- This release was created after the JOSS review.
- There are minor changes to the documentation, but no changes to the code base.



v1.0.2 (11-Mar-2019)
====================

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Quantum Mixing software**

[![GitHub version](https://badge.fury.io/gh/garrettj403%2FQMix.svg)](https://pypi.org/project/QMix/)
[![PyPI version](https://badge.fury.io/py/QMix.svg)](https://badge.fury.io/py/QMix)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/QMix.svg)](https://pypi.org/project/QMix/)
[![Build Status](https://travis-ci.org/garrettj403/QMix.svg?branch=master)](https://travis-ci.org/garrettj403/QMix)
[![Coverage Status](https://coveralls.io/repos/github/garrettj403/QMix/badge.svg?branch=master)](https://coveralls.io/github/garrettj403/QMix?branch=master)
Expand Down Expand Up @@ -47,16 +47,16 @@ Citing QMix

If you use QMix, please cite the Zenodo archive:

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2557839.svg)](https://doi.org/10.5281/zenodo.2557839)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2557839.svg)](https://doi.org/10.5281/zenodo.2538162)

@article{Garrett2019,
author = {J. D. Garrett and G. Yassin},
title = {{garrettj403/QMix (Version v1.0.2)}},
title = {{garrettj403/QMix (Version v1.0.3)}},
month = mar,
year = 2019,
publisher = {Zenodo},
doi = {10.5281/zenodo.2590165},
url = {http://doi.org/10.5281/zenodo.2590165}
doi = {10.5281/zenodo.2538162},
url = {http://doi.org/10.5281/zenodo.2538162}
}

We have also submitted a paper to the Journal of Open Source Software. Once this paper is accepted, please cite this paper instead of the Zenodo archive (or both!).
Expand Down
10 changes: 5 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"affiliation": "University of Oxford"
}
],
"identifier": "https://doi.org/10.5281/zenodo.2590165",
"identifier": "http://doi.org/10.5281/zenodo.2538162",
"codeRepository": "https://github.com/garrettj403/QMix",
"datePublished": "2019-03-11",
"dateModified": "2019-03-11",
"dateCreated": "2019-03-11",
"datePublished": "2019-03-20",
"dateModified": "2019-03-20",
"dateCreated": "2019-03-20",
"description": "QMix is a software package for simulating quasiparticle tunneling currents in Superconductor/Insulator/Superconductor (SIS) junctions. These junctions are commonly used for heterodyne mixing at millimeter and submillimeter wavelengths. QMix can be used to simulate their performance, investigate their experimental results and optimize their operation.",
"keywords": "SIS mixers, radio astronomy, superconducting detectors, terahertz instrumentation, Python",
"license": "GPL v3.0",
"title": "QMix",
"version": "v1.0.2"
"version": "v1.0.3"
}
10 changes: 0 additions & 10 deletions paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ @phdthesis{Garrett2018
year = 2018,
}

@article{Garrett2019,
author = {J. D. Garrett and G. Yassin},
title = {{garrettj403/QMix (Version v1.0.2)}},
month = mar,
year = 2019,
publisher = {Zenodo},
doi = {10.5281/zenodo.2590165},
url = {http://doi.org/10.5281/zenodo.2590165}
}

@phdthesis{Kittara2002,
author = {P. Kittara},
school = {University of Cambridge},
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = GPL v3
url = https://github.com/garrettj403/QMix
github_project = garrettj403/QMix
install_requires = matplotlib, numba, numpy, scipy
version = 1.0.2
version = 1.0.3
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = "QMix",
version = "1.0.2",
version = "1.0.3",
author = "John Garrett",
author_email = "[email protected]",
description = ("Simulate SIS mixer operation"),
Expand All @@ -26,5 +26,6 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Astronomy",
],
)

0 comments on commit fa5417b

Please sign in to comment.