Skip to content

Releases: GabrielSCabrera/nBody

nBody pre-alpha 0.0.4

29 Nov 02:49
Compare
Choose a tag to compare
nBody pre-alpha 0.0.4 Pre-release
Pre-release

Improved flexibility when creating Sphere and System instances by allowing for kwarg initialization.

Added type checking and dimension checking with custom exceptions.

nBody pre-alpha 0.0.3

26 Nov 11:57
Compare
Choose a tag to compare
nBody pre-alpha 0.0.3 Pre-release
Pre-release

Minor bugfixes, issues with branches fixed

nBody pre-alpha 0.0.2

26 Nov 02:18
Compare
Choose a tag to compare
nBody pre-alpha 0.0.2 Pre-release
Pre-release

Fixed branching issues with generators.py

nBody pre-alpha 0.0.1

26 Nov 02:04
Compare
Choose a tag to compare
nBody pre-alpha 0.0.1 Pre-release
Pre-release

An early release with basic functionality – type and dimension checking is not implemented, so take care to follow the dimensions given in docstrings.

Supports:
Gravity, Coulomb Force, Linear Collisions

Visualizations:
2-D and 3-D Animations

For examples, take a look at the 'sample' directory