Skip to content

Releases: mhogg/pyoctree

pyoctree v0.2.10

21 Aug 00:20
Compare
Choose a tag to compare
  • Added numpy as a dependency
  • Fixed readme rst formatting issue on PyPi

pyoctree v0.2.7

14 Mar 12:12
Compare
Choose a tag to compare

Release to address Issue #23, which includes:

  • Modification to Intersection class to include the label of the intersected tri.
  • New jupyter notebook Examples/pyoctree-intersection.ipynb to demonstrate how the intersected tri labels can be extracted and the tri face normals compared to the direction of the intersecting ray
  • Added numpy as a dependency in setup.py (Issue #28)

pyoctree v0.2.4

25 Sep 12:31
Compare
Choose a tag to compare
  • Sets default install to not use OpenMP to ensure maximum compatibility
  • Adds install command line option that enables user to compile using OpenMP as long as C++ compiler supports it

pyoctree v0.2.2

27 May 11:03
Compare
Choose a tag to compare
  • Python 3 compatible (>=3.5)
  • Automatically sets compile and link options for openmp corresponding to current system (mscv, mingw32, unix supported)
  • Fixed Python packaging related errors

pyoctree v0.1.2

06 Sep 12:48
Compare
Choose a tag to compare
  • Modified manifest to include h files
  • Modified setup.py to use setuptools so that a python wheel can be created

pyoctree v0.1.0

09 Aug 11:36
Compare
Choose a tag to compare

First release