Skip to content

Releases: GabrielSCabrera/nBody

nBody pre-alpha 0.0.4

nBody pre-alpha 0.0.4 Pre-release
Pre-release

Choose a tag to compare

@GabrielSCabrera GabrielSCabrera released this 29 Nov 02:49

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

nBody pre-alpha 0.0.3 Pre-release
Pre-release

Choose a tag to compare

@GabrielSCabrera GabrielSCabrera released this 26 Nov 11:57

Minor bugfixes, issues with branches fixed

nBody pre-alpha 0.0.2

nBody pre-alpha 0.0.2 Pre-release
Pre-release

Choose a tag to compare

@GabrielSCabrera GabrielSCabrera released this 26 Nov 02:18

Fixed branching issues with generators.py

nBody pre-alpha 0.0.1

nBody pre-alpha 0.0.1 Pre-release
Pre-release

Choose a tag to compare

@GabrielSCabrera GabrielSCabrera released this 26 Nov 02:04

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