- added introspection interface to Channel class
- fixed configuration issue for OSX
- introduced support for building pvapy conda packages
- replaced old (c)sh setup files with new PYTHONPATH-only and and full (PATH,
PYTHONPATH, LD_LIBRARY_PATH) file
- updated doc build so that it uses information in CONFIG_SITE.local; users
are no longer required to configure python-related variables before
building documentation
- fixed issue with accessing NumPy arrays from temporary objects
- fixed issue with RPC service segfaulting while returning result
- fixed issue with RPC service non-interactive mode (listen() method call)
- added version string to the pvaccess module
- added ability to specify timeout for RPC client