0.13.2
Bug Fixes
Fixed the
get_pattern_twiss functionincpymadtools.twiss. Starting withcpymad1.9.0,Table.selected_rows()now actually returns the indices of the selected elements rather than returning a boolean mask. The previous (faulty) behavior had been worked around inget_pattern_twiss, which is now an issue. The correctTable.selected_rows()behavior is now used.
Maintenance
The minimum
cpymadrequired version is now 1.9.0.
See v0.13.2 release notes on GitHub and the full changes since v0.13.1.