1.1.0
Release 1.1.0
brings some maintenance improvements and a few bug fixes.
It has API parity with the pyhdtoolkit.cpymadtools
for version 1.1.0
of pyhdtoolkit
.
Refer to the pyhdtoolkit
documentation gallery for examples.
Bug Fixes
The
prepare_lhc_run2
function now properly calls the found sequence file.The
get_table_tfs
function now avoids using thedframe()
method of tables and converts them to a dict, then to a DataFrame to export. The previous implementation would sometimes crash on certain element names, or in cases of sliced sequences.
Enhancements
The
do_kmodulation
function now acceptskwargs
that will be passed down to theTWISS
call.
Maintenance
The
lhc
module has been split up into many smaller private modules. The functionality of the APIs is unchanged, and they are still exposed at thelhc
level.
See v1.1.0 release notes on GitHub and the full changes since v1.0.0.