Skip to content
Snippets Groups Projects
Commit 5e3b4fff authored by Alexis GAMELIN's avatar Alexis GAMELIN
Browse files

Bump version and DOI for new version

parent bb41cdf8
No related branches found
No related tags found
2 merge requests!280.8.0,!26Prepare version 0.8.0
......@@ -8,4 +8,5 @@ The following people contributed to the developpement of this code (chronologic
+ Antonin Sauret
+ Vadim Gubaidulin
+ Keon Hee Kim
+ Salah Eddine Feddaoui Dellalou
\ No newline at end of file
+ Salah Eddine Feddaoui Dellalou
+ Teresia Olsson
\ No newline at end of file
......@@ -72,7 +72,7 @@ References
----------
If used in a publication, please cite mbtrack2 paper and the zenodo archive for the corresponding code version (and any other paper in this list for more specific features).
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12749990.svg)](https://doi.org/10.5281/zenodo.12749990)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14418989.svg)](https://doi.org/10.5281/zenodo.14418989)
### mbtrack2 general features
A. Gamelin, W. Foosang, and R. Nagaoka, “mbtrack2, a Collective Effect Library in Python”, presented at the 12th Int. Particle Accelerator Conf. (IPAC'21), Campinas, Brazil, May 2021, paper MOPAB070.
......
# -*- coding: utf-8 -*-
__version__ = "0.7.0"
__version__ = "0.8.0"
from mbtrack2.impedance import *
from mbtrack2.instability import *
from mbtrack2.tracking import *
......@@ -42,7 +42,7 @@ def print_version():
"If used in a publication, please cite mbtrack2 paper and the zenodo archive for the corresponding code version (and other papers for more specific features)."
)
print(
"[1] A. Gamelin, W. Foosang, N. Yamamoto, V. Gubaidulin and R. Nagaoka, “mbtrack2”. Zenodo, Jull. 17, 2024. doi: 10.5281/zenodo.12749990."
"[1] A. Gamelin, W. Foosang, N. Yamamoto, V. Gubaidulin and R. Nagaoka, “mbtrack2”. Zenodo, Dec. XX, 2024. doi: 10.5281/zenodo.14418989."
)
print(
"[2] A. Gamelin, W. Foosang, and R. Nagaoka, “mbtrack2, a Collective Effect Library in Python”, presented at the 12th Int. Particle Accelerator Conf. (IPAC'21), Campinas, Brazil, May 2021, paper MOPAB070."
......
[tool.poetry]
name = "mbtrack2"
version = "0.7.0"
version = "0.8.0"
description = "A coherent object-oriented framework to work on collective effects in synchrotrons."
authors = ["Alexis Gamelin <alexis.gamelin@synchrotron-soleil.fr>"]
license = "BSD-3-Clause"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment