Adds No-GIL support. * Per global setting `pysoem.settings.always_release_gil`. * Per Master instance attribute `always_release_gil`. * Per function argument `release_gil`.
1.1.10
Adds `pysoem.settings.timeouts` to configure low-level timeouts at run-time.
1.1.9
Adds protection against closed network interface connection.
1.1.8
* Fixes null pointer issues when reading not initialized properties `config_func` and `setup_func`
1.1.7
* Adds `add_emergency_callback()` to allow a better handling of emergency messages. * Improves auto-completion.
1.1.6
* Adds working counter check on SDO read and write. * Fixes issues with config_init() when it's called multiple times.