Added
* New `get_rpk_attributes_info(rule_package_path)` function to query CGA rule attributes and their annotations
* Holes and multi faces polygons support in the `arcgis_to_pyprt(...)` function
* PyPRT icon
Changed
* Removal of the overload `generate_model(rule_attributes)` (use `generate_model(rule_attributes, rule_package_path, geometry_encoder, encoder_options)` instead)
* Deprecation of the `inspect_rpk(rule_package_path)` function (use `get_rpk_attributes_info(rule_package_path)` instead)
* Internal update to [PRT 2.3](https://github.com/Esri/cityengine-sdk/blob/main/changelog.md#cityengine-sdk-236821-changelog)
* Updated compiler requirements on Windows (MSVC 14.23)
Fixed
* Removed `streetWidth(a)` attribute from the rule package attributes dictionary (in `inspect_rpk(...)` and `get_rpk_attributes_info(...)`)