Release 0.12.0 brings the following: Added: A models module in cpymadtools to hold various pydantic models for data manipulated in the library functions. A query_beam_attributes function in cpymadtools.parameters that returns a parsed and validated MADXBeam with all BEAM attributes from the MAD-X process based on the currently defined beam. A ptc_twiss function in cpymadtools.ptc to conveniently create the PTC universe and perform a TWISS command according to the Ripken-Mais formalism. A ptc_track_particle function in cpymadtools.ptc to conveniently create the PTC universe and perform particle tracking similarly to cpymadtools.track.track_single_particle. A get_footprint_lines function in cpymadtools.tune to obtain the (Qx, Qy) points need...