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: .github/workflows/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ They are organised as follows.
6
6
### Documentation
7
7
8
8
The `documentation` workflow triggers on any push to master, builds the documentation and pushes it to the `gh-pages` branch (if the build is successful).
9
-
It runs on `ubuntu-latest` and the lowest supported Python version, `Python 3.7`.
9
+
It runs on `ubuntu-latest` and `Python 3.9`.
10
10
11
11
### Testing Suite
12
12
@@ -16,7 +16,7 @@ Tests run on a matrix of all supported operating systems for all supported Pytho
16
16
### Test Coverage
17
17
18
18
Test coverage is calculated in the `coverage` wokflow, which triggers on pushes to `master` and any push to a `pull request`.
19
-
It runs on `ubuntu-latest`& the lowest supported Python version (`Python 3.7`), and reports the coverage results of the test suite to `Codecov`.
19
+
It runs on `ubuntu-latest`and `Python 3.9`, and reports the coverage results of the test suite to `Codecov`.
Copy file name to clipboardExpand all lines: docs/release.rst
+15
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@ 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.19.1:
7
+
8
+
0.19.1
9
+
------
10
+
11
+
Maintenance
12
+
~~~~~~~~~~~
13
+
14
+
* The `~pyhdtoolkit.cpymadtools.lhc.get_lhc_tune_and_chroma_knobs` function now can has a new boolean argument, `run3`, to determine if the standard `_op` knobs should be returned.
15
+
* The functions in the `~pyhdtoolkit.cpymadtools.matching` module now also have the `run3` argument, and will call the Run 3 `_op` knobs if this argument is set to `True` and the `LHC` accelerator is passed.
16
+
* Fixes have been provided to the various Github Actions workflow of the repository.
17
+
18
+
See `v0.19.1 release notes on GitHub <https://github.com/fsoubelet/PyhDToolkit/releases/tag/0.19.1>`_ and the `full changes since v0.18.0 <https://github.com/fsoubelet/PyhDToolkit/compare/0.19.0...0.19.1>`_.
0 commit comments