Skip to content

Commit a3fe045

Browse files
Release v2.4.0
1 parent fb01b78 commit a3fe045

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [2.4.0] - 2024-12-16
8+
79
### Added
810

911
- Add `ParquetTestSet` class for test sets loaded from Parquet files
@@ -219,7 +221,8 @@ All notable changes to this project will be documented in this file.
219221
- SolverSettings class
220222
- TestSet class
221223

222-
[unreleased]: https://github.com/qpsolvers/qpbenchmark/compare/v2.3.0...HEAD
224+
[unreleased]: https://github.com/qpsolvers/qpbenchmark/compare/v2.4.0...HEAD
225+
[2.4.0]: https://github.com/qpsolvers/qpbenchmark/compare/v2.3.0...v2.4.0
223226
[2.3.0]: https://github.com/qpsolvers/qpbenchmark/compare/v2.2.3...v2.3.0
224227
[2.2.3]: https://github.com/qpsolvers/qpbenchmark/compare/v2.2.2...v2.2.3
225228
[2.2.2]: https://github.com/qpsolvers/qpbenchmark/compare/v2.2.1...v2.2.2

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cff-version: 1.2.0
22
message: "If you find this code helpful, please cite it as below."
33
title: "qpbenchmark: Benchmark for quadratic programming solvers available in Python"
4-
version: 2.3.0
5-
date-released: 2024-09-03
4+
version: 2.4.0
5+
date-released: 2024-12-16
66
url: "https://github.com/qpsolvers/qpbenchmark"
77
license: "Apache-2.0"
88
authors:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ If you use `qpbenchmark` in your works, please cite all its contributors as foll
131131
author = {Caron, Stéphane and Zaki, Akram and Otta, Pavel and Arnström, Daniel and Carpentier, Justin and Yang, Fengyu and Leziart, Pierre-Alexandre},
132132
url = {https://github.com/qpsolvers/qpbenchmark},
133133
license = {Apache-2.0},
134-
version = {2.3.0},
134+
version = {2.4.0},
135135
year = {2024}
136136
}
137137
```

qpbenchmark/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
def get_version() -> str:
1111
"""Get benchmark version as a string."""
12-
return "2.3.0"
12+
return "2.4.0"

0 commit comments

Comments
 (0)