------------------ * Fixed the anaconda upload on Travis Linux. * Rebuilt PyPI/Anaconda packages to fix the wrong number of elements transfer when ``ca_array_get_backack`` requests with ``0`` count. (Issue 43)
0.6.4
Not secure
------------------ * Fixed the crash on Windows when epics base libraies are compiled using different visual studio version than python. (Issue 41) * Fixed the sphinx docs build. (Issue 37) * Added a spec file for rpmbuild.
0.6.3
Not secure
------------------ * Fixed that string type is wrongly converted to number. (Issue 24) * Fixed that gdd.put crashes when input is string but primitiveType is other that Int8 or Uint8. (Issue 26) * Added support of numpy array in gdd.put (Issue 28) * Changed Python 3 support from 2to3 conversion to direct compatible source code. (Issue 30) * Binary packages on PyPI is built with EPICS base 3.14.12.6. (Issue 25 and 29) * Continuous integration/deployment configured at Travis and AppVeyor.
0.6.2
Not secure
------------------ * Fixed that the alarm/severity of string type PVs remain UDF/INVALID. (Issue 23) * Fixed that the monitor event of string type PVs are wrongly posted as double. (Issue 24)
0.6.1
Not secure
------------------ * Fixed that PV graphics/control meta properties are not posted. See https://bugs.launchpad.net/epics-base/+bug/1510955 for the failure. * Added support of EPICS 3.15 * Added :meth:`Driver.setParamInfo` to set PV graphics/control meta properties, e.g. limits, units, precision.
0.6.0
Not secure
------------------ * Added support of request type DBR_CLASS_NAME in casPV base class. It is not overloaded in :class:`SimplePV`. The default implementation returns an empty string. * Warns and truncates if enums type PV has more than 16 states or any state string length > 25. (Issue 18) * Fixed that PV of char type cannot be set to empty string. (Issue 14) * Fixed that DBE_ALARM event was not posted. (Issue 13)