Skip to content

v4.0.0

Choose a tag to compare

@fernandohds564 fernandohds564 released this 07 Apr 20:44
· 255 commits to master since this release
08b1505

ced5a95 Update VERSION file to 4.0.0.
e597628 TRACK.BUG: Fix initial position definition ringpass wrapper.
5ea4642 TRACK.MNT: Fix version of numpy.i to numpy v1.18.0
9c074f1 TRACK.ENH: accept numpy arrays as input of python wrappers for tracking.
18ad64a TRACK.BUG: Fix returned vector in linepass when particle was lost. Opmitize code speed.
45ec097 TRACK.ENH: fix bug of last commit.
824ec43 MNT: Small speed improvement in ringpass.
e857817 MNT: Adapt code to new standard of ringpass.
fe81577 TRACK.ENH: Vectorialize element_pass to track several particles.
02ff5a8 TRACK.MNT: change order of function definitions.
f930148 TRACK.API: add overloads and enhance interface of linepass:
15d29f8 TRACK.ENH: Create vectorialized version of ringpass and expose it via Swig.
632dd34 TRACK.BUG: Fix bug and change return of ringpass.
87c6579 TRACK.MNT: move push_back to after reserve call.
dcb2bc6 TRACK.ENH: Reser memory in linepass.