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
Copy file name to clipboardExpand all lines: docs/release.rst
+30
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,36 @@ Release Notes
3
3
4
4
The full list of releases can be found in the Github repository's `releases page <https://github.com/fsoubelet/PyhDToolkit/releases>`_.
5
5
6
+
.. _release_0.18.0:
7
+
8
+
0.18.0
9
+
------
10
+
11
+
Enhancements
12
+
~~~~~~~~~~~~
13
+
14
+
* The `pyhdtoolkit.utils._misc` module has a new function, `~pyhdtoolkit.utils._misc.add_markers_around_lhc_ip` to add `MAD-X` markers around a given IP in order to increase the resolution of the TWISS calls in the IP vicinity.
15
+
* The `pyhdtoolkit.utils._misc` module has a new function, `~pyhdtoolkit.utils._misc.get_lhc_ips_positions`, to determine the longitudinal position (S variable) of LHC IPs from a dataframe.
16
+
* The `pyhdtoolkit.utils._misc` module has a new function, `~pyhdtoolkit.utils._misc.draw_ip_locations`, to add labels with the location of LHC IPs to a given `~matplotlib.axes.Axes` object.
17
+
* The `LHC Rigid Waist Shift` gallery has been improved, and now shows a visualization of the waist shift and two ways to calculate its value.
18
+
19
+
Bug Fixes
20
+
~~~~~~~~~
21
+
22
+
* The `~pyhdtoolkit.cpymadtools.orbit.lhc_orbit_variables` function does not return a wrong `on_phi_IR5` variable anymore.
23
+
24
+
Maintenance
25
+
~~~~~~~~~~~
26
+
27
+
* The dependency on `matplotlib` has been pinned to `<3.5` to avoid issues with the documentation plot style, to be fixed later on.
28
+
* The bibliography file for the package's documentation has been cleaned up.
29
+
* The Github icon in the documentation pages now redirects to the proper pages.
30
+
* The documentation for the `~pyhdtoolkit.maths.nonconvex_phase_sync` has been improved.
31
+
* Some additional files necessary for the documentation additions are now included in the repo, but not the package.
32
+
33
+
See `v0.18.0 release notes on GitHub <https://github.com/fsoubelet/PyhDToolkit/releases/tag/0.18.0>`_ and the `full changes since v0.17.0 <https://github.com/fsoubelet/PyhDToolkit/compare/0.17.0...0.18.0>`_.
0 commit comments