Releases: adam-grant-hendry/pyembree
Releases · adam-grant-hendry/pyembree
0.1.9
0.1.8
Changes:
- Add
#isort:ignore
directives tosetup.py
imports forCython
andsetuptools
.
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-bit
DLLs topyembree
, headers topyembree/embree2
, and static libs to `pyembree/embree2/lib - Update
setup.py
to include static libs inExtension
modules list and add DLLs to package data - Add cython preprocessor directives to each
*.pyx
and*.pxd
file to usec++
programming language - Change relative imports to absolute in
*.pyx
and.pxd
files - Add
MANIFEST.in
to include necessary data in package
- Copy
Authors:
Adam Hendry