Skip to content

1.3.4

Compare
Choose a tag to compare
@jacquelinegarrahan jacquelinegarrahan released this 07 Feb 19:00
· 60 commits to master since this release
b110f65

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