Skip to content

Commit 7d0229c

Browse files
authored
Add more info in CITATION.cff and bump version (#126)
1 parent 179eeea commit 7d0229c

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CITATION.cff

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ authors:
1414
identifiers:
1515
- type: url
1616
value: 'https://github.com/Phylliade/ikpy'
17+
- type: doi
18+
value: 10.5281/zenodo.6551105
1719
url: 'https://github.com/Phylliade/ikpy'
1820
abstract: >-
1921
An Inverse Kinematics library aiming performance

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,17 @@ Contributions are welcome: if you have an awesome patented \(but also open-sourc
9393
## Links
9494

9595
* If performance is your main concern, `aversive++` has an inverse kinematics [module](https://github.com/AversivePlusPlus/ik) written in C++, which works the same way IKPy does.
96+
97+
## Citation
98+
99+
If you use IKPy as part of a publication, please use the Bibtex below as a citation:
100+
101+
```bibtex
102+
@software{Manceron_IKPy,
103+
doi = {10.5281/ZENODO.6551105},
104+
author = {Manceron, Pierre},
105+
license = {GPL-2.0},
106+
title = {{IKPy}},
107+
url = {https://github.com/Phylliade/ikpy}
108+
}
109+
```

src/ikpy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.3.2'
1+
__version__ = '3.3.3'

0 commit comments

Comments
 (0)