Skip to content

0.1.7

Compare
Choose a tag to compare
@adam-grant-hendry adam-grant-hendry released this 08 Apr 18:37
· 92 commits to master since this release

Changes:

  1. Fix build errors on Windows

    • Copy Embree 2.17.7 x64-bit DLLs to pyembree, headers to pyembree/embree2, and static libs to `pyembree/embree2/lib
    • Update setup.py to include static libs in Extension modules list and add DLLs to package data
    • Add cython preprocessor directives to each *.pyx and *.pxd file to use c++ programming language
    • Change relative imports to absolute in *.pyx and .pxd files
    • Add MANIFEST.in to include necessary data in package

Authors:

Adam Hendry