Skip to content

PyPRT 1.6.0

Compare
Choose a tag to compare
@clechot clechot released this 22 Dec 09:48
· 125 commits to main since this release
19a6255

Welcome to PyPRT 1.6.0!

The PyPRT packages are available via pip on PyPI (https://pypi.org/project/PyPRT/) and conda on Anaconda Cloud (https://anaconda.org/Esri/pyprt). Please see the README for installation instructions and examples.

Changes since 1.5.0:

  • Added

    • Support for Rule Packages created in CityEngine 2022.1
    • Added pre-built wheels and conda packages for Python 3.10
    • New CMake flag pybind11_DIR and env var PYBIND11_DIR for setup.py to let users specify a custom copy of PyBind11
    • New example (number 10) about updating Scene Layers used in Web Scenes
  • Changed

    • Update to PRT 2.7
    • pyprt_arcgis module: added handling of polygons holes (inner rings) based on Shapely
    • Cleaned and updated environment files
    • Improved conda environments pipeline
  • Removed

    • Python 3.6 support