Skip to content

Commit

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

## [Unreleased]

## [2.2.3] - 2024-08-14

### Fixed

- Fix reporting of solver versions when some solvers are excluded
Expand Down Expand Up @@ -177,7 +179,8 @@ All notable changes to this project will be documented in this file.
- SolverSettings class
- TestSet class

[unreleased]: https://github.com/qpsolvers/qpbenchmark/compare/v2.2.2...HEAD
[unreleased]: https://github.com/qpsolvers/qpbenchmark/compare/v2.2.3...HEAD
[2.2.3]: https://github.com/qpsolvers/qpbenchmark/compare/v2.2.2...v2.2.3
[2.2.2]: https://github.com/qpsolvers/qpbenchmark/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/qpsolvers/qpbenchmark/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/qpsolvers/qpbenchmark/compare/v2.1.1...v2.2.0
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.2.2
date-released: 2024-07-31
version: 2.2.3
date-released: 2024-08-14
url: "https://github.com/qpsolvers/qpbenchmark"
license: "Apache-2.0"
authors:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ If you use `qpbenchmark` in your works, please cite all its contributors as foll
author = {Caron, Stéphane and Zaki, Akram and Otta, Pavel and Arnström, Daniel and Carpentier, Justin and Yang, Fengyu and Leziart, Pierre-Alexandre},
url = {https://github.com/qpsolvers/qpbenchmark},
license = {Apache-2.0},
version = {2.2.2},
version = {2.2.3},
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.2
- qpbenchmark >= 2.2.3
- 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.2"
return "2.2.3"

0 comments on commit f50a4e7

Please sign in to comment.