Skip to content

Commit

Permalink
Release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jul 31, 2024
1 parent 83b3a02 commit 35060b0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 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.2] - 2024-07-31

### Added

* Expose exceptions from top-level module
Expand Down Expand Up @@ -171,7 +173,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.1...HEAD
[unreleased]: https://github.com/qpsolvers/qpbenchmark/compare/v2.2.2...HEAD
[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
[2.1.1]: https://github.com/qpsolvers/qpbenchmark/compare/v2.1.0...v2.1.1
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.1
date-released: 2024-01-16
version: 2.2.2
date-released: 2024-07-31
url: "https://github.com/qpsolvers/qpbenchmark"
license: "Apache-2.0"
authors:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ If you use `qpbenchmark` in your works, please cite all its contributors as foll
@software{qpbenchmark2024,
author = {Caron, Stéphane and Zaki, Akram and Otta, Pavel and Arnström, Daniel and Carpentier, Justin and Yang, Fengyu and Leziart, Pierre-Alexandre},
license = {Apache-2.0},
month = feb,
month = jul,
title = {{qpbenchmark: Benchmark for quadratic programming solvers available in Python}},
url = {https://github.com/qpsolvers/qpbenchmark},
version = {2.2.1},
version = {2.2.2},
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.1
- qpbenchmark >= 2.2.2
- 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.1"
return "2.2.2"

0 comments on commit 35060b0

Please sign in to comment.