Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 16, 2024
1 parent fb01b78 commit a3fe045
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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.4.0] - 2024-12-16

### Added

- Add `ParquetTestSet` class for test sets loaded from Parquet files
Expand Down Expand Up @@ -219,7 +221,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.3.0...HEAD
[unreleased]: https://github.com/qpsolvers/qpbenchmark/compare/v2.4.0...HEAD
[2.4.0]: https://github.com/qpsolvers/qpbenchmark/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/qpsolvers/qpbenchmark/compare/v2.2.3...v2.3.0
[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
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.3.0
date-released: 2024-09-03
version: 2.4.0
date-released: 2024-12-16
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 @@ -131,7 +131,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.3.0},
version = {2.4.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.3.0"
return "2.4.0"

0 comments on commit a3fe045

Please sign in to comment.