All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Test for out of the bound and alive particles.
- Particle state
is_alive
will be False when it is out of screen.
- Reproducibility based on random states.
- Test case for random state. (Different state should lead to different result.)
- Properties for
Smoke
andParticle
. - Agumentation feature as well.
- Adapted to added properties.