4.4.4
- Fixed several memory leaks and other memory issues. It is unlikely that any of those bugs did affect an simulation.
- When converting units of a particle, the particle radius is now also converted.
- Added getter/setters for Pal coordinates to the particle structure in python. Syntax is
sim.particles[1].pal_h
,sim.particles[1].pal_ix
, etc.