Skip to content

PyPRT 1.1.0

Compare
Choose a tag to compare
@clechot clechot released this 16 Jul 15:00
0489e65

Welcome to PyPRT 1.1.0!

The Python package is available on PyPI (https://pypi.org/project/PyPRT/) and on Anaconda Cloud (https://anaconda.org/Esri/pyprt).

Changes since 1.0.0:

  • Added new API function pyprt.inspect_rpk(...) to query available CGA rule attributes.
  • Added support for macOS 10.15 (Catalina).
  • Added support for initial shapes with polygon holes.
  • Added automatic detection of RuleFile and StartRule attributes in RPKs.
  • The GeneratedModel class now provides access to CGA print and error output when used with the PyEncoder (new get_cga_prints() and get_cga_errors() functions).
  • Internal update to PRT 2.2 (adds support for CGA language features of CityEngine 2020.0).
  • Reorganization and cleanup of C++ sources.
  • Moved PyPRT conda package to Esri organization.