Releases: grongierisc/interoperability-embedded-python
Releases · grongierisc/interoperability-embedded-python
v3.5.2b1
Refactor error handling in CreateProjection method to properly set st…
v3.5.1
[3.5.1] - 2025-07-22
Added
- New IOP.Wrapper class for simplified python module import into IRIS with remote debugging support and traceback handling
Changed
- Improve module loading and initialization for better performance in BusinessProcess by checking if the module is already loaded
- Change OnMessage to MessageHandler in BusinessOperation for better performance and clarity
v3.5.1b4
Update changelog to release version 3.5.1 with IOP.Wrapper class details
v3.5.1b3
Add IOP.Wrapper class for simplified Python module import with remote…
v3.5.1b2
Refactor BusinessOperation and Common methods for performance improve…
v3.5.1b1
Merge branch 'master' of github.com:grongierisc/interoperability-embe…
v3.5.0
Full Changelog: v3.4.4...v3.5.0
[3.5.0] - 2025-06-30
Added
- Initial support for venv
- New
send_generator_requestmethod iniopmodule to send generator requests - Add
get_iris_idmethod toMessage*classes to retrieve the IRIS ID of a message
Fixed
- Fix
iris.*function dispatch mapping
v3.5.0b9
Fix typo in changelog regarding long string attribute description
v3.5.0b8
Add new properties for Python interpreter and settings in Common.cls;…
v3.5.0b7
Enhance get_handler_info to support IRIS object instances in type ann…