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
Release `1.3.0` brings a few additions and bug fixes.
7
+
8
+
Enhancements
9
+
~~~~~~~~~~~~
10
+
11
+
* The `pyhdtoolkit.plotting.aperture.plot_physical_apertures` now has an ``xoffset`` argument similar to the one of the other plotting functions.
12
+
* The `pyhdtoolkit.plotting.envelope.plot_beam_envelope` now has an ``xoffset`` argument similar to the one of the other plotting functions.
13
+
* The `pyhdtoolkit.plotting.layout` module has a new public function, `scale_patches`, to enable easy scaling of the element patches.
14
+
15
+
Bug Fixes
16
+
~~~~~~~~~
17
+
18
+
* The `pyhdtoolkit.plotting.layout.plot_machine_layout` function will now plot skew elements too, with a hatching pattern to differentiate them from their normal counterparts.
19
+
20
+
Maintenance
21
+
~~~~~~~~~~~
22
+
23
+
* The `pyhdtoolkit.plotting.styles.paper.SINGLE_COLUMN` matplotlib style has been adjusted to be tighter at the edges of the figure when saving to a file.
24
+
* Relaxed the tolerance of some coupling correction tests as the routine seems to perform slightly worse on the new MAD-X version.
25
+
* Removed deprecated workers versions from the CI configuration.
26
+
* Updated the CI configuration to use the latest versions of the docker actions.
27
+
28
+
See `v1.3.0 release notes on GitHub <https://github.com/fsoubelet/PyhDToolkit/releases/tag/1.3.0>`_ and the `full changes since v1.2.0 <https://github.com/fsoubelet/PyhDToolkit/compare/1.2.0...1.3.0>`_.
0 commit comments