You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📝 Add JOSS journal reference and citation information (#913)
## Description
This PR adds the journal reference from the just-published article in
the Journal of Open Source Software 🎉
It also adds the respective citation information and touches up the
changelog.
## Checklist:
<!---
This checklist serves as a reminder of a couple of things that ensure
your pull request will be merged swiftly.
-->
- [x] The pull request only contains commits that are related to it.
- [x] I have added appropriate tests and documentation.
- [x] I have made sure that all CI jobs on GitHub pass.
- [x] The pull request introduces no new warnings and follows the
project's style guidelines.
---------
Signed-off-by: burgholzer <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-2
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
8
8
## [Unreleased]
9
9
10
+
## [3.0.2] - 2025-04-07
11
+
12
+
### Added
13
+
14
+
- 📝 Add JOSS journal reference and citation information ([#913](https://github.com/munich-quantum-toolkit/core/pull/913)) ([**@burgholzer**](https://github.com/burgholzer))
15
+
- 📝 Add new links to Python package metadata ([#911](https://github.com/munich-quantum-toolkit/core/pull/911)) ([**@burgholzer**](https://github.com/burgholzer))
16
+
17
+
### Fixed
18
+
19
+
- 📝 Fix old links in Python package metadata ([#911](https://github.com/munich-quantum-toolkit/core/pull/911)) ([**@burgholzer**](https://github.com/burgholzer))
20
+
10
21
## [3.0.1] - 2025-04-07
11
22
12
-
_Fix PyPI project metadata as well as doxygen build on RtD._
23
+
### Fixed
24
+
25
+
- 🐛 Fix doxygen build on RtD to include C++ API docs ([#912](https://github.com/munich-quantum-toolkit/core/pull/912)) ([**@burgholzer**](https://github.com/burgholzer))
13
26
14
27
## [3.0.0] - 2025-04-06
15
28
@@ -68,7 +81,8 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool
@@ -26,6 +27,23 @@ To this end, it consists of multiple components that are used throughout the MQT
26
27
</a>
27
28
</p>
28
29
30
+
If you want to cite MQT Core, please use the following BibTeX entry:
31
+
32
+
```bibtex
33
+
@article{burgholzer2025MQTCore,
34
+
title = {{{MQT Core}}: {{The}} Backbone of the {{Munich Quantum Toolkit (MQT)}}},
35
+
author = {Lukas Burgholzer and Yannick Stade and Tom Peham and Robert Wille},
36
+
year = {2025},
37
+
journal = {Journal of Open Source Software},
38
+
publisher = {The Open Journal},
39
+
volume = {10},
40
+
number = {108},
41
+
pages = {7478},
42
+
doi = {10.21105/joss.07478},
43
+
url = {https://doi.org/10.21105/joss.07478},
44
+
}
45
+
```
46
+
29
47
If you have any questions, feel free to create a [discussion](https://github.com/munich-quantum-toolkit/core/discussions) or an [issue](https://github.com/munich-quantum-toolkit/core/issues) on [GitHub](https://github.com/munich-quantum-toolkit/core).
0 commit comments