Skip to content

Commit

Permalink
doc and version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschD committed Mar 3, 2025
1 parent ccef152 commit 3b05f27
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# OMC3 Changelog

#### 2025-03-05 - v0.22.0 - _jdilly_

- Added:
- Segment-by-Segment with phase-propagation.

#### 2025-01-23 - v0.21.0 - _jdilly_, _fscarlier_, _fesoubel_

- Fixed:
Expand Down
5 changes: 5 additions & 0 deletions doc/entrypoints/correction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ Correction
:members:
:noindex:


.. automodule:: omc3.sbs_propagation
:members:
:noindex:

26 changes: 26 additions & 0 deletions doc/modules/segment_by_segment.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

Segment-by-Segment
**************************

.. automodule:: omc3.segment_by_segment.constants
:members:
:noindex:

.. automodule:: omc3.segment_by_segment.definitions
:members:
:noindex:


.. automodule:: omc3.segment_by_segment.math
:members:
:noindex:


.. automodule:: omc3.segment_by_segment.propagables
:members:
:noindex:


.. automodule:: omc3.segment_by_segment.segments
:members:
:noindex:
2 changes: 1 addition & 1 deletion omc3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__title__ = "omc3"
__description__ = "An accelerator physics tools package for the OMC team at CERN."
__url__ = "https://github.com/pylhc/omc3"
__version__ = "0.21.0"
__version__ = "0.22.0"
__author__ = "pylhc"
__author_email__ = "pylhc@github.com"
__license__ = "MIT"
Expand Down

0 comments on commit 3b05f27

Please sign in to comment.