Skip to content

Releases: pyepics/pyepics

3.5.2

10 Sep 21:07
Compare
Choose a tag to compare
use valid license classifiers for PyPI

3.5.1

02 Feb 17:43
Compare
Choose a tag to compare
add ftype to ca.put signature

3.5.0

24 May 13:49
Compare
Choose a tag to compare
more doc updates

3.5.0.rc1

22 May 19:35
Compare
Choose a tag to compare
3.5.0.rc1 Pre-release
Pre-release
doc fix for return value of caput() on unconnected PV

3.4.3

18 Sep 23:30
Compare
Choose a tag to compare
change doc to say status=0 is the normal, good state

3.4.2: Merge pull request #205 from MikeHart85/dont_reinit_libca

08 Jun 22:30
44cbfbf
Compare
Choose a tag to compare
Prevent exceptions after libca is finalized during teardown

3.4.1: explicitly unpack access bits, as required for Py3.7.6 (#190)

09 Jan 21:38
3af493d
Compare
Choose a tag to compare
* explicitly unpack access bits, as required for Py3.7.6

* just use ctypes.c_char to store 1-bit value for read and write access

* use ctypes.c_bool to store value of read and write access

* explicit, and now correct, unpacking of access bits

* add access_rights fix for Py2+Win64, use uniform spelling of 'ubytes'

3.4.0

08 Jun 02:34
Compare
Choose a tag to compare
fix rendering of long description for pypi/twine

3.4.0rc3

31 May 22:31
Compare
Choose a tag to compare
3.4.0rc3 Pre-release
Pre-release
remove cruft

3.4.0rc2: Merge pull request #158 from klauer/fix_pv_cache

13 May 18:26
dc0e86f
Compare
Choose a tag to compare
FIX: have get_pv respect callbacks