Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 11, 2023
1 parent 8facb06 commit 6672e20
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.0.0] - 2023-12-11

### Added

* New solver: QPALM

### Changed

* **Breaking:** Rename the project "qpbenchmark"
* Don't install solvers by default from PyPI
* Move solver issue and timeout listings to test-set themselves
* Rename the project "qpbenchmark"

### Removed

Expand Down Expand Up @@ -107,7 +109,8 @@ All notable changes to this project will be documented in this file.
- SolverSettings class
- TestSet class

[unreleased]: https://github.com/qpsolvers/qpbenchmark/compare/v1.2.0...HEAD
[unreleased]: https://github.com/qpsolvers/qpbenchmark/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/qpsolvers/qpbenchmark/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/qpsolvers/qpbenchmark/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/qpsolvers/qpbenchmark/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/qpsolvers/qpbenchmark/compare/v0.1.0-beta...v1.0.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: 1.2.0
date-released: 2023-11-27
version: 2.0.0
date-released: 2023-12-11
url: "https://github.com/qpsolvers/qpbenchmark"
license: "Apache-2.0"
authors:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ 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{qpbenchmark_2023,
@software{qpbenchmark2023,
author = {Caron, Stéphane and Zaki, Akram and Otta, Pavel and Arnström, Daniel and Carpentier, Justin},
license = {Apache-2.0},
month = nov,
month = dec,
title = {{qpbenchmark: Benchmark for quadratic programming solvers available in Python}},
url = {https://github.com/qpsolvers/qpbenchmark},
version = {1.2.0},
version = {2.0.0},
year = {2023}
}
```
Expand Down
2 changes: 1 addition & 1 deletion qpbenchmark/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

def get_version() -> str:
"""Get benchmark version as a string."""
return "1.2.0"
return "2.0.0"

0 comments on commit 6672e20

Please sign in to comment.