Skip to content

Commit

Permalink
Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Feb 6, 2024
1 parent e9a7f59 commit 896ac45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cff-version: 1.2.0
message: "If you find this code helpful, please cite it as below."
title: "qpbenchmark: Benchmark for quadratic programming solvers available in Python"
version: 2.2.0
version: 2.2.1
date-released: 2024-01-16
url: "https://github.com/qpsolvers/qpbenchmark"
license: "Apache-2.0"
Expand All @@ -20,3 +20,5 @@ authors:
- family-names: "Carpentier"
given-names: "Justin"
orcid: "https://orcid.org/0000-0001-6585-2894"
- family-names: "Yang"
given-names: "Fengyu"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ If you use `qpbenchmark` in your scientific works, please cite it *e.g.* as foll

```bibtex
@software{qpbenchmark2024,
author = {Caron, Stéphane and Zaki, Akram and Otta, Pavel and Arnström, Daniel and Carpentier, Justin},
author = {Caron, Stéphane and Zaki, Akram and Otta, Pavel and Arnström, Daniel and Carpentier, Justin and Yang, Fengyu},
license = {Apache-2.0},
month = jan,
month = feb,
title = {{qpbenchmark: Benchmark for quadratic programming solvers available in Python}},
url = {https://github.com/qpsolvers/qpbenchmark},
version = {2.2.0},
version = {2.2.1},
year = {2024}
}
```
Expand Down
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pip
- piqp >= 0.2.2
- proxsuite >= 0.4.1
- qpbenchmark >= 2.2.0
- qpbenchmark >= 2.2.1
- qpoases >= 3.2.0
- quadprog >= 0.1.11
- pip:
Expand Down
2 changes: 1 addition & 1 deletion qpbenchmark/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

def get_version() -> str:
"""Get benchmark version as a string."""
return "2.2.0"
return "2.2.1"

0 comments on commit 896ac45

Please sign in to comment.