Skip to content

PyElastica v0.1.0.post1 release

Compare
Choose a tag to compare
@armantekinalp armantekinalp released this 02 Nov 18:07
· 1084 commits to master since this release
0fdd2a9

This release of PyElastica uses the Python package numba to enable just in time compilation leading to a ~8x speedup over the previous version. Numba is not required to run PyElastica and if numba is not installed, PyElastica will defualt to the non-numba implementation. As such, if you wish to take advantage of the speed-up afforded by numba, please be sure to install it separately.

Future releases of PyElastica will require numba and we will no longer be maintaining the non-numba code beyond this release.

We have also included an example script for visualizing PyElastica simulations using POVray. This script is located in the examples folder (examples/visualization).

(This post-release fixes a bug in the setup.py file to allow the package to properly install)