Releases: adam-grant-hendry/pyembree
Releases · adam-grant-hendry/pyembree
0.1.9
0.1.8
Changes:
- Add
#isort:ignoredirectives tosetup.pyimports forCythonandsetuptools.
Note:
In vscode, the above prevents imports from being resorted. Assumes black and isort are installed and the settings.json contains:
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.formatOnSave": true
}Authors:
Adam Hendry
0.1.7
Changes:
-
Fix build errors on Windows
- Copy
Embree 2.17.7 x64-bitDLLs topyembree, headers topyembree/embree2, and static libs to `pyembree/embree2/lib - Update
setup.pyto include static libs inExtensionmodules list and add DLLs to package data - Add cython preprocessor directives to each
*.pyxand*.pxdfile to usec++programming language - Change relative imports to absolute in
*.pyxand.pxdfiles - Add
MANIFEST.into include necessary data in package
- Copy
Authors:
Adam Hendry