arokem / python-matlab-bridge

A simple Python => MATLAB(R) interface and a matlab_magic for ipython
BSD 2-Clause "Simplified" License
332 stars 97 forks source link

Clean up messenger handling #266

Closed ovidner closed 2 years ago

ovidner commented 2 years ago

The main feature of this pull request is that it changes the messenger architecture to be detected at runtime instead of at setup. This makes it easier to package the project and makes it possible to remove some of the hacks from setup.py. It also fixes an issue with some users not having the correct messenger files installed (see e.g. https://github.com/arokem/python-matlab-bridge/issues/220#issuecomment-201360155).

arokem commented 2 years ago

Yeah - thanks! This does look cleaner.