- Add server namespaces (#56) * Add optional namespace argument to Python Server * Add test for server with multiple namespaces
- Merge pull request #61 from vagvaz/Issue_51_Unable_to_reload_parameters_from_file fix issue #51 reloading parameters from dumped file
- Contributors: Evangelos Vazaios, Mikael Arguedas, v-lopez
- add devel space to Python environment to allow .cfg files to import them #60
- Contributors: Dirk Thomas
- fix Python environment to make it work on the first run #59
- Contributors: Dirk Thomas
- fix Python environment to make it work on the first run #58
- Contributors: Dirk Thomas, Mikael Arguedas
- updated maintainer
- Contributors: Mikael Arguedas
- Better error message, to fix #32
- Make Python callback code consistent with the C++ API
- Commented unused parameters to avoid compile warnings
- Contributors: Esteve Fernandez, Morgan Quigley
- Fixes #35 by setting queue_size to 10 for publishers.
- Fixes #31 by removing boilerplate and copyright info from config header.
- Python 3 Support
- Honor BUILD_SHARED_LIBS and do not force building shared libraries.
- Unicode support
- Contributors: Basheer Subei, Esteve Fernandez, Gary Servin, Kei Okada, Scott K Logan
- Decode level of ParamDescription
- Added testsuite
- Avoid collisions with parameter names (#6)
- Contributors: Esteve Fernandez, pgorczak