Skip to content

Release 0.13.2

Compare
Choose a tag to compare
@fsoubelet fsoubelet released this 07 Sep 21:08
· 77 commits to master since this release
0c95013

Release 0.13.2 is a hotfix for the get_pattern_twiss function in cpymadtoos.twiss.

Starting with cpymad 1.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 in get_pattern_twiss, which is now an issue.
With this release, cpymad >= 1.9.0 which is now the minimum required version and the correct Table.selected_rows() behavior is used.