Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jan 16, 2024
1 parent e887235 commit c348646
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ All notable changes to this project will be documented in this file.

### Added

* Distribute [on conda-forge](https://anaconda.org/conda-forge/qpbenchmark)
* Test set path argument to the main function of the command-line interface

### Changed

* Update environment file to install from conda-forge

## [2.1.1] - 2023-12-22

### Changed
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.1.1
date-released: 2023-12-22
version: 2.2.0
date-released: 2024-01-16
url: "https://github.com/qpsolvers/qpbenchmark"
license: "Apache-2.0"
authors:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ Contributions to improving this benchmark are welcome. You can for instance prop
If you use `qpbenchmark` in your scientific works, please cite it *e.g.* as follows:

```bibtex
@software{qpbenchmark2023,
@software{qpbenchmark2024,
author = {Caron, Stéphane and Zaki, Akram and Otta, Pavel and Arnström, Daniel and Carpentier, Justin},
license = {Apache-2.0},
month = dec,
month = jan,
title = {{qpbenchmark: Benchmark for quadratic programming solvers available in Python}},
url = {https://github.com/qpsolvers/qpbenchmark},
version = {2.1.1},
year = {2023}
version = {2.2.0},
year = {2024}
}
```

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.0rc0"
return "2.2.0"

0 comments on commit c348646

Please sign in to comment.