1.3.4
jacquelinegarrahan
released this
07 Feb 19:00
·
60 commits
to master
since this release
The fix in 1.3.3 for the pcaspy/pyepics bug led to issues in testing when the Controller object was imported after the initialization. To fix this issue, all PYEPICS_LIBCA definitions occur during server init and no longer in package init.
Additional issues with the build were introduced by the pyepics/pcaspy initialization, mainly hanging tests that exhausted runtime in the GitHub action workflow.
This release:
- fixes hanging tests
- corrects value existence bug in initializing monitor-type servers (was testing for truthfulness rather than existence)
- Remove upper constraints on Python version