Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 963 Bytes

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 963 Bytes

Change Log

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.

December 17, 2024

Changed

December 9, 2024

Added

  • Test for out of the bound and alive particles.

Changed

  • Particle state is_alive will be False when it is out of screen.

June 28, 2024

Added

  • Reproducibility based on random states.
  • Test case for random state. (Different state should lead to different result.)

Changed

April 04, 2024

Added

  • Properties for Smoke and Particle.
  • Agumentation feature as well.

Changed

  • Adapted to added properties.