Skip to content

Releases: borevitzlab/3D-tools

0.2.1

24 Sep 01:02
Compare
Choose a tag to compare
Bump patch version; bugfixes

Forestutils v0.1.1

16 Feb 11:05
Compare
Choose a tag to compare

The first public release with decent docs and support - visit https://pypi.python.org/pypi/forestutils for more information.

If you have Python 3.4 or 3.5 installed, just pip install forestutils and the forestutils command will be available from the command line.

Alternatively, Windows users can try running one of the attached executables from the command line.

  • The Pyinstaller version is slower but single-file and easier to manage; use it on anything with less than ten million points or so.
  • For larger pointclouds, the speedup from compilation with Nuitka may be worth the trouble of the (included) .dll files.
  • Compilation with Cython is a work in progress.