Skip to content

Commit b3f0658

Browse files
Release v2.1.0
1 parent 1bcfd48 commit b3f0658

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

+4-1
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.1.0] - 2024-04-02
8+
79
### Added
810

911
- Function ``get_transform`` in the Configuration class
@@ -270,7 +272,8 @@ All notable changes to this project will be documented in this file.
270272

271273
Python package infrastructure.
272274

273-
[unreleased]: https://github.com/qpsolvers/qpsolvers/compare/v2.0.0...HEAD
275+
[unreleased]: https://github.com/qpsolvers/qpsolvers/compare/v2.1.0...HEAD
276+
[2.1.0]: https://github.com/qpsolvers/qpsolvers/compare/v2.0.0...v2.1.0
274277
[2.0.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.1.0...v2.0.0
275278
[1.1.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.0.0...v1.1.0
276279
[1.0.0]: https://github.com/qpsolvers/qpsolvers/compare/v0.11.0...v1.0.0

CITATION.cff

+2-2
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: "Pink: Python inverse kinematics based on Pinocchio"
4-
version: 2.0.0
5-
date-released: 2024-03-05
4+
version: 2.1.0
5+
date-released: 2024-04-02
66
url: "https://github.com/stephane-caron/pink"
77
license: "Apache-2.0"
88
authors:

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,8 @@ If you use Pink in your scientific works, please cite it *e.g.* as follows:
156156
title = {{Pink: Python inverse kinematics based on Pinocchio}},
157157
author = {Caron, Stéphane and De Mont-Marin, Yann and Budhiraja, Rohan and Bang, Seung Hyeon},
158158
license = {Apache-2.0},
159-
month = mar,
160159
url = {https://github.com/stephane-caron/pink},
161-
version = {2.0.0},
160+
version = {2.1.0},
162161
year = {2024}
163162
}
164163
```

pink/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
)
1919
from .utils import custom_configuration_vector
2020

21-
__version__ = "2.0.0"
21+
__version__ = "2.1.0"
2222

2323
__all__ = [
2424
"Configuration",

0 commit comments

Comments
 (0)