Files
PyG2O/CHANGELOG.md
AURUMVORXX 03dfd1408c feat: Added ability to change entry point name
+ Renamed default entry point name
+ Added proper exception handling
+ Added ability to use .pth files
2025-03-25 19:16:21 +03:00

6 lines
290 B
Markdown

## Changelog
- Renamed entry point module to ``pyg2o_entry``
- Added option to change entry point name (read more: <link>)
- Added ability to connect additional package folders (read: use virtual environments), read more: <link>
- Added proper exception handling on the module loading time