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

Merge branch 'prepare_v0.8.0' into 'develop'

Prepare version 0.8.0

See merge request !26
parents 7e0d0dc1 5a684fac
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 ...@@ -8,4 +8,5 @@ The following people contributed to the developpement of this code (chronologic
+ Antonin Sauret + Antonin Sauret
+ Vadim Gubaidulin + Vadim Gubaidulin
+ Keon Hee Kim + Keon Hee Kim
+ Salah Eddine Feddaoui Dellalou + Salah Eddine Feddaoui Dellalou
\ No newline at end of file + Teresia Olsson
\ No newline at end of file
...@@ -72,7 +72,7 @@ References ...@@ -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). 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 ### 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. 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.
......
...@@ -36,6 +36,14 @@ mbtrack2.tracking.element module ...@@ -36,6 +36,14 @@ mbtrack2.tracking.element module
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:
mbtrack2.tracking.emfields module
---------------------------------
.. automodule:: mbtrack2.tracking.emfields
:members:
:undoc-members:
:show-inheritance:
mbtrack2.tracking.excite module mbtrack2.tracking.excite module
------------------------------- -------------------------------
...@@ -52,6 +60,14 @@ mbtrack2.tracking.feedback module ...@@ -52,6 +60,14 @@ mbtrack2.tracking.feedback module
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:
mbtrack2.tracking.ibs module
----------------------------
.. automodule:: mbtrack2.tracking.ibs
:members:
:undoc-members:
:show-inheritance:
mbtrack2.tracking.parallel module mbtrack2.tracking.parallel module
--------------------------------- ---------------------------------
...@@ -68,14 +84,6 @@ mbtrack2.tracking.particles module ...@@ -68,14 +84,6 @@ mbtrack2.tracking.particles module
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:
mbtrack2.tracking.particles\_electromagnetic\_fields module
-----------------------------------------------------------
.. automodule:: mbtrack2.tracking.particles_electromagnetic_fields
:members:
:undoc-members:
:show-inheritance:
mbtrack2.tracking.rf module mbtrack2.tracking.rf module
--------------------------- ---------------------------
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "0.7.0" __version__ = "0.8.0"
from mbtrack2.impedance import * from mbtrack2.impedance import *
from mbtrack2.instability import * from mbtrack2.instability import *
from mbtrack2.tracking import * from mbtrack2.tracking import *
...@@ -42,7 +42,7 @@ def print_version(): ...@@ -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)." "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( 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. 16, 2024. doi: 10.5281/zenodo.14418989."
) )
print( 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." "[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] [tool.poetry]
name = "mbtrack2" name = "mbtrack2"
version = "0.7.0" version = "0.8.0"
description = "A coherent object-oriented framework to work on collective effects in synchrotrons." description = "A coherent object-oriented framework to work on collective effects in synchrotrons."
authors = ["Alexis Gamelin <alexis.gamelin@synchrotron-soleil.fr>"] authors = ["Alexis Gamelin <alexis.gamelin@synchrotron-soleil.fr>"]
license = "BSD-3-Clause" 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