Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metadata #207

Merged
merged 14 commits into from
Dec 11, 2023
1 change: 1 addition & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Upload coverage data to converalls.io
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
run: |
pip install --upgrade coveralls
coveralls --service=github
15 changes: 4 additions & 11 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
{
"title": "otoole: OSeMOSYS Tools for Energy Work",
"description": "A Python package to provide commonly used pre- and post-processing steps when working with OSeMOSYS models",
"license": "MIT",
"upload_type": "software",
"creators": [
{
"name": "Will Usher",
"affiliation": "KTH Royal Institute of Technology",
"orcid": "0000-0001-9367-1791"
},
{
"name": "Trevor Barnes",
"affiliation": "Simon Fraser University",
"orcid": "0000-0003-2458-2968"
},
{
"name": "Hauke Henke",
"name": "Will Usher",
"affiliation": "KTH Royal Institute of Technology",
"orcid": "0000-0003-0098-8701"
},
{
"name": "Christoph Muschner",
"orcid": "0000-0001-8144-5260"
"orcid": "0000-0001-9367-1791"
}
],
"access_right": "open"
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
=========

Version 1.1.2
=============
- Update zenodo metadata for JOSS

Version 1.1.1
=============
- Fixes CPLEX result processing docs
- Added joss status badge to readme
- Fix Tests on Windows
- Update graphviz install instructions

Version 1.1.0
=============
- Public Python API added to call otoole directly in Python files
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ authors:
given-names: Christoph
orcid: https://orcid.org/0000-0001-8144-5260
title: "otoole: OSeMOSYS tools for energy work"
version: 1.0.0
doi: 10.5281/zenodo.7677990
version: 1.1.1
doi: 10.5281/zenodo.10292217
date-released: 2023-02-26